Starting Linux for a Programmer


 
Thread Tools Search this Thread
Operating Systems Linux Starting Linux for a Programmer
# 1  
Old 01-27-2010
Question Starting Linux for a Programmer

Hi all
I am application Programmer.
In my college(2 yrs back) i have learnt Unix i.e commads, shell scripts, Filesystem,I reffered to a book by "Sumitabha Das".
I want to learn Linux.
But i cant understand where should i start from and which book to refer to.
Most of the books these days eg. Ubuntu explains you the Interface and various tools that are available.
But i want to Learn Linux from a Programmers point of view,understand the details of the System.
Please let me know if you are familiar with a nice book or any other reference from where i can start.
# 2  
Old 01-27-2010
I'd recommend Linux From Scratch. It's something between a distribution and a book, but it certainly won't go easy on the learning curve.
# 3  
Old 01-28-2010
I'd advise to use some distribution for advanced users (ArchLinux or Gentoo) to force yourself to use text configs and quickly understand system components.

If you'd like to know how does the kernel work: check Linux Kernel Development, by Robert Love.

And last thing is just to write a code for Linux.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to grep a line not starting with # from a file (there are two lines starting with # and normal)?

e.g. File name: File.txt cat File.txt Result: #INBOUND_QUEUE=FAQ1 INBOUND_QUEUE=FAQ2 I want to get the value for one which is not commented out. Thanks, (3 Replies)
Discussion started by: Tanu
3 Replies

2. Programming

Linux/Solaris System Administrator to become a Linux/Solaris System Programmer?

Hi all What is the qualification required by Linux/Solaris System Administrator to become a Linux/Solaris System Programmer as to gain complete knowledge on computers. Thanks (1 Reply)
Discussion started by: Tlogine
1 Replies

3. UNIX for Dummies Questions & Answers

starting programmer

Hi to all, I'm started to write some very simple loops in bash an i'm getting this error -bash: (the example is just to show when the error appeared) the code was x=o while do echo "hello" x++ done (5 Replies)
Discussion started by: gogodash
5 Replies

4. Fedora

Starting out, Linux Distribution

Hi, i'm currently part of an apprenticeship becoming a IT specialist. Because I'm already an electronic technician (finished apprenticeship) I can do this one in 2 years (normally you need 3). Thing is, in school they started out with basic unix stuff (working with the shell) in the first... (3 Replies)
Discussion started by: Dr. Nick
3 Replies

5. UNIX for Dummies Questions & Answers

php/mysq programmer moving to linux?

Hi, I am a php/mysq programmer & I'd like to completely get rid of windows and switch to linux. I am mainly using these: - zend dev environment/php editor - browsers: ie, ff, safari - a web localhost - apache, php, mysql - sometimes adobe photoshop - screenshots, basic image... (1 Reply)
Discussion started by: sbogde
1 Replies

6. Linux

Starting over, making a living with linux?

I really like to use linux, although I freely admit I don't know squat about it. I can install it, update it and get it to most of what I would like it to do, up to running some windows apps on it. I am going back so to school starting on the 25th, with a declared major of Information... (1 Reply)
Discussion started by: Methal
1 Replies

7. Linux

mysql not starting with fedora linux

Hi... I have installed mysql in Fedora and when i tried to start mysql the error i get was "Asked for 196608 thread stack" What might be the problem???? I have tried all ways but doesnt work out........ (1 Reply)
Discussion started by: arunkumar_mca
1 Replies

8. UNIX for Dummies Questions & Answers

Starting up linux to Console

How do i start linux without going straight into X window enviroment, but into the console instead, and also, how do i get back in ? (2 Replies)
Discussion started by: stealthdestroyr
2 Replies
Login or Register to Ask a Question