Nautilus disable spatial mode
April 30th, 2008 Filed Under General, X11
gconf-editor
choose /apps/nautilus/preferences/always_use_browser
disable SPATIAL mode in gnome… – linux-noob.com/forums
Post Linx
Permalink | Trackback |
|
Print This Article | Leave a Comment
Gkrellm
April 30th, 2008 Filed Under Cool Apps, General, Gentoo, Mysql, X11
Theme Null
plugins:
[I] x11-plugins/gkrellm-hddtemp
[I] x11-plugins/gkrellm-leds
[I] x11-plugins/gkrellm-radio
[I] x11-plugins/gkrellm-volume
[I] x11-plugins/gkrellmss
[I] x11-plugins/gkrellm-multiping
[I] x11-plugins/gkrellm-shot
[I] x11-plugins/gkrellm-top
Post Linx
Permalink | Trackback |
|
Print This Article | Leave a Comment
Workaround for Pink Shadows with Compiz
April 29th, 2008 Filed Under Compiz, General, Ubuntu, X11
Workaround for Pink Shadows with Compiz | Tombuntu
Post Linx
Permalink | Trackback |
|
Print This Article | Leave a Comment
Things to do on your new Ubuntu 8.04 Hard Heron Installation
April 27th, 2008 Filed Under Ubuntu, X11
Linux on Desktop: Things to do on your new Ubuntu 8.04 Hard Heron Installation
Post Linx
Permalink | Trackback |
|
Print This Article | Leave a Comment
Checking Hard Disk Sanity With Smartmontools
April 22nd, 2008 Filed Under General, Ubuntu
http://www.captain.at/howto-linux-smartmontools-smartctl.php
Post Linx
Permalink | Trackback |
|
Print This Article | Leave a Comment
Transparencies and Opacity in Compiz-Fusion
April 21st, 2008 Filed Under Compiz, General, X11
((type=Menu | PopupMenu | DropdownMenu | Tooltip | Notification | Combo | Dnd | name=sun-awt-X11-XWindowPeer)) & !(name=sun-awt-X11-XFramePeer | name=sun-awt-X11-XDialogPeer)
http://www.ubuntu1501.com/2007/12/transparencies-and-opacity-in-compiz.html
Post Linx
Permalink | Trackback |
|
Print This Article | Leave a Comment
eclean-dist
April 21st, 2008 Filed Under Gentoo, Scripts
Clean all distfiles except for installed packages (exact version), those which are less than one month old, bigger than 50MB, or fetch-restricted:
# eclean-dist -d -t1m -s50M -f
From a crontab, silently clean packages in the safest mode, and then distfiles in destructive mode but protecting files less than a week old, every sunday at 1am
0 1 * * sun eclean -C -q packages ; eclean -C -q -d -t1w distfiles
Gentoo Forums :: View topic – /usr/portage 6.8GB – Is this right?
Post Linx
Permalink | Trackback |
|
Print This Article | Leave a Comment
How To Set Up Software RAID1 On A Running System
April 21st, 2008 Filed Under General, Ubuntu
Post Linx
Permalink | Trackback |
|
Print This Article | Leave a Comment
Umount device busy
April 19th, 2008 Filed Under General, Scripts
# umount /dev/dsk/c0t2d0s7 umount: /dev/dsk/c0t2d0s7: device is busy
The fuser command
can take two types of arguments:
- normal filename: You can pass a normal filename or directory to the fuser
command. In this case, it reports on that file or directory alone. - special disk: You can also pass in a special disk name as an argument to
fuser. In this case, it reports on all files and directories within the
corresponding filesystem.
You can use the -u option to the fuser statement to display the user ID’s
as well as PID’s in its output.
Lets look at a few examples. The following command will display all processes and their
associated users that are using files/directories on a specified disk on a Sun Solaris
system:
# fuser -u /dev/dsk/c0t2d0s7
/dev/dsk/c0t2d0s7: 1313co(oracle) 1223c(root)
lsof /media/cdrom --> worked for me.
http://www.idevelopment.info/data/Unix/General_UNIX/GENERAL_Troubleshootingthedeviceisbusy.shtml
http://wiki.linuxquestions.org/wiki/Umount
Post Linx
Permalink | Trackback |
|
Print This Article | Leave a Comment
Copy Windows to a new hdd
April 19th, 2008 Filed Under General, Scripts
Copying Windows to a new drive, using linux – How-to/Guide
Post Linx
Permalink | Trackback |
|
Print This Article | Leave a Comment