PC User/UNIX Novice - Where do I start?


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers PC User/UNIX Novice - Where do I start?
# 1  
Old 11-04-2010
PC User/UNIX Novice - Where do I start?

Hi all,

I am new to the forum and this is my first post.

I am an IT professional within a prodominently Windows Environment Smilie.
I would like to learn the basics of UNIX/Solaris/Red Hat etc to create a niche skill on my CV. How do I go about it?

-Which OS do I download and from where?
-Which technologies are most commercially used?
-Do I buy a new desktop workstation to support it or partition my current windows laptop?

Can anyone advise of any good foundation books to support my learning of UNIX Command and Perl?

Many thanks,

MightyMo
# 2  
Old 11-04-2010
Welcome "mightymo26" - if I may make a suggestion (what I found that worked for me) is using a VM player and loading some virtual machines to get a feel for the different distributions. In my virtual machine I have Fedora 12 and Ubuntu 10.04 LTS. They are RPM and Debian based respectively but show you how packages / repositories are managed and installed to machines.

Play around in the VM's first and get a feel for the command line and the differences between distributions. There are a ton of distros to choose from but the best is that they are free! Also come to places like this site or google items as "linux command line" with the distro you feel you want to run with...

Fedora is the closest the Red Hat - (in fact it's the testing bed for RHEL) and there is OpenSolaris you can download an try which too is an offshoot of the enterprise Solaris.

I hope some of this information is of help - if you have any other questions just let me know...

Good luck!
# 3  
Old 11-05-2010
Thanks 'linuxlearner17'. I will indeed do that and will let you know how I got on.

Many thanks again.

:-)
# 4  
Old 11-06-2010
Quote:
Originally Posted by mightymo26
-Do I buy a new desktop workstation to support it or partition my current windows laptop?
Personally I'd suggest neither. Dual boot can be dicey -- any mistake in setting up either environment may well ruin both -- and a brand new machine is overkill(and might be not quite supported quite yet, too!) VMware would probably work, but installing into VMware isn't quite the same experience as installing into a real machine.

An aging PIII or P4 can run most Linux distros quite well enough for personal use, given sufficient RAM(512M and up) and disk space(30G and up). More specialized distros can make do with quite a bit less. If you're not expecting blazing graphics, you may be surprised by what an old machine is capable of...

Last edited by Corona688; 11-06-2010 at 01:12 PM..
# 5  
Old 11-09-2010
Quote:
Originally Posted by Corona688
Personally I'd suggest neither. Dual boot can be dicey -- any mistake in setting up either environment may well ruin both
I agree! Although I do dualboot with Ubuntu & Windows , but I've had to reinstall many times before I learned how to do it correctly. :P
# 6  
Old 11-18-2010
Quote:
Originally Posted by mightymo26
Hi all,

I am an IT professional

-Do I buy a new desktop workstation to support it or partition my current windows laptop?

No you don't have to buy a new desktop workstation.
# 7  
Old 12-10-2010
....

don't know where you can get it from but if you can get your hands on a aix o/s then i think that is one of the best unix platforms to use. not sure where you can get it though. it has easy commands like smit and when the command is complete it can show you all the commands it did.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

User (Profile) Specific Start Menu for RHEL 6.1 using KDE 4.3.4

I installed RHEL 6.1 with KDE 4.3.4 using LDAP on a PC and have now the problem to specifiy a user/Profile specific start menu. I have used already the kmenuedit tool and tailored for one user a specific menu, successfully. I changed as an example the konsole submenu. The kmenuedit was... (0 Replies)
Discussion started by: Gromit
0 Replies

2. Shell Programming and Scripting

Start script when a user starts a remote session

Howdy, I'm fairly new at bash scripting, but (for some reason) I've been tasked with building a bastion server and logging all (ssh/telnet) remote activity. Each session must create a unique log file - the name of each file must include the user ID, the connection method (ssh/telnet), the name... (2 Replies)
Discussion started by: kilo90
2 Replies

3. Programming

Novice in C needs help

Guys can you help me ? I'm novice in C but I have a lot of will to master C. Each gurney starts with first step O.K. My problem is to compare two integers entered by user I know how to set up conditions and problem is how to print correct value (grater number) // This program... (5 Replies)
Discussion started by: solaris_user
5 Replies

4. Solaris

How to start CDE for non root user on Solaris 10

Hi, How can I start CDE for non root user created.For root CDE is working fine but for non root user CDE exits back to login screen after trying for some time.Also I cant see .dt and .dtprofile files in the users home directory.How can I create them.Kindly help. Thanks & Regards, Kiran. (1 Reply)
Discussion started by: kiranherekar
1 Replies

5. UNIX for Dummies Questions & Answers

NEW to Unix (novice)

Heya all Im just reading up on the solaris o/s and unix and i just have the following qustions 1) is the solaris o/s the same as Unix if not how are they different - i.e. are they different operating systems? 2) Can the Unix be loaded from CD without affectin windows o/s just like linux... (2 Replies)
Discussion started by: new214
2 Replies

6. Shell Programming and Scripting

Start a service as user

Hi I need a service to be start as user after a reboot. My script in /etc/init.d contain the following: start() { su - $USER cd ${INSTALL_PATH}/bin ./MyApp -X exit return 0 } This function stops after su - $USER, I get user shell, and only if I manualy... (5 Replies)
Discussion started by: potro
5 Replies

7. Shell Programming and Scripting

start a program with other user's permission

I have some of programs in unix system which are to started with one_user say "xxxx". I have sudo permission if i start these programs with sudo it shows root permission. But i want these programs permession should be "xxxx". I tried "su user_name -c Program_name" but it is not... (3 Replies)
Discussion started by: srikanthus2002
3 Replies

8. Shell Programming and Scripting

Unix Shell Novice - File Manipulation

Hi, I am brand new to unix and am hoping someone can start me in the right direction. I want to be able to put the results of a file command such as wc -l filename into a variable which I can then use to test against another variable...i.e. I need to show the nth line of a file, but need to... (3 Replies)
Discussion started by: nmullane
3 Replies

9. Shell Programming and Scripting

Unix scripting-Need help-NOVICE -PLEASE HELP

I really want to get into unix scripting,work with RS6000 -AIX. How do i get started,what books are good for beginners,i am very desperate I have no programming background but ready to scrafice all my time in learning .please help. PLEASE,PLEASE PLEASE ,HELP.... Any advice will realy... (2 Replies)
Discussion started by: Ghanaman
2 Replies

10. Linux

Hi I M Novice User

hi everyone i m a novice user . just want to know how to use this website and also learn unix from the basics. can any one help me please.... (2 Replies)
Discussion started by: MSK
2 Replies
Login or Register to Ask a Question