22

Feb/10

Separate User & Windows Directory On Different Drives

Overview I wanted to have the Windows partition and the user partition on separate drives. I have done this in the past on a Linux computer and it was very painless. The advantage to this setup is that most of … Continue reading

13

Feb/10

Mount ISO File In Linux

A neat trick in Linux is the ability to mount an .iso file as if it was a CDROM. The command to do this is: sudo mount -t iso9660 -o loop /home/danny/filename.iso /media/cdrom where “/home/danny/filename.iso” is the path to the … Continue reading

12

Feb/10

NFS Server

Overview Network File Share (NFS) is a protocol for sharing storage. It is quite common in Network Attached Storage (NAS) devices and is a standard compared to Samba which is Microsoft specific but has been ported to Linux. Install NFS … Continue reading

19

Jan/10

Bypass Blocked Websites Using SSH Proxy

Overview SSH tunnels are very useful for all sorts of things. One of these uses include proxy. If you have SSH access you can set one up very quickly. I do not condone any misuses of any I.T equipment, software … Continue reading

31

Oct/09

My Performance Tweaks To Ubuntu

Now that I have a “spare” Linux box I thought I’d try and improve the speed on the box. If it goes kaput I learn and re-install. So here are the ones I found that worked: hdparm This is the … Continue reading

19

Oct/09

VirtualBox With Ubuntu Quick Review

Overview I found Sun’s VirtualBox and thought I’d try it out. As everything is going virtual and having used it in Mac I thought it was time to step it up in Windows so I can start running things like … Continue reading

21

Sep/09

MythWeb Database Access Denied

I recently had to re-install my Linux computer after a lot had screwed up (mainly my fault for experimenting with stuff). When I check MythWeb I got the Message “MythWeb Database Access Denied” with some more text below. MythWeb is … Continue reading

06

Jul/09

My Alternative Free Software On Windows

Overview Here are my picks for free software on Windows (currently Windows 7). Free and open source (two different licenses applied to software) have come a long way and have come to replace my ageing proprietary and non-free applications. I … Continue reading