Category Archives: Linux

javac is not available for sun-jre-bin-1.6 on x86_64

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

Leave a comment

Disk performance: why aren’t you using ionice yet?

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/

Leave a comment

* ERROR: wrong args ( > ) when redirecting output from an init script

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=”> [...]

Leave a comment

Failed to execute default Terminal Emulator (when trying to open a terminal in Thunar)

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

Leave a comment

Useful project for linux web devs…

IEs4Linux Internet Explorers for Linux, versions 5-7(in the Beta). Very useful for checking website designs with IE in Linux!

Leave a comment