Linux - my experience

Ubuntu


My story:

I've installed Ubuntu as my very first linux distribution on my HP laptop alongside an already existing Windows 7 installation. The installation of Ubuntu went smoothly (though it seemed a bit like something caused the laptop to overheat itself at the first boot, the fan was running like crazy - idk why, but it happend just once. After that everything went normal), the first steps in the new Unity environment were sometimes a bit difficult for a previous advanced Windows user and a complete noob at Linux xD :


Me: "Why is the taskbar on the left side of my screen ?" "Huh? Why is there another taskbar on the top ??? WTF ?? D:".

In my Ubuntu-days I've slowly learned how to navigate in an operating system different from the usual Windows OS, learned about its software/hardware limitations, what proprietary drivers were used for and how to activate/install them (most notably the fglrx driver for my AMD Radeon graphic card, or the Broadcom WiFi driver), what alternate applications the current system offered as a native replacement for the less/not compatible Windows apps (LibreOffice for example), how Windows applications could be installed via Wine compatibility layer, etc...

Some time later I even got the courage to try the terminal application to execute a few commands which I've looked up on the wiki.ubuntuusers.de website (yeah, in german). It didn't take long until I've learned some basic commands a started using them regularly (like the system upgrade cmd).

I've never had any serious problems with Ubuntu.
The only things that bugged me were just a matter of taste (I hated the purple-orange-gray-white color theme, the annoying sounds and the vertical taskbar), and how 'different' and 'unfamiliar' the interface for a previous Windows-user like me was. I needed something more 'familiar', an environment that would offer what I was so used to for many years.

So yeah, that's how I've began my search for a distro which had a classic 'Windows-ish' deskop look - and my search brought me to Linux Mint (NOTE: at that time I didn't know that one could simply install an additional desktop environment alongside an existing one, in this case KDE. I didn't even know what a desktop environment like KDE was ! haha xD)

Desktop-variants:


Kubuntu (KDE), Xubuntu (Xfce), Lubuntu (LXDE), Ubuntu GNOME

Basic terminal commands:

sudo apt-get update

Update source lists


sudo apt-get upgrade

Update system


sudo add-apt-repository ppa:(name)

Add a PPA repository


sudo apt-get install (package)

Install a program




Linux Mint


Basic terminal commands:

Linux Mint is Ubuntu-based - it has the same commands as Ubuntu. See above Ubuntu-section




Fedora


Basic terminal commands:

Uses yum or the newer dnf as a command line tool for managing software packages


Debian


Basic terminal commands:

Same as Ubuntu since it was based on Debian.




Kubuntu


Basic terminal commands:

Kubuntu is Ubuntu-based and has the same commands. See above Ubuntu-section




PCLinuxOS


Basic terminal commands:

Coming soon... *I really need to try some commands out again since I can't remember anymore xD*


Mageia 5


Basic terminal commands:

Mageia uses Urpmi as a command line tool for managing software packages

Examples are coming soon... *must try some of them again ^^; I've already forgot the exact command syntax*




OpenSUSE


Basic terminal commands:

sudo zypper refresh

Updates source list


sudo zypper upgrade

Upgrades system


sudo zypper install (package)

Installs a program from source list


zypper search (package)

Searches for a package in the source list. The name of the package doesn't have to be full, partial names are working too.




Zorin OS


Basic terminal commands:

Zorin OS is Ubuntu-based and has the same commands. See above Ubuntu-section




Tails