Desktop Linux under attack.

The recent attacks on Desktop Linux enacted by the cracking of the Kernel.org website and the more recent attacks against the Linux Foundation websites has cast a cloud over desktop Linux. The Kernel.org website is still down for maintenance and the security of the Linux kernel is in doubt. The story on Slashdot says that … Read more

Very dusty computer. The importance of keeping your computer clean and free of dust and lint.

It is very important to keep your computer clean and free of dust, to stop it looking like this, so get to it. Not only is it ugly, it can damage your components as the heat-sinks get clogged with dust and lint therefore the air from the fan can not freely blow through the heat-sink … Read more

Interesting C program and Linux kernel source safe after all.

This is a little program I wrote in C that picks a random monster to attack the player. I think I already have this posted somewhere, but I thought I would post this once again as someone might be interested in this again. Programming in C instead of more modern programming languages like C++ is … Read more

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

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

Useful *nix information and links.

Linux is not Windows. http://linux.oneandoneis2.org/LNW.htm This is a very good web page that explains the fundamental differences between Windows and Linux. There are many fundamental changes you need to make when making the switch from Windows to a Linux machine, the major changes difference is that Linux is not as susceptible to viruses as Windows … Read more

New 2TB external drive.

http://www.newegg.com/Product/Product.aspx?Item=N82E16822136471 Just got a 2TB external hard drive to backup my machine, it made a huge difference being able to copy everything off my 500GB hard drive and make some more space for other files. This is the amount of space I have now, and it is very useful as I might want to install … Read more

Mageia Linux distribution. Rebirth of Mandriva.

The Mageia Linux distribution is a new distribution from the team that brought us the Mandriva Linux distribution. First impressions are very positive, the distribution I am reviewing came with a KDE 4.6.3 desktop that looks and behaves quite like the KDE 3.4 desktop instead of the KDE 4.5 desktop it is following. it has … Read more

Russia to create their own Linux OS.

Russia is planning to create their own Linux-based operating system to replace the insecure and crash prone Windows operating system. This on the back of the Red Flag operating system from China. India have also announced that they are planning to create their own super secure operating system to use in deference to the malware … Read more

Tron Legacy UNIX desktop usage.

http://www.omgubuntu.co.uk/2010/09/linux-top-command-used-in-tron-trailer/#dsq-new-post. In the Tron legacy film trailer at 1:12, you can see a terminal displaying the output of the top(1) command, a traditional UNIX command to display the list of running processes. It is funny that the machine is only showing 9 days of uptime though, it should be longer than that. This is like … Read more

Ubuntu 11.10 Alpha 2 released into the wild.

The Alpha 1 released ISO of the Ubuntu Linux distribution has been released into the wilds, bringing with it new features including the 3.0-3-generic Linux kernel and many other software updates including Firefox updated to version 5 and NetworkManager updated to version 0.9. This is an alpha release and not recommended for day-to-day usage, but … Read more