NIX master in 30 days?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers NIX master in 30 days?
# 1  
Old 06-11-2003
Computer NIX master in 30 days?

HI there I would like to become a UNIX god in...oh lets say a month.
Basically im a windows expert (stop laughing) and I want one of them high paying IT jobs that always require knowledge of some flavour of UNIX.

The last NIX that I tried was Redhat 7. I loved it!!!! But didn't have anything to do with it on my home PC so I stopped using it. I tried to get it to connect to a windows PC using SAMBA but it didn't work properly back then...or at least it wouldn't work for me. But I did find a tiny little util that did connect WIN and NIX PCs...but cant remember what its called. Im rambling...

Anyway I want to walk into an interview in lets say 4-5 weeks and know enough UNIX to get that £50,000 job and have a good idea what im doing.

What I need to know is what sort of things would I need to know in order to “know” UNIX? Im talking from a day to day operations and troubleshooting point.

What NIX would be best to use in order for me to get a good feeling for the NIX versions? I like Redhat but I have a feeling that using it would not prepare me to use HPUX or AIX...but im not sure you tell me.

As a beginners experiment im going to add a unix box to a windows network (Peer2peer not domain). And map a drive to the UNIX box so everybody can logon to the UNIX box and have their own home directory. Im guessing that I still have to use SAMBA to do this?

One more question...If I install Redhat 7 which I already have can I just install another NIX over it without destroying the data on the partition like you can with windows versions?

-----------------------------
Jon Tickle RULES!!!!!!!

Last edited by TINO; 06-11-2003 at 12:55 PM..
# 2  
Old 06-11-2003
See this other interview

A master in a month? I've done it since 1992 and don't consider myself a master - good luck.

As far as differences - HP, AIX, Solaris, SCO, Redhat, and all the others have different commands as far as administration. If you can 'master' Redhat then at least you have a base to build the others. Just remember, each has a cpu(s), disks, memory. The logic is the same just implemented differently with different commands. Most 'user' commands are the same. If you know what OS the company runs, then go in that direction - if not or if you are just trying anything, pick one and learn it.
# 3  
Old 06-12-2003
There's no way your going to even get close to demi-god in a month let alone god-like.

Sorry dude.

You can bluff your way through windows, sort of anyway, but not Unix, its a lot more involved. If you want to be employed as a Unix Admin or such, do as RTM said and practice for about 3years.
# 4  
Old 06-12-2003
Re: NIX master in 30 days?

Quote:
Originally posted by TINO
HI there I would like to become a UNIX god in...oh lets say a month.
Basically im a windows expert (stop laughing) and I want one of them high paying IT jobs that always require knowledge of some flavour of UNIX.
...............
The last NIX that I tried was Redhat 7. I loved it!!!! But didn't have anything to do with it on my home PC so I stopped using it.
...............
Anyway I want to walk into an interview in lets say 4-5 weeks and know enough UNIX to get that £50,000 job and have a good idea what im doing.
If you are truly willing to put this much time an energy into learning something, why would you limit yourself to 30 days? Put that energy into learning UNIX and you WILL get a better paying job, just maybe not in the timeframe you specified. Nothing is free, reach for it, work for it, and you will have it.
# 5  
Old 06-12-2003
I think 30 days is sufficient for getting a grasp on the basics. If you studied really hard for 30 days straight, you could come out knowing what everything "does" and what each file is for on a vanilla system.

Though, there is certainly a long, long, long road to mastery. Not only would you need to know certain software, but like any other skill, it takes a large amount of time to know what to do with that knowledge. The only way you can learn the idiosyncracies and operational harmony of Unix is through time. Unix isn't a vocabulary test. There is a lot of theory that you can only learn by persistence. =)
# 6  
Old 06-12-2003
I second Mr. Proper's post.
I had no documentation when i first installed linux. The only command I knew was man, and in a few weeks even one with such a limited intellect as I soon upgraded myself to 'user' status.
# 7  
Old 06-12-2003
While I would agree that one month is enough to become a unix user, this thread was started by someone who wants to become a unix god.

My definition of unix god: a person who can write every kernel module, every device driver, every compiler, and every other command of any unix systems. If even one piece of software on any unix system is too mysterious for you to duplicate, you are not yet a unix god.

I too would like to be a unix god. I have been persuing that dream since the early 1980's. I'm guessing that it will take another 30 years or so.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

Regarding guidance to learn *NIX more and more

Hello All, This Poll/thread is for views of all forum user regarding following point: There are many people in this forum who are actually not actually working on *NIX(admin or real scripting/automation part) but they are/have learnt scripting and trying to help/guide/advice/sharing... (11 Replies)
Discussion started by: RavinderSingh13
11 Replies

2. UNIX Desktop Questions & Answers

How can I replicate master master and master master MySQL databse replication and HA?

I have an application desigend in PHP and MySQl running on apache web server that I is running on a Amazon EC2 server Centos. I want to implement the master-master and master slave replication and high availability disaster recovery on this application database. For this I have created two... (0 Replies)
Discussion started by: Palak Sharma
0 Replies

3. UNIX for Advanced & Expert Users

Which is the most secure *nix?

Which is the most secure *nix for home business/ office use? Would have to be fairly well up to date browser and drivers wise. Myself I seem to have settled on RedHat - I've trialled the Desktop, and am part-way through a server trial. I've essentially not managed to keep the browser as secure... (2 Replies)
Discussion started by: GSO
2 Replies

4. What is on Your Mind?

radio/airwaves *nix?

hey there, new to the forums here. long story short, i have interests in both HAM radio and *nix OS's and want to start a project that will combine the two. so, the question is: are there any *nix flavors or other distros that were specifically designed for radio/airwave communications, or... (0 Replies)
Discussion started by: BartlettMagic
0 Replies

5. Shell Programming and Scripting

Performance data, *nix

Hello, I want to write a tool which fetches performance data from remote machines. Sounds easy? well there are some requirements: No extra "client" software should be needed on the hosts, remote shell access (e.g. SSH) should be enough. -> I'm limited to a small amount of tools. I want CPU,... (8 Replies)
Discussion started by: Eliteforce
8 Replies

6. Shell Programming and Scripting

ls latest 4 days or specify days of files in the directory

Hi, I would like to list latest 2 days, 3 days or 4 days,etc of files in the directory... how? is it using ls? (3 Replies)
Discussion started by: happyv
3 Replies

7. UNIX for Dummies Questions & Answers

Looking for something like Citrix for *nix

Hi, I don't mean the client.... I mean the server - I have the client to connect to a windows citrix server already. The next best thing I can use at present is VNC (I only want remote desktop, not application sharing specifically). The thing with VNC is that when you go on you are... (3 Replies)
Discussion started by: d11wtq
3 Replies

8. UNIX for Dummies Questions & Answers

*nix newb needs books

I am a total newbie to *nix systems. I can already see however that this is an important o/s and i must learn to use it. I also am aware that the information on how to use linux/unix is out there but it all relies on my knowing alot more about ths "nix's" then i do. What i'm asking, inshort, is... (3 Replies)
Discussion started by: Shifty
3 Replies

9. What is on Your Mind?

*nix Desktops

Yeah, we all know where to find screenshots of Unix and Linux, but it would be awesome to see some of your *nix screenshots. Okay.. to explain: This is my KDE desktop on Yellow Dog Linux. I changed the background recently to a Commodore 64 theme (pretty cool) and no longer is the Konstruct Konsole... (25 Replies)
Discussion started by: gnerd
25 Replies
Login or Register to Ask a Question