Where do I start as someone who desire to become skilled in UNIX and C?


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Where do I start as someone who desire to become skilled in UNIX and C?
# 1  
Old 09-02-2017
Where do I start as someone who desire to become skilled in UNIX and C?

Hi, for some time now I have been away. Things got so though I had to get a job. Whilst on the job i never felt free to do the thing i truly desired. Its like two masters trying to get my attention. One had to go for the other. To sum up i quit my job and i felt that was the best decision i ever took because now i can focus on programming and giving back to the community. I could not do both at the same time.

My plea is for some words of advice from those who have being in my shoe. what did you do and how did you get to your current level of competence in the craft of system administration and programming.

Also i will love to have a coding pall that is of same skills level that we both could grow and share our experience. I am a pure beginner. I have being on and off on this site for a while.

If this post is not for this section please admin kindly help put it in the write category. Thank you.
# 2  
Old 09-02-2017
Well you could read books and take courses but, for me, there is no substitute for getting your own box (x86 hardware) and loading up different Operating Systems (a variety of Linux distributions and real production O/S's like Solaris, AIX, etc) and downloading their administration manuals. You can download all this stuff for free! Try things out for yourself. Admin tasks like setting up new users, security, etc. Backup and restore. Write a few of your own scripts.

Then, when you get stuck on something, get on here and ask us all the question (giving us the full description/context of the problem of course).
This User Gave Thanks to hicksd8 For This Post:
# 3  
Old 09-02-2017
Hi.

A hands-on book:
Code:
Title: Unix Programming Environment 
Author: Brian W. Kernighan, Rob Pike 
Edition: 
Date: 1984
Publisher: Prentice Hall 
ISBN: 013937681X
Pages: 357
Categories: programming, development, software engineering
Comments: 4.5 stars (64 reviews, 2017.09) at Amazon

Quote:
Designed for first-time and experienced users, this book describes the UNIX® programming environment and philosophy in detail. Readers will gain an understanding not only of how to use the system, its components, and the programs, but also how these fit into the total environment.
Still in print after all these years. From $2 (used) to $50 (new): Amazon.com: Unix Programming Environment

Then move on to other books as suggested.

Best wishes ... cheers, drl
This User Gave Thanks to drl For This Post:
# 4  
Old 09-03-2017
Thanks guys for you sincere advice. Its being taking. Thanks.
# 5  
Old 10-25-2017
Very solid advice. I wish I started this way.
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 get desire line?

Hi Guys, I am newbie here and greeting to all guys of unix forum, now I want to learn unix here. I have query here, we have file where file has 20 line record, now i want display 10 to 15 line row record only, then how it possible. (5 Replies)
Discussion started by: aaditya321
5 Replies

2. Hardware

HTC Desire S vs HTC Desire C - USB Android tethering problem

Hi gurus, I have problem with android usb tethering (usb0 interface). I tried two phones HTC Desire C and HTC Desire S. With Desire C everything works as expected, usb0 automatically goes up and gains IP address and tethering is working (output bellow) HTC Desire C: Nov 6 23:32:36 HP-PC... (0 Replies)
Discussion started by: wakatana
0 Replies

3. What is on Your Mind?

where to start in unix

i am new to unix.i just started learning unix on my own,could u please tell me where i can get the basic of unix. . (4 Replies)
Discussion started by: rohit243
4 Replies

4. Shell Programming and Scripting

Users who desire to have their .profile executed must explicitly do so in the crontab entry. Why?

The .profile file should be read when the user logs in. So, there should be no need to execute .profile file again in a cron job (since the cron job is run after the user logs in). Doesn't the cron require login from the user. Then, from where does the cron execute? Please help!! (1 Reply)
Discussion started by: thulasidharan2k
1 Replies

5. Shell Programming and Scripting

Desire structure for input file

Hello Unix gurus, I have a txt file with single columns with n no of rows.like below COLUMN1 ======= AAA BBB CCC DDD EEE FFF GGG HHH . . . NNN. (10 Replies)
Discussion started by: kanakaraju
10 Replies

6. Shell Programming and Scripting

Can't get DF output I desire

I currently have a shell script that creates Oracle databases configured the way we want them here. One part of it allows you to choose which file system to place the database files. This is the command which works. This produces a list of file systems from which to choose. I have been... (1 Reply)
Discussion started by: sewood
1 Replies

7. UNIX for Dummies Questions & Answers

YO help me out with unix were do I start...

My friend told me all about this Unix program I want to know were to start out and what to do with this unix program. Really anxious to learn anything about unix.cya hope you guys read this. (3 Replies)
Discussion started by: shinobikil
3 Replies

8. UNIX for Dummies Questions & Answers

how to start using unix

this is probably the dumbest question but it must be asked: how can i go about getting into unix? what would be a good first unix system? where can i get it? how much will it cost me? what can i do with unix? i currently use a mac at home and a win2000 pro system at work, what is better... (1 Reply)
Discussion started by: aeser
1 Replies
Login or Register to Ask a Question