EvilZone
Hacking and Security => Beginner's Corner => : ColonelPanic May 10, 2015, 09:57:33 PM
-
I'm not sure whether to place this in eBooks, OS or here, but since it doesn't fit the eBook template (and it's freely available online), I'm dumping it here. I think it's a pretty solid answer to "How do I get started with Linux?" and hopefully it's of use to someone!
It's available at http://linux-training.be (http://linux-training.be), or you can grab it from here: LinuxTraining.pdf (http://upload.evilzone.org?page=download&file=l2jmAbG4MrKitEXkSqCIVOgaoN3tP5JrGVUdpaoUdBmxSNRaQy)
-
I would also like to share this website, it has a lot and long videos about linux.
https://linuxacademy.com/linux
-
I would advise you this course:
https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-2
It is offered by the Linux Foundation and has a comprehensive approach to Linux, for anyone, no previous experience needed :)
-
'man pages' are a big help once you get the ball rolling. Lets say you want more information about nmap terminal command 'nmap'. If you'd like to read some more about that tool you can just type 'man nmap', press enter and it gives you quite a lot of information about that tool in particular. press q to exit btw.