Cinnamon desktop in Linux Mint 13 far better than the Gnome Shell desktop. Is Gnome dying?

On Slashdot they have a story about the fall of the Gnome desktop, the team is losing members and the other desktops such as KDE and Cinnamon are taking over. Just as the Unity desktop is the death of the Ubuntu distribution, the Gnome 3 desktop will be the straw that breaks the camels back … Read more

Quick Linux primer, some useful commands to get started with Linux Mint 13.

If you are just getting started with Linux, then this will be helpful. If you are moving from an Ubuntu installation to a Linux Mint one, then you will need to download an ISO image from here: http://www.linuxmint.com/download.php/ then burn it to a DVD. The command below will use the wodim command to burn the … Read more

Installing GNU Grub 2.00 on Linux Mint 13 Maya.

The new GNU Grub 2.00 has just been released with all new features and here is how to install it. Firstly, download the tarball from this mailing list post. https://lists.gnu.org/archive/html/grub-devel/2012-06/msg00093.html. After unpacking the tarball, cd into the folder and type: ./configure –prefix=/usr./configure –prefix=/usr to run the configure script. You will need to install extra libraries … Read more

Best window managers for a Linux desktop user.

https://linuxtyper.wordpress.com/2012/06/07/what-window-manager-should-i-use-part-5-icewm-and-conclusion/. There is an interesting discussion in five parts that is discussing what window manager is the best for your Linux desktop. I am using KDE 4.8.3 with the Metacity window manager. I got sick of using Compiz and I prefer the Metacity window manager instead. KDE 4.8.3 on Linux Mint 13 Maya is very … Read more

Installing a vanilla kernel on Linux Mint 13 Maya. How to build from the kernel.org tarball.

The installation of a vanilla kernel on Linux Mint 13 is very simple. Once you have downloaded the kernel tarball from kernel.org you will have to unpack the tarball: tar jxvf linux-3.4-rc2.tar.bz2tar jxvf linux-3.4-rc2.tar.bz2 Then enter the directory thus created and run make mrproper to make sure the kernel source tree is clean. C:\HOME\FLYNN\DOCUMENTS> cd … Read more

Setting up the Linux Mint grub menu. How to use a *.png wallpaper to spice up your boot menu.

Setting up the Linux Mint grub menu, set a png file as the background This is my copy of the /etc/grub.d/06_mint_theme file I found on my system, I have uncommented quite a lot of the code and I got it working. I then copied a png format image to my /boot/grub folder and then ran … Read more