Learning Resources
TryHackMe
- this is for overall infosec from the ground up, we will start real work here depending on how much base knowledge everyone has
root-me
- root-me is a place where you can test your skills through gamified challenges
The Unix Shell
- this will teach the basics of the Unix terminal and it's commands, useful not just for CTF but also general purpose computing
tl;dr pages
- community sources simplifications of terminal command manual pages
Linux Journey
- website geared towards computer users who want to learn various Linux skills, along with other skills
Resources to learn Git
- website created by github to help users learn the Git VCS from scratch
Github
- a remote git repository website, now owned by microsoft
ArchWiki
- a wiki style page detailing how to do certain things on Arch Linux, but most of the knowledge is general
Vim Tutorial
- vim is a powerful text editor that works differantly than what most people are used to, many times it is the only option on a remote machine, so it is useful to learn it
Sololearn Python Tutorial
- exactly as advertised, a python tutorial for the masses. python is useful for creating tools and scripts much like shell
Markdown Tutorial
- tutorial for markdown, a nice markup spec for easy plantext notes. Discord actually uses part of markdown