Saturday, September 14, 2013

XFCE: Installing application that responds to PrintScreen

I have installed a lighter weight version of XFCE in Ubuntu 13.04 (link). This does not have Print Screen support by the default, like pressing Prt Scr does nothing. To get it to work install xfce4-screenshooter like:
$: sudo apt-get install xfce4-screenshooter

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...