4/5/10

A few Ubuntu “power user” tips test it



I thought I would start off the month with a collection of “power user” tips I have collected over the years. Some of these are real gems, some of them are just “been there, done that”. But all of them are useful.
So, without further adieu, let’s get to the tippage!
Global keyboard shortcuts
We all know that keeping your fingers on the keyboard makes for much more efficient computing. But did you know you can create global keyboard shortcuts for GNOME? This is done with the help of the gconf-editor tool. Here’s how it’s done:
  1. Hit <Ctrl>F2
  2. Enter gconf-editor to start up the tool.
  3. Navigate to Apps > Metacity > keybinding_commands.
  4. Right-click in the pane that lists all of the entries.
  5. Scroll until you see a list of command_N Where N is a number from 1-10
  6. Double click on one of these entries (remember which number you double clicked on).
  7. In the Value section enter the command you want to use.
  8. Click OK.
  9. Navigate to Apps > Metacity > global_keybindings.
  10. In the Value field enter the key combination you want to use for that app (for example <Alt>f for firefox).
  11. Click OK.
  12. Test out your short cut.
Remember your state
Did you know you can have GNOME remember everything you have open when you next log in? This way you can resume working in the same state you were when you left. To do this navigate to System > Preferences > Startup Applications. In this new window click on the Options tab and check the box for “Automatically remember running applications when logging out”.
Now the next time you log out and log in, your apps will be there for you.
Speed up boot time with profiling
Ubuntu 10.4 has reached the 10 second mark for boot time. But what if yours isn’t quite reaching that goal? You can speed this up using the profile option. To do this follow these steps:
  1. At your boot screen press “e” (for edit).
  2. Use your arrow key and move down to the entry beginning with “kernel”.
  3. Press “e” again.
  4. Add “profile” (no quotes) at the end of this line.
  5. Hit Enter.
  6. Click “b” (for boot).
The firs time you boot with profile it will take a little longer. What this is doing is profiling your boot process so it knows what files are accessed and then sorts them according to how they are stored on your drive. Your next boot should be considerably faster.
Remove menu delay
If you are like me, you want menus to pop up instantly. By default there is a slight delay for menus. To change this follow these steps:
  1. Open up a terminal window.
  2. Enter nano ~/.gtkrc-2.0
  3. Add a single line gtk-menu-popup-delay = 0
  4. Save that file
  5. Log out and log in.
You should now notice no delay in your menu popup speed.
Speed it up with no effects
If you find your GNOME desktop to be a bit sluggish, you might gain some speed by disabling special effects. To do this navigate to System > Preferences > Appearance. In this new window click on the Visual Effects tab and select None. This will boost your dekstop performance.
Final thoughts
And there you have it. Starting out your April with some “power user” tips. I have tons of tips just like this so expect them to be scattered about. Next time we’ll take a look at some KDE power tips.

No comments:

Post a Comment