LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-22-2009, 05:54 PM   #1
mpoplawski
LQ Newbie
 
Registered: Apr 2009
Posts: 6

Rep: Reputation: 0
first time linux user


As a non technical person, I have been overwhelmed by the technical jargon used in Linux. My company is designing a web site for a new customer and I have been tasked to get the server ready. The requirement is to use Red Hat Linux.

For practice, I installed Ubuntu on a dual boot windows vista 32 bit laptop. I couldnt figure out how to install a print driver but that's another story. The ISO image directions seemed fairly straightforward.

I have to install Red Hat because this project requires building a web site with Cold Fusion 8 Server (linux 32 bit version).

I know there are probably an endless supply of books but I am trying to find tutorials on the internet to serve this purpose. My goal is simple; first install Red Hat on my laptop before attempting to install on the server. I will remove Ubuntu and install Red Hat

Are there tutorials or articles geared for beginners? Again, I am non-technical so most of the jargon is very confusing to me. I simply want to learn the basics of Linux; the file structure in Linux, creating user accounts, etc...

Finally, I shriek in horror anytime I need to use a console. I am simply accustomed to using a GUI as a longtime Windows user.

I welcome all suggestiions and feedback.
 
Old 04-22-2009, 06:00 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
Your company needs to send you to a boot camp for a few weeks.

If they are too cheap then consider a managed provider. You can't protect this system with the small amount of training you have.

You do know RH costs a bunch of money? Is there a reason for that version?
 
Old 04-22-2009, 06:03 PM   #3
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Beginning linux stuff can be found by googling "linux newbie guide". I personally like the RUTE tutorial. It's a bit dated, but pretty good. YOu can also go over to the Linux Documentation Project and find some helpful guides and howto's.

As for Red Hat, you might look at the CentOS website for tutorials and help. CentOS is a free clone of Red Hat Enterprise Linux. It's exactly the same, except all the red hat trademarks have been removed.

Ubuntu is certainly user friendly for getting your feet wet. But Red Hat does some things a little bit different. Some of the configuration tools are different, and the package management system (how you install and remove programs) are different. You may find one easier than the other.

And sorry to say, but you're probably going to have to get command line dirty because servers usually don't run with a graphical environment (for security and resource hog reasons). So most of the help you find will probably relate to command line configuration of files. Of course, if this is just a test server for you, you can probably get away with a GUI.

I concur with the above statement that if this is a production server that's actually going to host your client's website, you need an expert or to farm out that part of it. Otherwise you'll be hacked in no time...

Last edited by pljvaldez; 04-22-2009 at 06:04 PM.
 
Old 04-22-2009, 07:02 PM   #4
mpoplawski
LQ Newbie
 
Registered: Apr 2009
Posts: 6

Original Poster
Rep: Reputation: 0
thanks for the advice

thank you very much for the advice.

As with learning anything new, it's always easier if there is easy to understand, easy to read documentation.

http://www.linuxnewbieguide.org/ seems like a great resource in helping me understand more about Linux.

If you have any other great resources, I welcome your opinion and feedback. You've been in my shoes before and can probably understand some of my frustration.

Again, thanks for the information and please let me know your thoughts on becoming more proficient with Linux.
 
Old 04-22-2009, 08:36 PM   #5
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by mpoplawski View Post
If you have any other great resources, I welcome your opinion and feedback. You've been in my shoes before and can probably understand some of my frustration.
Again, thanks for the information and please let me know your thoughts on becoming more proficient with Linux.
Here is a great site for getting started with Ubuntu:
http://www.psychocats.net/ubuntu/index.php
Ubuntu has a server edition also. This is a command line ubuntu system without a graphical desktop. You can install the Ubuntu desktop on the server edition if you want to.

This tutorial really helped me learn basic linux terminal commands:
http://linuxcommand.org/learning_the_shell.php
 
Old 04-22-2009, 09:45 PM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Finally, I shriek in horror anytime I need to use a console
Let's try a different approach.....

First, a console cannot hurt you. Especially if you operate under your own user name, there is a limit to how much damage you can do.

Second, you can learn maybe ten simple commands in less time than you have spent on this thread.

Finally--and most important--is that you will quickly learn that the console is the easiest and fastest way to do certain things. Once you've internalized that, the rest will be easy.

Last edited by pixellany; 04-23-2009 at 02:13 PM. Reason: typo
 
Old 04-23-2009, 08:19 PM   #7
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Here's a couple of good reads:
a comparison of Linux & MS; shows the different mindset reqd, short article: http://linux.oneandoneis2.org/LNW.htm

Here's a link to the 'Rute' guide mentioned. Its very good http://rute.2038bug.com/index.html.gz
 
Old 04-23-2009, 09:32 PM   #8
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
And here is one that has a million links: http://www.yolinux.com/
 
Old 04-24-2009, 03:06 AM   #9
mpoplawski
LQ Newbie
 
Registered: Apr 2009
Posts: 6

Original Poster
Rep: Reputation: 0
thanks for all the great links

I appreciate all the great links.

I took a bold step forward by attempting to install Red Hat Linux.

Boy that was a mistake. First I created a partition on my Dell Inspiron Windows Vista 32 bit laptop.

Next, I attempted to install Red Hat Linux. Overall, it seems rather straightforward; at least until I rebooted my computer. My goal was to keep my existing Windows Vista OS and create a dual boot; Windows Vista and Red Hat Linux.

Obviously, I failed miserably in this task. I ruined Windows Vista after rebooting. The Windows dual boot didnt work. At that time, Red Hat booted fine but Windows Vista didn't work anymore. I spent all day formatting the hard disk, installing, and configuring everything in order to start all over again.

Ubuntu was simply very easy to install. It did everything for me.

Now, the next step is to search for any thread looking for ways to create a dual boot system with Red Hat and a different OS.

If any of use have installed Red Hat, I would love to correspond with you.
 
Old 04-24-2009, 03:48 AM   #10
Libu
Member
 
Registered: Oct 2003
Location: Chennai
Distribution: Slackware 12.1
Posts: 165

Rep: Reputation: 36
I had tried dual booting Vista twice, once with Slackware and the next time with FC10, both times, vista got corrupted. Again I'm not 100%, it certainly could have been because my bootloader configs were not proper, but I really don't think so. Anyway I got rid of Vista !

XP has always worked for me with a variety of linux's.

A guide from RedHat:
http://www.redhat.com/docs/manuals/l...-dualboot.html
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hello all 2nd time linux user ...first time wasn't so successful kennypoopoo Linux - Newbie 3 09-11-2008 01:14 PM
Long time Windows users, first time Linux user Towjam LinuxQuestions.org Member Intro 1 06-21-2008 12:08 PM
First time Linux user, soon to be last time.. rrc124 Linux - Laptop and Netbook 33 05-17-2006 09:46 PM
First Time Linux User needs help Dragonz_dream Linux - Software 3 04-25-2005 10:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration