EvilZone

Hacking and Security => Beginner's Corner => Topic started by: ColonelPanic on May 10, 2015, 09:57:33 PM

Title: Getting Started in Linux
Post by: ColonelPanic on 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)
Title: Re: Getting Started in Linux
Post by: Duko on May 10, 2015, 10:40:35 PM
I would also like to share this website, it has a lot and long videos about linux.


https://linuxacademy.com/linux
Title: Re: Getting Started in Linux
Post by: khofo on May 27, 2015, 06:37:29 PM
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 :)
Title: Re: Getting Started in Linux
Post by: theguy on June 01, 2015, 12:26:18 AM
'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.