TuneUp Utilites 2008 - The complete Windows optimization package

Author: ---------------------------------------------------



Ever wondered how to keep your computers on top shape with just a click of a button? Here comes One click maintenance from TuneUp, it automatically diagnose and correct system and application errors to let you take control of your computers maintenance with ease

TuneUp Utilities 2008

  • Solve problems
  • Increase performance
  • Free up disk space
  • Customize Windows

Professional assistance for your Windows PC

Improve your system's performance, thoroughly clean up your hard drives, solve your PC problems with a few clicks, and customize windows to your personal requirements. All in one program, simple and intuitive - TuneUp Utilities 2008.

10 fundamental reasons for using TuneUp Utilities 2008

  • Powerful hard drive defragmentation
  • Optimum start-up, Internet, and Windows acceleration
  • Quick and extensive clean-up for hard drives
  • Effective elimination of junk data
  • Fully-automatic clean-up and improvement of your PC
  • Extensive clean-up of the registry
  • Effective help in solving standard Windows problems
  • Secure data recovery and data elimination
  • Simple custom Windows configuration
  • Individual Windows styling
To download the trial version, click here

 

Ubuntu CTRL-ALT-DEL

Author: ---------------------------------------------------

In Ubuntu, you can reproduce the CTRL-ALT-DEL function of Windows (which brings up the task manager) like that.

First install gnome-system-monitor (which should already be installed) :

Code:
sudo apt-get install gnome-system-monitor

Then bind the keys CTRL-ALT-DEL to it (issue those commands in the terminal) :

Code:
gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_9 "Delete"
gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_9 "gnome-system-monitor"


That's it !
__________________