Setting a larger console font in Debian Squeeze.

This is very easy to do. Simply open a terminal and type: sudo apt-get install kbd-compat console-terminussudo apt-get install kbd-compat console-terminus This will install the setfont utility and a nice terminus console font. To set the desired font, type this command. The fonts will be in /usr/share/consolefonts. setfont Uni2-TerminusBold24x12.psf.gzsetfont Uni2-TerminusBold24x12.psf.gz If you want the changes … Read more

Installing Enlightenment E17 on Debian Squeeze.

The Enlightenment E17 window manager is now available for the Debian testing distribution. This window manager is now easier to install now that you are not required to install it with a CVS or GIT repository or with other complex commands. This is what my /etc/apt/sources.lst looks like, I have added the Debian Testing repository … Read more

Ubuntu 12.04 will have cloud focused design.

Ubuntu 12.04 released in 2012 will be focused more on the cloud and not old server hardware, according to the Ubuntu developers, even though “old server hardware” is running the cloud, obviously the meaning of this statement is that cloud storage will be used extensively and not local storage for the users files. You can … Read more

Testdisk data recovery is very easy indeed.

I have recently corrupted a hard disk on my machine by accidentally typing fdisk -I /dev/ads:12 in FreeBSD and overwriting the partition table. Therefore I am using testdisk from http://www.cgsecurity.org. I got this installed on Sabayon by typing emerge testdisk and waiting a couple of minutes. After this, I selected the /dev/sda device and performed … Read more

Desktop Linux still a very good and secure operating system.

As I type this, the kernel.org website is still down and the Linux kernel is still hosted on Github instead. What is going on here? This attack on software freedom, possibly perpetrated by Microsoft shills that want everyone to be stuck on closed source software instead of the free and open source alternatives that are more secure and … Read more

Gnome Shell in Ubuntu 11.10 repositories.

I have found a blog here: http://www.webupd8.org/2011/05/gnome-shell-is-finally-available-in.html that has an interesting article about the Gnome Shell that is now available in the repositories for Ubuntu 11.10. The Gnome Shell is available in Fedora 15, and is arguably better than the bloated and buggy Unity desktop. The screenshot on the page even looks just like Fedora … Read more

Ubuntu Security tips. Very useful webpage.

There is a very useful posting here: http://rationallyparanoid.com/articles/ubuntu-10-lts-security.html That gives many useful tips on how to secure your Ubuntu distribution during installation and how to properly configure it afterwards. There are tips on setting the title-bar buttons back to the right of the window and how to properly re-enable the root user.

Useful Linux/UNIX commands.

There are many useful Linux commands that are fun to use and can do some very cool things. cat mysongpart2.mp3 >> mysongpart1.mp3cat mysongpart2.mp3 >> mysongpart1.mp3 Using /bin/cat to append the second part of a MP3 file onto the first part, making one large file that will play seamlessly from part one to part 2. vmstat … Read more

Converting a comma delimited file to newline delimited. Using sed to perform the conversion.

The search and replace dialog in Gedit. I have used this to convert a comma-delimited file to a newline delimited file. I had saved a huge long list of IP addresses that I had to put into the ban list on my forums, and the list was comma-delimited, but the latest PHPBB software will not … Read more

Fluxbox window manager.

Just finished rewriting the kernel compilation page on my website to give instructions for building a vanilla kernel source package on Debian Squeeze. This needed to be done, the information there was dated and needed to be replaced. Having up to date information is a good way to keep your visitors coming back. http://en.wikipedia.org/wiki/Fluxbox I … Read more

Debian bootloader fixed.

I had to reinstall my Debian bootloader after an accident with my Debian hard disk and I ended up installing Lubuntu 10.10 temporarily and then after booting into Debian from the Lubuntu boot menu I ran this command: sudo grub-install /dev/sdasudo grub-install /dev/sda And the Debian bootloader was re-installed. I have re-booted to test the … Read more

Linux is getting bloated.

Is there a real reason the Linux distributions like Ubuntu, Linux Mint & Fedora have to be so bloated? The Debian distribution is very fast and usable compared to the Ubuntu distribution that has moved from the Gnome 2.32.1 desktop environment to the Unity desktop that has created some controversy of late. The Ubuntu 11.10 … Read more