2008 April

Nautilus disable spatial mode

gconf-editor

choose /apps/nautilus/preferences/always_use_browser

disable SPATIAL mode in gnome… – linux-noob.com/forums

By WladyX on 30 April, 2008 | General, X11 | A comment?

Gkrellm

gkrellshoot_04-30-08_155103.jpggkrellshoot_04-30-08_155310.jpggkrellshoot_04-30-08_155709.jpggkrellshoot_04-30-08_155841.jpggkrellshoot_04-30-08_160515.jpg

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

Workaround for Pink Shadows with Compiz

By WladyX on 29 April, 2008 | Compiz, General, Ubuntu, X11 | A comment?

Things to do on your new Ubuntu 8.04 Hard Heron Installation

By WladyX on 27 April, 2008 | Ubuntu, X11 | A comment?

Checking Hard Disk Sanity With Smartmontools

By WladyX on 22 April, 2008 | General, Ubuntu | A comment?

Transparencies and Opacity in Compiz-Fusion

((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

By WladyX on 21 April, 2008 | Compiz, General, X11 | A comment?

eclean-dist

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?

How To Set Up Software RAID1 On A Running System

Umount device busy

 # 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

    
By WladyX on 19 April, 2008 | General, Scripts | A comment?

Copy Windows to a new hdd