Add following line to soffice start script
# IBUS was confilict with OOO3 under awesomedon’t know why, but add the blow
# line, everything OK then~ cheers
OOO_FORCE_DESKTOP=gnome export OOO_FORCE_DESKTOP
from http://www.debuntu.org/iptables-how-to-share-your-internet-connection
iptables is a command line tool which allow system administrators to configure Linux packet filtering ruleset.
Using iptables, you are able to tweak packet filtering, Network Address Translation (NAT) and packet mangling which in the end are going to allow you to secure your server, share your Internet connection and log [...]
from http://www.debuntu.org/device-partition-labeling
You might have wondered how comes that your mp3 player is automatically mounted under a nice name like JUKEBOX for instance, while you usb stick simply get a name like USB_BAR and USB_BAR-1… for its partitions.
This is actually due to hal automatically mounting the device.
This tutorial will show you how to give a label [...]
from Debian/Ubuntu Tips & Tricks
A standard Linux system has an incredible amount of files installed. Looking for a file location can be a painful task to do though a file browser.
Fortunately, there is a nifty command line available by default on any Linux distribution: find.
find can virtually find anything on your computer [...]