How to improve UNIX/Linux skills

Questions about programming languages and debugging
Post Reply
User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

How to improve UNIX/Linux skills

Post by z3r0aCc3Ss »

I just wanna improve my unix/linux skills in couple of months. U can say, I have absolute 0 knowledge about unix/linux.
Any quick guide/ebooks/links to start with? I guess, everybody here are unix/linux lovers... :P
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
ph0bYx
Staff Member
Staff Member
Posts: 2039
Joined: 22 Sep 2008, 16:00
15
Contact:

Re: How to improve UNIX/Linux skills

Post by ph0bYx »

I would suggest getting LPIC learning materials and start from there.

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: How to improve UNIX/Linux skills

Post by ayu »

If you like books then I would suggest to just go to your local library (if there is one), and find a short book on Linux basics (the newer the better usually, and if there's one from o'reilly then even better).
"The best place to hide a tree, is in a forest"

User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Re: How to improve UNIX/Linux skills

Post by z3r0aCc3Ss »

Yes cats... Done!
Downloaded 100 MB's of Linux/UNIX ebooks, :P...
Started with "Linux in a nutshell". :D
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: How to improve UNIX/Linux skills

Post by ayu »

z3r0aCc3Ss wrote:Yes cats... Done!
Downloaded 100 MB's of Linux/UNIX ebooks, :P...
Started with "Linux in a nutshell". :D
Happy reading! ;)
"The best place to hide a tree, is in a forest"

User avatar
lilrofl
Siliconoclast
Siliconoclast
Posts: 1363
Joined: 28 Jan 2009, 17:00
15
Location: California, USA
Contact:

Re: How to improve UNIX/Linux skills

Post by lilrofl »

Linux in a Nutshell is a comprehensive book, but I don't think it would be the easiest way to learn the basics of Linux.

The best way to learn Linux is to use it. Eventually in your use, you'll have some question or another, and that's where the resource of a good book comes in handy.

Trying Linux is actually pretty easy these days, with live-CDs and what-not, perusing different distros, desktop environments and windows managers is a breeze.

Grab you a ubuntu live, turn it into a liveUSB with persistence and start browsing the web, making files, installing and removing programs. When you run into a question like, how do I add another user, or run an SSH socks proxy, or install spotify, then books like Linux in a Nutshell, LPIC Linux Certification and A Practical Guide to Linux are a good place to find those answers... not to mention your friendly neighborhood Suck-O and the rest of that interweb thing I keep hearing about.
knuffeltjes voor mijn knuffel
[img]http://i911.photobucket.com/albums/ac320/stuphsack/Sig.jpg[/img]

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: How to improve UNIX/Linux skills

Post by bad_brain »

reading books is great for getting an overview about the possibilities, but learning by doing is the key, and never forget that Linux has a great on-board learning help: the man(ual) pages which are displayed by man <command> (like man vi for the manual for the vi text editor).
Image

User avatar
Lundis
Distorter of Reality
Distorter of Reality
Posts: 543
Joined: 22 Aug 2008, 16:00
15
Location: Deadlock of Awesome
Contact:

Re: How to improve UNIX/Linux skills

Post by Lundis »

Old books are nice too. I learned from " onclick="window.open(this.href);return false;

There are exercises and everything, really good for learning :)

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: How to improve UNIX/Linux skills

Post by bad_brain »

I have a bunch of Linux books (real books I mean), most are focused on very specific topics like sendmail, postifx or socket programming, but there is ONE Linux book which is THE classic (it's even known as "The Linux bible"), I also have it and I can really recommend it to anyone:

" onclick="window.open(this.href);return false;

warning: stable bookshelf needed. :lol:
Image

User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Re: How to improve UNIX/Linux skills

Post by z3r0aCc3Ss »

^^
Hmm... Suggestion taken. Downloaded :P :D
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

cwdykarn
suck-o-fied!
suck-o-fied!
Posts: 77
Joined: 19 Dec 2012, 10:15
11

Re: How to improve UNIX/Linux skills

Post by cwdykarn »

A good way to learn about linux is to understand how stuff is put together and what goes where and what dose what, and this project has help me out a lot.

http://www.linuxfromscratch.org/

other awesome things to get used to

*Bash scripting
*Terminal <- dont be afraid to play around with it :)
*VI
*Manual pages

Good readings

hmm pretty much anything (as long as it is somewhat up to date) from Addison-Wesley or O'Reilly Media both are good Authors

regards cwDYKARN :)

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: How to improve UNIX/Linux skills

Post by bad_brain »

good thing with Linux is that it does not really have to be the latest edition when you buy a book....you often get the older edition for very little money as soon as a new one is out....and in the basics (like the vi editor you named) there are pretty much no changes. most changes appear in the advanced features (like desktop environmental stuff) that are not really interesting at the start anyway.
Image

User avatar
JohnB
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 191
Joined: 13 Mar 2009, 17:00
15
Contact:

Re: How to improve UNIX/Linux skills

Post by JohnB »

This site taught me a lot:

Code: Select all

http://linuxzoo.net/
It has interactive tutorials which can be better than books, imo.
Sprich mit mir!

Post Reply