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'

Move Ubuntu window close/maximize/minimize buttons to the left or right side: quick one-liners.

February 27th, 2011 · 1 Comment · Linux, Ubuntu, UI tweaks

Open a Terminal (Applications -> Accessories -> Terminal), or press Alt-F2 to bring up the Run Application dialog. To put window buttons on the left-hand side, OSX-style, on a single line type: gconftool-2 –set /apps/metacity/general/button_layout –type string close,maximize,minimize:menu For the right-hand side, Windows-style (& earlier Ubuntu releases): gconftool-2 –set /apps/metacity/general/button_layout –type string menu:minimize,maximize,close Easy ! [...]

[Read more →]

Tags:··

Zero hassle auto-updates for Ubuntu

February 5th, 2011 · 1 Comment · Linux, Ubuntu

I recently discovered that a feature that I’ve always wanted in Ubuntu (and Debian) already exists, and has actually been available in past releases for years. By tweaking the settings in /etc/apt/apt-conf.d/10periodic and /etc/apt/apt.conf.d/50unattended-upgrades, you can enable periodic auto-updates and auto-cleaning of downloaded package files. Essentially something equivalent to running sudo apt-get update; sudo apt-get -y –force-yes [...]

[Read more →]

Tags:···

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:·····