Unix projects


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unix projects
# 1  
Old 08-24-2004
Unix projects

I am currently studying to be a Unix programmer. I am at the very beginning stages taking an online course through guruischool. I know that this course will not be nearly enough for me to be a confident or competent unix programmer. However I was wondering what projects I can do at home that will allow me to:
1. Build confidence in my Unix abilities(with the goal to eventually get a job as a unix programmer)
2. Allow me to simulate the kinds of obstacles I will encounter out in the it world as a Unix user.
I have read the FAQ and seen the recommended books. But is there a specific order in which these books should be studied.
Please forgive me in advance if I have asked questions that seem ingnorant or shortsided. I just want to start off in the right direction. Thank you
# 2  
Old 08-25-2004
No order.

But i would suggest learning at least 1 or 2 programming languages... Many jobs require you to be able to script... even if you wont use it extensively.

Get a good beginners book like. Also, Go to your local Junior College or College and enroll in a entry level UNIX course. You will get a good broadbased foundation there.


"UNIX System Admnistrators Handbook" by Nemeth/Snyder/Seebass/Hein

"The Awk Programming language" by Aho/Kernigan/Weinbeger

"UNIX in a Nutshell" By O'Reilly


For starters... also I might learn another language like Perl which may be very handy.
# 3  
Old 08-26-2004
Thank you both for the great advice and helpful insight. So I was wondering now that I have started to also learn C programming, what development package would be good to get. Should I go for Turbo C++ or another suite?
# 4  
Old 08-26-2004
Ok thank you for the quick response. I was talking about Unix I just didn't know that they had there own compiler. I see on my Red Hat linux 9 professional package that it comes with gcc. I will work on installing that and then continue with my beginners c book . Thank you. Sorry for the remedial questions but I am having fun learning.
# 5  
Old 09-02-2004
Bug looking in the right places

Smilie i started off the same way about a year ago, but pursued the knowledge part and the learning experience on my own time sometimes putting in 18 hours at a time day after day.. first you have to keep reading and experiementing and second you must try and project somekind of goal for yourself that will help you achieve your goals.. I am working on creating a virtual databse that functions on operating system levels, like device files and so on.. I have been doing this for the heck of it for 1 year now and have acrued a great amount of data that I have journaled on the subject and also aquired some basic knowledge that has me holding my own in many ways.. one of the best experiences that i have had so far is researching and reading the necessary requirements to become a good programmer and I have just begun to read and study c programming cds in much the same way.. a good book to read is sams C for linux in 21 days.. perfect!. i have read read it three times.. good luck!.
moxxx68Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Projects in Solaris 10

I need help with projects in Solaris 10, sparc system; and I am fairly new at this. I know I can add new parameters for projects in /etc/projects or projmod -a -K "task.max-lwps=(priv,100,deny)" myproject I know that there are current process using that old attribute. Logging the user out and... (3 Replies)
Discussion started by: br1an
3 Replies

2. UNIX for Dummies Questions & Answers

Open-source projects to learn concurrency-managed network programming in Unix?

Hi, I am a mid-career programmer with extensive experience in object-oriented design and development in C, C++, and C#. I've written a number of multi-threaded server applications and background services, although my grasp of networking protocols is a bit weak: my current job drifted away from... (2 Replies)
Discussion started by: TheTaoOfPhil
2 Replies

3. What is on Your Mind?

Want to contribute to unix opensource projects.

Hello , I am C++, Objective C , Qt ,developer on Mac OS X, iOS having around 4+ years of experience. I never got a chance to work on System Level programming. But I am very much interested in it. I don't want to do UI programming any more but I am doing just because of my current job profile.... (2 Replies)
Discussion started by: want2bcomecoder
2 Replies

4. Solaris

/etc/system to projects

Hi guys, me again! :D I recently migrated a physical server to a zone, everything works perfectly except the /etc/system parameters. I was expecting that the migration process would consider the entries in the /etc/system file and create automatically the corresponding project. I know, the... (2 Replies)
Discussion started by: beta17
2 Replies

5. Solaris

Users associated with projects

I have 3 projects for 3 oracle instances and 10-15 users associated with different projects is there any way i can list the users associated with all the projects .. i know one method of id -p but for that i have to su to each user The system was handed over to me configured by external vendor... (2 Replies)
Discussion started by: fugitive
2 Replies

6. Shell Programming and Scripting

Interested in getting new projects

Hi , I am interested in getting some new projects on shell scripting . Can some one suggest me some bidding site where I can get the projects. Regards (0 Replies)
Discussion started by: himvat
0 Replies

7. Shell Programming and Scripting

what is uses of unix shell script in database projects

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (2 Replies)
Discussion started by: alokjyotibal
2 Replies
Login or Register to Ask a Question