Category Archives: Linux

How to upgrade subversion in RHEL 5.2

According to the svn book there is a –depth option to checkout which I wanted to use, however, the book relates to version 1.5 of svn and I only had version 1.4.2. Here’s how I upgraded it, and maybe you … Continue reading

Posted in Linux | Tagged , , , | Leave a comment

Safely reboot a locked up linux box: REISUB

As a last resort on a locked-up linux box you might hold down the power button to restart it. This is not great as the discs will still be mounted. A safer way is to hold down Atl-SysReq while slowly … Continue reading

Posted in Linux | Tagged , , , , , | Leave a comment

Setting up Samba on Fedora 7

I decided to set up Samba so that I can use access my files on my linux PC from other PCs. How’s how: [root@localhost ~]# yum install samba [root@localhost ~]# /etc/init.d/smb restart The lines above will install and start Samba. … Continue reading

Posted in Linux | Tagged , , | Leave a comment

Less typing with environment variable CDPATH

Using the CDPATH environment variable can make life easier, especially if you often change to particular directories. See this post on Lars Strand’s blog: Less typing with environment variable CDPATH – Lars Strand

Posted in Linux | Tagged , , , | Leave a comment

If you forgot your root password on Linux…

Don’t worry! You can set a new one if you have sudo set up on your system. See my post about setting up sudo on your linux box if you haven’t already… sudo allows a regular user to perform single … Continue reading

Posted in Linux | Tagged , , , , | Leave a comment

ASRock N8NF6G-VSTA audio on Fedoda 7 Linux

Since I installed Fedora on my pc I haven’t had any audio, a shame but I’m not too bothered. Any way today I thought I’d have a stab at getting it working. The audio comes through an on-board chipset. by … Continue reading

Posted in Linux | Leave a comment