How's it going dih?
Quote:Original post by dih i'm not completley sure on the ram specs it runs windows 2000 but i also got a 64 mb ram computer also.
and i'd like a desktop (i'm not that good with terminals) |
Well using Linux is a good time to learn to love the command line!
But you won't have a problem running some sort of desktop. I've had great success on somewhat low spec machines with a minimal Ubuntu install following this simple guide:
http://wiki.dennyhalim.com/ubuntu-minimal-desktopI've been going the LXDE route and it is quite nice.
On these machines I stick with strictly GTK apps only (that means avoiding the GNOME libs too!). I prefer vim-gtk for development, though if you must have an IDE, Geany is a super lightweight (read: minimal-featured) IDE using GTK that might make you more comfortable. For something more full-featured you might check out CodeLite, which uses wxWidgets. Code::Blocks does too, and is pretty popular, but they haven't had a stable release in almost two years. Just try to stay away from mixing in full GNOME applications like Anjuta, Evince, GNOME Games, etc. if you can, and definitely don't install QT (Kdevelop), Mono (MonoDevelop), or Java (NetBeans, Eclipse) applications. This will reduce your memory usage significantly. So use xpdf instead of evince, mplayer instead of vlc, audacious instead of vlc/banshee/rhythmbox, etc. Basically, when you install something, make sure it doesn't pull in any dependencies you don't want to use.