The Greatest Linux Blog on the Internets.

Ubuntu, I 'buntu, We all 'buntu, (but only if we want'u).

The Greatest Linux Blog on the Internets. header image 4

Entries Tagged as 'tips'

Hide the Desktop icons in Gnome for a clutter free Ubuntu

November 25th, 2008 · 7 Comments · Linux, Ubuntu

Quick tip … want to hide all the icons cluttering up your Gnome Desktop ? Run gconf-editor (Alt-F2, type gconf-editor, Press “Run”) and navigate the tree to find /apps/nautilus/preferences/show_desktop. Set the value to false (uncheck the checkbox), and your Desktop icons should disappear. You can still access any files on the Desktop using the file [...]

[Read more →]

Tags:··

Edit remote files over SSH / SCP using GVim

July 13th, 2008 · 2 Comments · Linux

GVim, one of the graphical versions of vim for X11, has a handy feature … you can edit remote files over ssh. Launch GVim, and issue the command: :e scp://username@someremotehost/./path/to/file where username is your username on the remote server, someremote host is the hostname or ip of the server and /./path/to/file is just that … [...]

[Read more →]

Tags:·····