Looking for Advice from Experts


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Looking for Advice from Experts
# 1  
Old 12-18-2008
Looking for Advice from Experts

Where to start... I am a system administrator who didn't think he would ever be one. My first work was on Window 2000 as a tech(hardware, installs, stuff like that). Then we got Macs (I work in photography and Videography). The I was sent to Mac cert school. Set up a Mac Xserve and about 100 clients. Then I realized I really like working with computers. Starting playing with a little command line (Darwin with a bash shell of course). Now I use Ubuntu Linux at home; why, because its open-source. Now I realize... I know nothing again. I am really impressed with the software/programing freedom movement. And want to be apart of it. But I don't have the knowledge. So my questions are.. Where is a good place to start? Is there a good Computer Science school that you would recommend? Is there a best school? Is there a worst? Is Ubuntu a good Linux distro for newbie programmers? What OS should I use if I want to get serious? These are the question I have, and this type of information I am looking for.

I am sure all of you experts had that first passion when it came to computers and programing. And you probably were looking for a point in the right direction. Well, can you help point me? Please.
# 2  
Old 12-19-2008
Hello -

A pretty open ended question with lots of embedded issues. I am not an expert but have been working as a UNIX/ Linux Admin for about 3 yrs.

Pretty good place to start (IMHO) are some UNIX sys admin books. A few authors off the top of my head: Tom Limonicelli (sp?); Evi Nemeth, et al; Aeleen Frisch. I am sure I am forgetting some. These books (ie the O'Reilly Essential Unix System Administration by Frisch) are really useful as general, broad references. They lead to deeper topics and other books. The books I've read by Tom Limonicelli have been invaluable for learning how to become more professional and systematizing your day to day practice. I find myself going back to these authors over and over.

As for CompSci programs - it is always a good idea to go to school if you have time+money but I am not sure that it is completely necessary to become a sysadmin. I have take graduate cert courses at a local engineering school (Stevens Tech) and some were really valuable. I even took a course in Unix Systems Administration but I am not sure it is still offered...

One general theme of sysadmin books is the idea that the field is more akin to a guild than an academic discipline. As with a craft or a trade, your learning is typically an alternation of practice and study. And learning from master craftspeople. I have found my local LUG (NYLUG) pretty valuable and try to keep abreast of discussions on groups like SAGE and LOPSA.

You are already on this list which is a fine one. There are more to search out.

See yourself as a member of a guild, I really thing this is a "useful fiction" as System Administration is one of those fields that is hard to define.

Hope this helps abit with the first part of the question...

As for Linux/ Unix distribution choice. Just keep trying them. You will probably gravitate towards a particular way of package management/ software installation and that will be your distribution.

I happen to be on Ubuntu for work and it is fine. I like Debian so Ubuntu is a comfortable fit.

I worked on NetBSD for a while and found pkgsrc really interesting. Likewise for OpenBSD which I have on a laptop at home.

I havent met too many distributions that I didnt find worth checking out, though I don't tend to choose RedHat or SUSE.

best of luck

Michael
# 3  
Old 12-19-2008
Thanks

mbubb - Thank you for all your info. I wasn't sure if anyone would actually take the time to answer because it was a pretty open question. And I do like the whole 'guild' theme. I'm not sure why but it makes my ambition seem so much cooler.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

To all the awk experts out there!

Hello All, I recently encountered this difficulty in processing a File. Input File has millions of records with fields like below ID1,ID2,DATE,FLAG,VAL 123,432,0604,1,-0.5 123,432,0604,22,0.5 123,433,0604,1,-0.54 123,433,0604,22,6.77 123,543,0605,22,0.94 To put this simply, I will have... (8 Replies)
Discussion started by: PikK45
8 Replies

2. IP Networking

Experts - Need suggestion

I'm searching to learn linux coding for a month but no clear about the where to start . Right now i'm in networking but not much interested in this maintenance jobs . I'm looking to create my own product in wireless network and also having idea about gadget that can be useful for students . But i... (1 Reply)
Discussion started by: Cholasivam
1 Replies

3. UNIX for Advanced & Expert Users

Experts!! please help me

Hi experts, Please help me on the below: how to write a shell script to search and delete files on windows server. -script runs on unix box -it should search for specific files on windows server and delete them periodically. (1 Reply)
Discussion started by: chpradeepch
1 Replies

4. UNIX for Advanced & Expert Users

for experts

Hi i'm working with mpi programs every thing ok but i need after i compile the mpi to calc the area of the rectangle for example (not my program) accept two arguments from the command line: mpirun -n 4 myprog 24 100 here 24 and 100 two arguments i'll pass them to the program how can... (1 Reply)
Discussion started by: Scotch
1 Replies

5. Solaris

Experts !!! Please advise

Hi, I work on sun Solaris. Am hosting few web services on my server which are accessed over the internet. Now to check whether the web service is responding or not, i first have to log in to the web service URL. If it doesn't respond there, i come back to my server box and restart the service... (4 Replies)
Discussion started by: sting672744
4 Replies

6. UNIX for Dummies Questions & Answers

Perl Experts - Need your help

Hi All, I need to take a dump of a table and load into excel and send as an attachment and for this am using a Perl script. I know the usual way of doing this by writing all the fields next to 'select' query and similarly writing into an excel as shown below ... (3 Replies)
Discussion started by: karthickrn
3 Replies

7. UNIX for Dummies Questions & Answers

Perl Experts - Need your help

Hi All, I am using ingres in perl select count(*) rec from user_tables where table_name = 'abc'; I want to use the alias variable 'rec' and check the value if >0 insert values else create table. How can I do this without using hash variables in perl. Kindly help me in this regard. Much... (1 Reply)
Discussion started by: karthickrn
1 Replies

8. Shell Programming and Scripting

perl module installation problems... experts advice needed,...

---------- This is perl, v5.6.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) ----------in win 2000 advanced server,.. i am somewhat comfortable with perl but i am new to perl modules.. when i tried to install xml::simple and xml::parser there... (4 Replies)
Discussion started by: sekar sundaram
4 Replies
Login or Register to Ask a Question