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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-08-2007, 12:10 AM
|
#1
|
LQ Newbie
Registered: May 2007
Location: Chicago, Illinois USA
Distribution: PCLinuxOS
Posts: 3
Rep:
|
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.
|
|
|
05-08-2007, 12:41 AM
|
#2
|
Senior Member
Registered: Jan 2006
Location: Charleston, SC, USA
Distribution: Debian, Gentoo, Ubuntu, RHEL
Posts: 1,148
Rep:
|
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.
|
|
|
05-08-2007, 01:09 AM
|
#3
|
LQ Guru
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019
Rep:
|
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 01:13 AM.
|
|
|
05-08-2007, 01:22 AM
|
#4
|
LQ Newbie
Registered: May 2007
Location: Chicago, Illinois USA
Distribution: PCLinuxOS
Posts: 3
Original Poster
Rep:
|
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!
|
|
|
All times are GMT -5. The time now is 01:58 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|