Looking to meet newer cybersecurity people who are entry level in their first job or still studying. I'm about 3/4 the way through google's cyber course and would like to try to meet new friends to study with. Anyone have any pointers?
Using linux-mint now as my main OS. Really wanted a selection of text just sent to firefox to search automatically independently of what app I'm using. This is how I did it. I made this bash script in my docs folder and made keyboard shortcut set to this .sh script
I figured out how to find man pages online with an alias in linux.
I always liked in powershell that you can use `man -online command` and it will redirect your search using online.
So I built something similar in linux.
Here's how I did it.
search()
arguments by a space character.
Example - "search regex"
will pull up your browser and search
man regex
and you can then quickly see what the man pages are online.
You can put this in your ~/.bashrc in WSL as a one-liner, save and now all your WSL will have it.
#linux#bash
search() { local IFS='+'; sensible-browser "https://t.co/CICC4wjdkw+$*"; }
Where
1. IFS is the Internal Field Separator
2. $* joins all arguments with the IFS character
3. local only affects this scope - this function.
4. it will join all ...
@MartinNebelong@tapgiles Yeah this is super incredible. Very inspiring! Love how real-time it is! So cool to see! I still want to try doing some image to image workflows using Photoshop and comfy. I would love to see what it's doing under the hood like if it's doing ipadapter or control net..
Can anyone from web dev industry comment on how employable a meta certificate from Coursera would actually be? I'm trying to figure out the best learning platform. Is code academy just as good?
Thanks everyone
I'm an aspiring developer and I'm looking to connect with people and join a community of like minded developers in the tech industry. Looking to make friends in this field so we can blab about dev together.
Connect with me if interested. Have a good one.