Tomorrow is the last day of the Quad #CyberChallenge, but it’s never too late to test your knowledge of safe and responsible cyber habits. Take on the challenge today! https://t.co/0v1tnkzrlq
Ready to test your knowledge? Check out our quiz below.
@0xgaut I've seen those in movies.
The Matrix had an office like this. Didn't know you still sue it over there. Haven't seen those myself yet.. exciting
How bug bounty changed my life…
@Bugcrowd@yeswehack@intigriti
Till Junior College I didn’t had watch . But TIME changes ❤️
Mamma raised a soldier not a b****h😎
The three-day #NSACyberExercise competition educates, trains, and tests participants to prepare them to defend our nation's cyber networks. It begins next week, so keep an eye out for updates from the competition!
@chrisreinberg@Kat__Woods@mindseraAI Is it possible to get a premium option?
Let's say the ai hires someone to actually kick my butt when I'm not pulling through?
note to self:
-find -name <whatever> is pretty neat
-grep "thing2look4" <file> is also pretty damn neat
-ls for listing
-cd for changing directory
-ls -a for "all" (sometimes --all
-h or --help
-man for manual
-file to see what type whatever is
-su <username> to switch users
scp <file> <host>:<path> to copy/paste to another machine.. neat
scp <host>:<path> <myfilename> will copy it from another machine to mine in the actual directory.. cool
sigterm asks you friendly
sigkill straight up shoots you.. ight got it
sigstop pauses you
systemctl stop xyz