-
Recent Posts
Ads keep this blog going…
Tags
ai606 alarm alloy android ariel atom barcelona circuit diagram eastmidlands airport east midlands airport ebay electric engine for sale google gtm gtm workshop holiday hotel immobiliser Jamiroquai k3 kitcar kit car kn wheels libra Linux Mediterranean moon buggy motorbike ps3 r1 refurbish resource rossa runway short break spyder toad weird wheels wiki wireless wiring wrightspeed x1Meta
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
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
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
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
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
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