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  
 
 

Archive for the ‘Gnu/Linux’ Category

screenshot of a project managment toolThere are a fair few project management tools available for Linux that differ in simplicity of use as well as the features they include. Most of them would be suitable for smaller projects, but there are a couple that would be as suitable for complex large scale projects as the commercial solutions such as Microsoft Project.
Read the rest of this article »

Reading this blog post about the OS as a platform I recalled a gripe I often have when installing software on Linux… the lack of a common interface for applications to register themselves with the OS/Desktop Environment. By that I mean, there is no facility for an application installer to say: Read the rest of this article »

There are plenty of office suites as well as a whole host of other productivity software freely available for GNU/Linux. Most of these provide the average user with all the functionality they need from a word processor, desktop database or spread sheet application. Some will even open documents created in Microsoft Word or Excel with varying degrees of success. There will be some issues when it comes to Read the rest of this article »

There are plenty of applications in GNU/Linux for playing music or watching movies and TV, and many of them will work perfectly fine on old computers that choke on the simplest of tasks in Windows XP. Read the rest of this article »

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 »

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. Read the rest of this article »

Linux Audio Setup

Wednesday, 6th February 2008 by Musaul Karim

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

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 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.