Ubuntu Maverick new default font
2010-10-05 by xpheas
If you don't like the new Ubuntu font go to System > Preferences > Appearance > Fonts and restore the old settings:
Application font: Sans 10
Document font: Sans 10
Desktop font: Sans 10
Window title font: Sans Bold 10
Fixed width font: Monospace 10
Application font: Sans 10
Document font: Sans 10
Desktop font: Sans 10
Window title font: Sans Bold 10
Fixed width font: Monospace 10
Extract single file from tar archive
2010-10-04 by xpheasBASH-Code:
| tar -xfvz backup.tar.gz home/xpheas/file.txt |
Extracts only the file "file.txt".