I was formatting a USB external hard drive with NTFS (same thing would apply to FAT I believe). I unchecked quick format which meant it took an age on the large 750GB hard drive, so I thought I would cancel it. The drive was then not recognised my Windows (I am using Windows 7). So [...]
Posted on February 17th, 2010 by Graham
Filed under: General, Linux, Random | No Comments »
When trying to compile some java code on my x86_64 (amd64) 64bit Gentoo machine I was greeted with the following error message:
* javac is not available for sun-jre-bin-1.6 on x86_64
* IMPORTANT: some Java tools are not available on some VMs on some architectures
This can be fixed by installing and/or setting the jdk to system as [...]
Posted on October 3rd, 2008 by Graham
Filed under: Linux | No Comments »
A cool article about a lesser known Linux command, ionice, it’s like nice but for disk usage.
http://friedcpu.wordpress.com/2007/07/17/why-arent-you-using-ionice-yet/
Posted on April 1st, 2008 by Graham
Filed under: Linux | No Comments »
While writing a script to help ease maintenance of my Gentoo installation (i.e. the portage tree) I came across the following error when trying to redirect the standard output of stopping/starting the rsync deamon
/etc/init.d/rsyncd stop > /dev/null
..stopping rsyncd..
* ERROR: wrong args ( > )
The line in the script was:
$SUDO /etc/init.d/rsyncd stop $QUIET_REDIRECT
where $QUIET_REDIRECT=”> [...]
Posted on March 22nd, 2008 by Graham
Filed under: Linux | No Comments »
If you get this if you are using xubuntu or ubuntu then go to the section where you change your default application and change the terminal to konsole or some other gui terminal such as xterm. I think this is caused by the xfce terminal not being able to cope with 24-bit colour or something.
Update [...]
Posted on October 22nd, 2007 by Graham
Filed under: Linux | No Comments »
IEs4Linux Internet Explorers for Linux, versions 5-7(in the Beta). Very useful for checking website designs with IE in Linux!
Posted on April 24th, 2007 by Graham
Filed under: Interweb, Linux | No Comments »