Learning to program eBooks and CBTs


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Learning to program eBooks and CBTs
# 1  
Old 10-03-2007
Learning to program eBooks and CBTs

Hi Guys, I have recently started a new job at quite a large company. Part of my daily role is to grep for processes, kill them when they're failing and restart them etc. Also editing config files in Vi mode.

I have become quite interested in Unix and am currently studying for the Sun Certified Systems Administrator. I also want to learn how to actually program in Unix etc. I am currently focusing on the Bash Shell and Perl. Can anyone recommend any CBTs or eBooks that would be good for me?

Cheers
Jamie
JayC89
# 2  
Old 10-03-2007
I would start with Bash or just Shell Programming in general. I worked as a SA for many years on various UNIX platforms and was able to do 99% of what I wanted with shell scripts. For shell programming books I like UNIX Shell Programming and Mastering UNIX Shell Scripting. I would also suggest getting a Safari account to save a little money on books. Nothing worse than buying a $50 book then not needing it a year later and not being able to sell it. For Perl or anything UNIX O'Reilly will be your best start.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Text book / online resource for learning to program at system/kernel level

Is there any book/resource that one can refer to, to be able to write programs at kernel/system level.. I'm looking for a programming book that could serve as a guide to write kernel codes / system level programming etc.. I have Tannenbaum's Design and Implementation. It addresses theoretical... (2 Replies)
Discussion started by: vishwamitra
2 Replies

2. UNIX for Dummies Questions & Answers

Script to open program and send/execute command in program

Hi, i want to write a script that executes a program (exec?) . this program then requires a filename as input. how do i give it this input in the script so the program will be complete run and close by the script. e.g. exec prog.exe program then asks for filename "enter filename:"... (1 Reply)
Discussion started by: tuathan
1 Replies

3. Shell Programming and Scripting

php ebooks

Hi, Can somebody help me put by providing some ebooks for PHP? I am on the roads to build a php website for which i really needs some instructions. Also please suggest some good books for Php for a beginner/ intermediate level? Your help is appreciated! Regards Dileep (2 Replies)
Discussion started by: DILEEP410
2 Replies

4. Shell Programming and Scripting

Request for some ebooks by Richard Stevens..

Hi, Request anyone of you guys to please forward me the Soft Copy of the following Books by Richard Stevens :- 1) UNIX Network Programming, Volume 2, Second Edition: Interprocess Communications, Prentice Hall. 2) UNIX Network Programming, Volume 1, Second Edition: Networking APIs: ... (1 Reply)
Discussion started by: marconi
1 Replies

5. New to Unix. Which books should I read?

Any Usefull Ebooks on Linux Programming?

Hi Forum! Is there anybody who can tell me where I can find some cool books on linux ( RH exclusively! if possible ) programming? :p (2 Replies)
Discussion started by: confusedoflife
2 Replies

6. UNIX for Dummies Questions & Answers

learning on my own

can i do this? i am learning this on my own..and from the book..simple unix i am not sure if the syntax would work if statement then statement do or for or while statement done else statement fi.... I dont know how else to explain that...I hope I... (2 Replies)
Discussion started by: jonas27
2 Replies

7. Programming

Learning to program in c

Hi, I'v been fiddling with c programming for several years, and would say that i have a firm grip on the language(syntax etc). My problem is that i don't know how to USE c. I'v never made any "big" programs or worked on any kind of projects, just simple test programs. I'm wondering if anybody... (4 Replies)
Discussion started by: jantho
4 Replies
Login or Register to Ask a Question