A few Ubuntu "power user" tips
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:
- Hit <Ctrl>F2
- Enter gconf-editor to start up the tool.
- Navigate to Apps > Metacity > keybinding_commands.
- Right-click in the pane that lists all of the entries.
- Scroll until you see a list of command_N Where N is a number from 1-10
- Double click on one of these entries (remember which number you double clicked on).
- In the Value section enter the command you want to use.
- Click OK.
- Navigate to Apps > Metacity > global_keybindings.
- In the Value field enter the key combination you want to use for that app (for example <Alt>f for firefox).
- Click OK.
- 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:
- At your boot screen press "e" (for edit).
- Use your arrow key and move down to the entry beginning with "kernel".
- Press "e" again.
- Add "profile" (no quotes) at the end of this line.
- Hit Enter.
- 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:
- Open up a terminal window.
- Enter nano ~/.gtkrc-2.0
- Add a single line gtk-menu-popup-delay = 0
- Save that file
- 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.
Advertisement
I assume since you specified Ubuntu in the headline these tips won’t work with just any other linux/gnome desktop :-(
Power tips? More of beginner’s tips.
Profiling should happen ONCE, not every boot. Thus, you make the temporary change in GRUB before booting. On the next reboot the change is lost but the effects of profiling stay. This is a “been there, done that” tip from back when speeding booting was first decided to be a a major issue, ca. 8.04.
How can you add the profiling with grub2?
To get rid of all animations and similar clutter, after turning off
visual effects in ubuntu’s System->Preferences->Appearance,
in gconf-editor go to apps->metacity->general and select
“reduced_resources”.
this gets rid of all wireframe animations and other visual usability aids..
which is good if already know what you expect from your clicks.
now if I could get firefox to stop animating its various bars…
Thanks a mil. Jack i cant wait for the next set off tips from you.
Thanks for the tips Jack.
I wonder why Ubuntu does not ship this wonderful OS without a ‘default’ menu delay?
about the profiling tip – dont you need to write down on the bash_rc file to make it stick? or at least on menu.lst?