Configuration: Gnome 3 to look like Gnome 2 , fall-back mode

    $ gsettings set org.gnome.desktop.session session-name ‘gnome-fallback’ $ gsettings set org.gnome.desktop.interface ‘menus-have-icons’ true $ gsettings set org.gnome.desktop.interface ‘buttons-have-icons’ true $ gsettings set org.gnome.desktop.background ‘show-desktop-icons’ true Alt-RightClick to access the panel properties

sftp drive mount on linux

To mount directory: sshfs $user@$computerip:/x: /media/$mountname $stands before variable To unmount directory use : fusermount -u /media/$mountname in case that fuse kernel module is not running: modprobe fuse

Mac OS X Leopard [VMware] resolution fix

Finder->Terminal sudo su nano <?xml version=”1.0″ encoding=”UTF-8″?> <!DOCTYPE plist PUBLIC “-//Apple Computer//DTD PLIST 1.0//EN” “http:// www.apple.com”> <plist version=”1.0″> <dict> <key>kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string></string> <key>Graphics Mode</key> <string>1280x1024x32</string> </dict> </plist>  

Install Skype in 64-Bit Debian Squeeze

In a terminal type: install ia32-libs ia32-libs-gtk libqt4-core libqt4-gui wget -O skype-install.deb – This will install the 32-bit compatibility dependencies, download the Skype client then: sudo dpkg -i skype-install.deb – this will install Skype There is a know issue…