Beginner Advice?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Beginner Advice?
# 1  
Old 01-22-2002
Lightbulb Beginner Advice?

I needed some advice,

I've been a Microsoft Web Developer/Database guy for the last few years.

What do I need to do to get an entry-level Unix Administrator job??

Where should I start to learn Unix??

Do you agree that there still seems to be a great need for Unix Admin. people?

I just wanted to know where to start and what employers are looking for....

thanks for any advice - I need it!!
# 2  
Old 01-22-2002
Try taking a gander at http://www.unex.berkeley.edu/cert/unix.html.

It's a tad bit pricey, though.

You can also install many distributions of Linux and *BSD onto your machine and begin the learning process as well. You can obtain various distributions from www.linuxiso.org.
# 3  
Old 01-23-2002
Go to the home page of this website. Go to the link for FAQs. It should be very informative.

Also, go to some job websites. www.monster.com, www.computerjobs.com

You will need to learn shell scripting as well. Here are some good sites.


there are a few things that you will need to know as an admin in UNIX.


-- Get a LINUX OS that you can dual boot on your PC. Go to your local Barnes & Noble or Borders or some other bookstore. Buy either RedHat or Mandrake version of LINUX, they are 2 of the best. It should be fairly easy for you to load with your experience.


-- Get some programming experience, either through classes or self-study. Necessary languages are SED, AWK, & shell programming.
Here are some good programming sites.
http://www.whereisit.com/shellscript/index2.html
www.perl.com
http://oase-shareware.org/shell/


-- Get a few books to read. Namely "UNIX in an Nutshell", "Unix Hints and Hacks" by Kirk Waingrow (www.ugu.com), "The AWK Programming Language" by Aho, Kernigan,Weinberger. Also look in the FAQ for this website for other books. You will also need to get platform specific books as well.

-- Explore the web for good sites. Here are a few:
www.unixreview.com
www.ugu.com
www.sysadminmag.com ( has a cool CD of the last 10 years of magazine! Retails for $55)
www.unixguide.net


That should get you going.

Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Help me please i am beginner

i have windows 8 host on Dell Laptop vmware 9 redhat 7.2 iso downloaded through redhat official site after installation on vm it only boots into text dont show graphics Please guide:( (1 Reply)
Discussion started by: hananabbas
1 Replies

2. Shell Programming and Scripting

Help a beginner with GREP!

Hi, I am stll new to this shell stuff... but trying to teach myself (i'm the only one in my country's office that does this...). What I need to do is search for any line in our logs that contain both "USRLOGIN" and also the number "6141". This is fine... but it also brings up lines where... (1 Reply)
Discussion started by: alex98uk
1 Replies

3. Shell Programming and Scripting

Beginner looking for help

Hello, I am trying to write a script that reads names from a file called input, removes names if they have the same letter next to each other and prints the others. e.g. Colin & John would be printed Garry & Lynn would be removed My thinking is that I read in each name and... (3 Replies)
Discussion started by: colinireland
3 Replies

4. UNIX for Dummies Questions & Answers

Beginner - What Should I Do First?

Hi people.... I have just started to learn unix.I want to know which version of Unix to install plus how to install it.I need to practise and make myself aware of how unix works.My thread is from an educational point of view.Also please feel free to give your suggestions as I am... (3 Replies)
Discussion started by: amit.kanade1983
3 Replies

5. Shell Programming and Scripting

Beginner Help

I need to write a script to test a nsort c program. I have written 8 .txt files with different cases. Also 8 .txt files with expected outcome. The shell I have written always "test pass" for the first case but always "fail" for the rest... Here is a portion of my code (as I still don't know how to... (5 Replies)
Discussion started by: thibodeau
5 Replies

6. Shell Programming and Scripting

Need help with (beginner?) script

I am in an intro to unix/linux course, and need some help with a project. We are tasked with creating a basic script to automate a task that an Admin might need to do. We submitted ideas and mine was to have the system keep a record of log in and log out times for users. I thought this was going... (3 Replies)
Discussion started by: DethbyNo
3 Replies

7. UNIX for Dummies Questions & Answers

Beginner Help

hi guys, i have a DEl xps laptop cor 2 duo 2.2 i have vista installed on it i want to install a dual Boot UNIX on it.. can some one guide me ...cause i m tottaly new to UNIX i want to install unix on that laptop along with Vista.... thx any help would be deeply appreciated (sorry if i... (5 Replies)
Discussion started by: Farhan082
5 Replies

8. UNIX for Dummies Questions & Answers

Beginner Questions

Hi everyone. I guess I am the new guy, and also new to Unix. I purchased a box of computer supplies at an auction, and found an unopened box of Compaq Smartstart. So here is what I have... Smartstart 2.5, Netware, Windows NT, OS2 & Lan Server, SCO Open Server release, SCO Unixware 2, Oracle 7 for... (3 Replies)
Discussion started by: Darin
3 Replies

9. Programming

Beginner C

Anyone know where I can get started in C++ programming in unix? Any good free tutorials or websites to start at? I am okay in unix scripting but have never done c programming of any sort... What are the main advantages of using C++ ? (2 Replies)
Discussion started by: frustrated1
2 Replies

10. Shell Programming and Scripting

Please help. I am a beginner.

Alrigt, I need to write a shell script where it counts the number of folders and files and dispays "My home directory has 'x' files and 'y' directories." So, I was thinking of doing this. set x = `ls | wc` so, if I have 8 files and folders in my home directory, x is not 8. now, I was... (1 Reply)
Discussion started by: Lykathea Aflame
1 Replies
Login or Register to Ask a Question