Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

For Halitosis try Linux Mint

Just did something stupid with my home system: Started an update from Ubuntu 10.10 to the development version of the new 11.04 using update-manager -d. Saw the `don't use this on a production system' warning and ignored it, and pulled the trigger on the update. Then I...

Getting Screenshots working the way I prefer in LXDE

The default command on lubuntu-desktop for ALT-PrintScreen and PrintScreen dump the file in $HOME On my Fedora 20 LXDE install there are no preconfigured screen shot options. So the following needs to be added to the openbox config xml. Before you start install scrot...

uuencode is in sharutils

Problem: Just transferring data from RH ES 3.0 to RH ES 5.6 and while testing a cron script it failed complaining about missing uuencode The fix: yum install sharutils

Linux `at’ command – Part II

I am looking at the Linux at command again. I used to think that you couldn't create commands with arguments and feed them to at without using at -f filewithcommandsinit but I have discovered it's quite easy using STDIN e.g. # to add a new command to run 1 minute from...