LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 05-07-2007, 11:10 PM   #1
Aift
LQ Newbie
 
Registered: May 2007
Location: Chicago, Illinois USA
Distribution: PCLinuxOS
Posts: 3

Rep: Reputation: 0
I need some help getting started with Linux


Howdy!

I have been talking to a friend online and he has convinced me to install Linux onto my laptop. I am now using PCLinuxOS on my SONY VAIO. He got me all hyped up about Beryl, now I have just installed PCLinuxOS, and I don't know how to install, and this is all confusiing to me. If you cannot tell, I am fresh of the Microsoft Windows side. I've seen all types of crazy effects on Linux and in a sense, that kind of drew me in, plus all of the freedom.

How do I install stuff?
How do I install Beryl?

What steps should I take on mastering Linux like I have Windows?
What should I do to make Linux a comfortable expereince.

What the file types that PCLinuxOS use to install stuff (Like Windows uses '.exe' files)?

Please someone help me, it would be greatly appreciated.
 
Old 05-07-2007, 11:41 PM   #2
PatrickNew
Senior Member
 
Registered: Jan 2006
Location: Charleston, SC, USA
Distribution: Debian, Gentoo, Ubuntu, RHEL
Posts: 1,148
Blog Entries: 1

Rep: Reputation: 48
Look in the menu for a program called "Synaptic". You'll be using that to install things, I think you'll find it pretty self-explanatory.

Regarding just getting used to Linux, my suggestion is to just muddle through it and ask questions here. Remember that the search is your friend, and you'll know plenty in no time.
 
Old 05-08-2007, 12:09 AM   #3
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Hi Aift!

Welcome to LQ.

Being "fresh of the windows side", as you put, is an experience we all went through. In fact, you can go on using both Linux and windows if you like, as part of us still do. Linux is great but you'll find that there are just some things that windows still does better. If you're a gaming addict or you have some MS software that won't run on anything else, MS is still your best choice. Then again, I'm sure you'll also find things that windows can't do for you.

Now, the main thing at this moment is that windows and Linux tend to do do things differently. For starters, Linux does not use .exe files; PCLinuxOS uses RPM files and other Linux distributions use still other formats (for example, DEB files). Unlike .exe files, LInux software files are not installed by simply clicking on them but by using a a command from the CLI (=command line). If you feel that the prospect of having to use a command line is not a pretty one, don't mind, because modern Linux distributions have come up with ways of automating the whole process. If you take a look at your taskbar, you'll see a round icon that serves to launch Synaptic Package Manager (which can also be launched from System > Administration > Synaptic Package Manager). If you click on it, you should be prompted for your root password.
This request for your root password is normal; it illustrates another fundamental difference between Linux and windows: Linux does not give the user full permissions. As soon as you do something that might damage or infect your system, you are required to "become root" by using the root password. "Root", if you wonder, is the administrator of the system; by keeping the password secret, you can be certain that no-one is going to fool around with your system. This is one of the chief reason why Linux is so much safer (no anti-virus needed!), To be fair, windows can be set up to use administrator and user accounts, too, but the system is not watertight and it's so easy to turn off that most people do so (if they set it up in the first place).
So let's get back to Synaptic Package Manager. You should be presented with an extensive list of software packages. Each one should be accompanied by a short line that describes what the package contains. Some will be pretty easy to figure out, others may not start making sense until you get a bit more experienced. By just checking the box for an item and clicking Apply, Synaptic will retrieve the package from the internet and install it for you. No further action needed. You can also select several packages at once before you click on Apply. And sometimes Synaptic will fetch more packages than you asked for because of "dependency" considerations. This means that certain packages cannot function on their own but depend on one or more different packages. Synaptic will save you plenty of headaches by figuring out what those are and installing them along with what you selected. when you're done installing, Synaptic can be closed again.
One of the first things you should install are video drivers. Just search Synaptic for ATI or Nvidia depending on your video card. Then you can install Beryl in the same way. Here's an article that should be relevant:

http://www.tuxmachines.org/node/15844

There are plenty of tutorials on the internet where you can find more information about running Linux. Here is just one as an example:

http://www.linux.org/

