Archive for the ‘Gnu/Linux’ Category

You’ll need to run the following as root to install OpenOffice.org with the en_UK dictionary etc:


pacman -Sy openoffice-base
pacman -S openoffice-uk
pacman -S openoffice-spell-uk

Keep reading »

Despite of being around for years, adoption of GNU/Linux based operating systems in the mainstream desktop has been slow. But now it is getting more coverage thanks to distributions such as Ubuntu, and for being included with some new computers from manufacturers such as Dell.

More people are asking what can I run on it, and what do I use for writing documents, editing photos etc. In this series of articles I will cover a number of common use applications that should be relevant to most people. I’ll start with the mostly used applications in todays average computer. Keep reading »

Linux Audio Setup

Wednesday, 6th February 2008 by

If your (onboard) sound hardware doesn’t seem to be working even after you’ve made sure the correct modules are loaded and the system can see the relevant hardware, you probably just need to run alsaconf, to setup alsa to use it.

Linux fonts

Wednesday, 26th September 2007 by

Article on Linux fonts

http://www.linux.com/articles/39513

Describes the various types of fonts available, and has a brief section on configuring the fonts.

Arch Linux Pacman

Tuesday, 25th September 2007 by

before using pacman to get packages for the first time, you need to synchronise your local package database with that of a server:

pacman -Sy

Trying Out Arch Linux

Tuesday, 11th September 2007 by

Apparantly Kernel 2.6.20 and above now name all ide hardrives as sd* devices rather than hd*. eg. sda1, sda2, sdb1, sdb2, etc. That threw me off for a while.

Also, if you if you use XFS as your root filesystem, you have to specify it as a module when you are configuring the kernel. The default kernel doesn’t have built in support for it, and the module is not added automatically. It would’ve been nice, if it mentioned it somewhere during the installation steps… or better still automatically included based on your previous choices.