Viewpoint From the Web
Here you will find a collection of my thoughts about software, technology and life in general.
 
 
 
October 2008
M T W T F S S
« Sep    
 12345
6789101112
13141516171819
20212223242526
2728293031  
 
 

Posts Tagged ‘Gnu/Linux’

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

Read the rest of this article »

Arch Linux Pacman

Tuesday, 25th September 2007 by Musaul Karim

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 Musaul Karim

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.