• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Which One?

 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok,
I finally managed to backup all the data and stuff I want to keep from my old desktop to the external HD.
Now I want to install Linux (only, no dual boot) and start playing with it.

I got two goals
1) Learn about Linux as a desktop
2) Use it as a development platform.

I googled around and found out there are lots of "flavors" around and I am confused.
My desktop is a PII with 512MB Ram.

What would you guys recommend?

 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I asked the very much same question.. and my fellow mates provided some good inputs..
I'm "bored-windows" user and want to learn a Linux as a novice ..

So, this dicusssion might helps..

 
Ranch Hand
Posts: 959
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should try Ubuntu. With that spec, you shouldn't use Ubuntu with Gnome. Try a more lightweight window manager, such as xfce. Xubuntu is the one that should be looking at.
 
Saloon Keeper
Posts: 28141
198
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sad, isn't it. Half a GIGAbyte of RAM and people are recommending you downscale your install.

You probably CAN run Ubuntu/Gnome on a 512MB system. You just won't enjoy it.

Then again, Gnome is just the start of the trouble. I think at last count, the basic Gnome desktop + core applets was running me about 128MB, but Evolution was chomping 512MB, Firefox another 200 or so, and Eclipse wants at least 512MB to do a decent job. Then if you wanted to develop webapps, Tomcat would be another 200MB or so.

And to think that one of the initial selling points of Linux was that it wasn't as RAM/CPU hungry as Windows....
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Holloway wrote:Sad, isn't it. Half a GIGAbyte of RAM and people are recommending you downscale your install.



I don't think it's the RAM so much as the processor. A PII is pretty wimpy compared to modern processors. I bought a Via C3 (about as powerful as a P3) recently to build a home file/torrent/web "appliance". I put 512 Mb RAM on it and it would barely run Xubuntu. Browsing plain web pages was tolerable. Apps took forever to load. Right now it's running Ubuntu Server headless and doing a great job.
I'm pretty sure the last PII I ran Linux on had a bare-bones window manager like FVWM and I sure didn't try to use it as a development platform (it was a web server/firewall).
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You mean I will have to upgrade the CPU???
RAM is OK. I don't have any issues with it.
I was under the impression Linux, like Tim mentioned, was not a resource hogger.
 
Joe Ess
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Maneesh Godbole wrote:
I was under the impression Linux, like Tim mentioned, was not a resource hogger.



First, Linux is way more flexible than the Windows platform when it comes to configuration. It has a variety of window managers available, from the bare-bones like FVWM to KDE and Gnome, which are platforms in their own right. You also have the option to run without Xwindows (or many other services). THAT is the Linux advantage. It can be configured to be light. The default install of Ubuntu (and Fedora and Suse and so on) comes with everything turned on because most users prefer pretty to performance.
Second, Eye candy is expensive, processor and memory wise. I think it's crazy to expect a latest-generation operating system to run with all the bells and whistles on hardware that is ten years old.
As I mentioned above, I have a machine which is a dog when running X, but without it, it hums along. One could use it for development. VI and Emacs have been used for development for ages. I wouldn't expect to run an IDE or expect the compiler to be quick.
My advice would be to try Fluxbuntu or Puppy Linux (they both have Live CD's, so you can "try before you buy"). Both distributions are targeted to lower-power systems.
I've also built up a custom low-power install starting with Ubuntu Server and installing X and a light window manager. There's an out-of-date How-To available.
As you work with Linux on your old desktop, keep in mind that you aren't really getting a good experience because your hardware is holding it back. If you really want to experience what Linux has to offer, install it on modern hardware.
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks guys for all the priceless inputs.
Considering everything, the "puppy linux" looks most suitable for dummies like me
It says ~94Mb.

So I
1) Download the iso to my pendrive
2) Change boot sequence of my windoze to look at the USB drive first
3) Plugin the pendrive
4) Reboot.

Is that the correct procedure?
 
Joe Ess
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe the ISO is for creating a LiveCD.
Creating a bootable USB drive takes a little more work. I can't find instructions on the Puppy Linux site.

Aha! found it. The installer has an option to install to a USB drive. You have to boot from a Live CD first to get to the installer.
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the link Joe.
Downloaded the iso file. Need to hit the sack. Its 0100 hours here.
Will try setting up the pen drive tomorrow.
Thanks once again.
 
There is no "i" in denial. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic