‘Linux’ Articles
Aything to do with Linux and/or OSS
Written by Glenn on 07 December 2009
From mozillalinks.org A few months ago, I posted how to improve Firefox performance by defragmenting its database files executing SQLite VACUUM command. The only con was that it required a Firefox restart to execute the command. Thanks to Mozilla’s Jeremy Orem, we have now learned it can be done from within Firefox in two short [More]
Written by Glenn on 15 October 2009
Bash has a built in history function that records recent shell commands. But by default it only retains a raw list of those without attaching additional information. You can add a timestamps to each command by adding something like… 1 echo 'export HISTTIMEFORMAT="%F-%R%t"' >> ~/.bashrc … and then after reloading [More]
Written by Glenn on 10 September 2009
Ubuntu 9.04 bug with networking directory creation « RimuHosting Blog. I ran ifup and got the following errors root@charon ~ # ifup eth0 ifup: failed to open statefile /var/run/network/ifstate: No such file or directory … so i checked and /var/run/network did not exist… This link had a bit more technical information. They said look [More]
Written by Glenn on 26 August 2009
IMHO, there are four parts to managing services in most linux distributions. First you need to decide what services you really need. The less software you have running on your desktop or server, the easier it is to maintain long term. This is important both for security and in terms of allocating valuable resources. Use [More]
Written by Glenn on 01 July 2009
Free is a command line interface (CLI) tool available on most Linux and Unix based systems. From the man page… … displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel.” Running free, you get output similar to the following (by [More]
Written by Glenn on 30 June 2009
To upgrade in place for releases that are no longer officially supported please see… http://www.nzlinux.com/2009/06/upgrading-older-releases-of-ubuntu-when-support-ends/ Depending on the installation it might be substantially faster to do a clean reinstall and migrate your content from backups. YMMV. If you are already on one of the LTS [More]
Written by Glenn on 20 May 2009
So you want to use a revision control system and you picked git? Cool . Assuming you are setting a service up from scratch, check out the following… [More]
Written by Glenn on 05 February 2009
Canonical and analyst firm RedMonk released findings of a survey sent to thousands of Ubuntu Server users. It was developed with the Ubuntu community and was completed by almost 7,000 respondents. The companies says the survey confirmed that Ubuntu was being widely used in the most common workloads (web, print, file, database and mail servers) [More]
Written by Glenn on 05 February 2009
A friend asked me today how I first got into Linux. Which got me thinking, since it’s a bit of a way back in the mists of time, and I couldn’t quite recall . The process started about when Windows XP came out I think. My PC then was a lively 486DX33. I believe that [More]