If you want to save anything, you have to do so either to your desktop or to your home directory. There are plenty of directories but the directory that bears you name in the home directory is the only one you can access as a regular user (the other ones contain system files so only root has permissions to explore/edit them). Just don't get lazy and start using root all the time; neither should you log in as root unless you absolutely have to. Doing everything as root is the best way of making your system as vulnerable to malware as windows.

Good luck!

Last edited by jay73; 05-08-2007 at 12:13 AM.
 
Old 05-08-2007, 12:22 AM   #4
Aift
LQ Newbie
 
Registered: May 2007
Location: Chicago, Illinois USA
Distribution: PCLinuxOS
Posts: 3

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jay73
Hi Aift!

Welcome to LQ.

Being "fresh of the windows side", as you put, is an experience we all went through. In fact, you can go on using both Linux and windows if you like, as part of us still do. Linux is great but you'll find that there are just some things that windows still does better. If you're a gaming addict or you have some MS software that won't run on anything else, MS is still your best choice. Then again, I'm sure you'll also find things that windows can't do for you.

Now, the main thing at this moment is that windows and Linux tend to do do things differently. For starters, Linux does not use .exe files; PCLinuxOS uses RPM files and other Linux distributions use still other formats (for example, DEB files). Unlike .exe files, LInux software files are not installed by simply clicking on them but by using a a command from the CLI (=command line). If you feel that the prospect of having to use a command line is not a pretty one, don't mind, because modern Linux distributions have come up with ways of automating the whole process. If you take a look at your taskbar, you'll see a round icon that serves to launch Synaptic Package Manager (which can also be launched from System > Administration > Synaptic Package Manager). If you click on it, you should be prompted for your root password.
This request for your root password is normal; it illustrates another fundamental difference between Linux and windows: Linux does not give the user full permissions. As soon as you do something that might damage or infect your system, you are required to "become root" by using the root password. "Root", if you wonder, is the administrator of the system; by keeping the password secret, you can be certain that no-one is going to fool around with your system. This is one of the chief reason why Linux is so much safer (no anti-virus needed!), To be fair, windows can be set up to use administrator and user accounts, too, but the system is not watertight and it's so easy to turn off that most people do so (if they set it up in the first place).
So let's get back to Synaptic Package Manager. You should be presented with an extensive list of software packages. Each one should be accompanied by a short line that describes what the package contains. Some will be pretty easy to figure out, others may not start making sense until you get a bit more experienced. By just checking the box for an item and clicking Apply, Synaptic will retrieve the package from the internet and install it for you. No further action needed. You can also select several packages at once before you click on Apply. And sometimes Synaptic will fetch more packages than you asked for because of "dependency" considerations. This means that certain packages cannot function on their own but depend on one or more different packages. Synaptic will save you plenty of headaches by figuring out what those are and installing them along with what you selected. when you're done installing, Synaptic can be closed again.
One of the first things you should install are video drivers. Just search Synaptic for ATI or Nvidia depending on your video card. Then you can install Beryl in the same way. Here's an article that should be relevant:

http://www.tuxmachines.org/node/15844

There are plenty of tutorials on the internet where you can find more information about running Linux. Here is just one as an example:

http://www.linux.org/

If you want to save anything, you have to do so either to your desktop or to your home directory. There are plenty of directories but the directory that bears you name in the home directory is the only one you can access as a regular user (the other ones contain system files so only root has permissions to explore/edit them). Just don't get lazy and start using root all the time; neither should you log in as root unless you absolutely have to. Doing everything as root is the best way of making your system as vulnerable to malware as windows.

Good luck!
Thank you so much, that was very helpful!
 
  


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
Getting started with Linux mdoakes42 Linux - Newbie 1 04-23-2006 06:58 PM
hi just started with Linux jayaramk LinuxQuestions.org Member Intro 1 01-19-2006 12:11 AM
Need to get started with wifi on linux enigma_0Z Linux - Wireless Networking 13 11-25-2005 02:40 PM
Just started using linux... a few questions michael16 Linux - Newbie 1 06-24-2005 06:59 PM
Newb trying to get started in Linux Meh987 Linux - Newbie 25 02-10-2004 01:09 PM

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

All times are GMT -5. The time now is 09:57 AM.

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