Which distribution would you most recommend to those users that are new to Linux?
Last year's Poll
Printable View
Which distribution would you most recommend to those users that are new to Linux?
Last year's Poll
wow ,no ubuntu yet
I am moving from Ubuntu to Linux Mint. I really like the Cinnamon environment, and want something new. But I did start with Ubuntu 11.1, or something like that. It was good, but lately my Linux computer is slowing down, due to low memory. I want a new computer, one for myself, and to have a fun project to do.
For people that are used to Windows, I can highly recommend Zorin. With that distro you are least disoriented. I tried at least another half a dozen distros and was always discombobulated.
For a new to linux user, Mint.
Phooey! Make 'em learn with a Gentoo stage 3 tar ball! :D
I've been using linux for almost 5 years now, and love it, but if I had to build linux from scratch or mess with setting up an advanced users linux, I would probably give up and go back to windows. The beginner distro's make it easy to attract and keep new users. Some may choose to go on to more advanced linux knowledge, while many like the easy way.
I think there are 2 major obstacles that will prevent Linux from a wide usage:
1. There are far too many distros. Anybody who wants to start with Linux is completely disoriented. If these guys could agree on 3 or 4 distros and scrap all the rest, it would be a lot better. And bundling their development resources would allow for lot better developments.
2. There are still too many functions that have to be executed thru the command line. I installed Zorin in VMware and in order to install the VMware tools, I needed those commands:
sudo mount /dev/cdrom /media/cdrom
cp /media/cdrom/VMware*.tar.gz /tmp
sudo umount /media/cdrom
cd /tmp
tar xzvf VMware*.gz
cd vmware-tools-distrib/
sudo ./vmware-install.pl
It took me one whole week to figure that out. I also run Windows 8 in VMware. There it took 2 clicks to install the tools. Anybody a bit less interested than me and with less computer background would have long given up on Linux.