Advertisement

linux noobiness

Started by January 14, 2006 01:34 AM
11 comments, last by Sneftel 19 years ago
whats a good version of linux for a graphica desktop system, the computer i want to run it on is old (p2 upgared to p3 with a cpu adaptor but slow becouse of buss bottlenecks) so a lighter version would be good since dont need tons of server functionality though appache and samba server would be nice
Asking this question on a forum will give you about 5-10 different answers. Browse distrowatch and be prepared to try a few of them. Be sure to try KDE, Gnome and XFCE desktops to see which one you like best. KDE and Gnome are quite heavy so if you have under 256MB of RAM then you should consider something lighter.

I can only give one specific recommendation: stay away from kubuntu (the KDE version of ubuntu)! Its current version is probably the buggiest KDE desktop ever shipped. Ubuntu (with gnome) is much better I hear and ubuntu also has an XFCE edition, which I haven't tried yet. Because XFCE is quite simple and lightweight and shares a lot of apps with Gnome, I doubt it has too many problems. Also note that the ubuntu editions differ only by their default package selections. You can install any of the three dekstop environments on any of the three editions using the package tool.
Advertisement
I personaly like gentoo, but if you have a slow computer, all the compiling would drive you nuts, I guess. So I would recommend some flavor of debian. Ubuntu in example is debian based and very good for noobs!
I second Ubuntu as a good option. It certainly is a very easy and trouble-free distro with regards to installation, setup and maintenance.

About Gentoo: This sounds appealing to me because you essentially build Linux and all apps from scratch, only that you have a wonderful package management system at your disposal that manages dependencies for you. HOWEVER: Only try this if you have tons of free time for the setup! This is the reason I haven't tried it yet...

[EDIT: Now to answer the OP's question: Although Ubuntu installs quite a lot of stuff by default, its package management system (which is based on Debian's apt) lets you tweak your setup quite easily. Another advantage is that this distro seems to be on top for auto-detecting hardware, so might be good for you if you want a trouble-free install. Although there's no 100% guarantee that everything will work...]
Deniz ÖzsenSoftware Engineerhttp://www.symbian.com/
thanks for the advice
right now im downloading Ubuntu 5.10
I was wondering what people think of Gentoo versuses Ubuntu,

I asked because a friend who has 'linux_rocks' as his email address uses Gentoo, but my other friend one of the few people out of school with a job uses Ubuntu at his work.
Advertisement
just one last thing,
how compatible are application between linux versions and gui's like kde, gnome, redhat, debian and such

EDIT:
ok, two more things,
my computer has two drives, i wasnt really sure what i was doing during the disk partitining phase so im wondering if theres any way to find out what happend to my other drive, some way to display physical drives
one word

KNOPPIx
Bring more Pain
Quote: Original post by Kaze
just one last thing,
how compatible are application between linux versions and gui's like kde, gnome, redhat, debian and such


As long as you have the correct libs installed you can run the apps. You can run kde apps under gnome, for example, as long as you actually have the kde libs installed.

Ubuntu (and debian in general) use the apt packaging system, so it will make sure that you have the libs you need. For example, if you go into synaptic and check kdevelop (or go to command line and type "sudo apt-get install kdevelop") it will tell you you need all of the kde libs and the kdevelop-docs package, and a ton of others and it will get them for you. It's really nice.

As far as different "linux versions"... they use a variety of packaging systems. Redhat/Fedora use RPMs for packages. Ubuntu and other Debian packages use .deb packages. In all distros you can download tarballs (*.tar.gz) and install from source, and some distros require that. But, generally speaking, the applications can be installed on just about any distro... its just the packaging that varies. If you can't find a native package, build from source.

I should like to make a point that there is an alternate distro of Ubuntu, called Kubuntu. The main difference between the two is that Ubuntu's window manager (WM) (e.g. 'Explorer' shell, to Windows users) is Gnome, while Kubuntu's WM is KDE.

Some prefer Gnome, others prefer KDE. Just making you aware of options, should you decide that one is preferential to the other.

On a side note, it is possible to install Ubuntu on your machine (with Gnome as default WM), then later install KDE via commandline (e.g. 'apt-get install kde'). Kubuntu is built for convenience.

This topic is closed to new replies.

Advertisement