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

Nostalgic look at computer data storage we used in the old days of computing.

This posting will be looking at the various methods used to store our data in the old days of computing. Firstly the 8 inch floppy disk. The disk was pretty big, but the actual drives were extremely heavy, they were quite a handful. The 5 1/2” disk was better, you would insert the disk in … Read more

The me-tv software is not working on Linux Mint 13. This should be fixed soon though.

The me-tv package distributed with the Linux Mint 13 maya distribution is not working at the moment, the client-server model they have adopted is quite a change, but when I executed it from a terminal window, I got the error that the database format was not compatible and the me-tv-server was not able to be … Read more

Stuxnet virus and open-source software security compared to closed source software options.

Why is the infrastructure of countries like Iran under attack, they have been infected with a computer virus that supposedly originated from Israel. This is part of the cyber-terrorism spectre that is looming over the Internet. Firstly they had the Stuxnet virus, that was programmed to attack centrifuges for refining uranium and now this new … 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

The old computers that led us into the computing revolution. The 10,000 dollar PDP-8.

This is the PDP-8 computer. This beast had 4 Kilobytes of RAM and was quite the purchase back in the day. You could program in FORTRAN on this machine, entering code with a teletype input. The more powerful PDP-9 had twice the RAM, 8 Kilobytes to be precise and cost only 35,000 dollars. But with … Read more

Spanish government moving to open-source software. Take that Microsoft!

The government in Spain has decreed that all software used by the government in the future is to be open-source instead of proprietary closed-source options from Microsoft or Apple. The open-source software distributions like the Linux kernel and the many other options like OpenOffice.org and the OpenBSD UNIX distribution. If they switch their workstations to … Read more

Fedora 17 file-system reimagined. /usr move to benefit Linux as a whole.

Linux is going through a change right now, with the Google Android code included in the Linux Kernel, this will benefit the users of all Linux distributions. The Fedora 17 distribution is rearranging the Linux file-system with the /bin folder that contains the GNU Coreutils such as /bin/bash amongst others merged into the /usr/bin folder … Read more

Updating the grub bootloader and setting various options with Ubuntu or Mint.

The grub bootloader used by Ubuntu or Mint is very easy to work with when you wish to add a new kernel or customize the look and feel of the Grub2 bootloader. The listing below is my /etc/default/grub file. This file may be customized with your current desktop resolution so that when the grub menu … Read more