Archive

Posts Tagged ‘Linux utilities’

Linux Command Line

January 8th, 2011 No comments

Ubuntu Tweak

October 4th, 2010 No comments

Ubuntu Tweak is an application to config Ubuntu easier for everyone. It provides many useful desktop and system options that the default desktop environment doesn’t provide.

As a Ubuntu user, you always get excited when you see something new in Ubuntu world. You play with new applications, new themes, new applets… After playing with them, you may find something break the desktop, and you don’t know how to recover to the original style.

That’s what the Desktop Recovery will help you.

Desktop Recovery is the tool integrated into Ubuntu Tweak to help people safely tweak with desktop settings, and never worry about how to go back.

It has three basic actions:

  • Backup: backup the current settings, keep as many as backups you want;
  • Recover: recover to the backup;
  • Reset: even you don’t have any backup, you can also reset to the default settings;

And what items does Desktop Recovery can backup? Here’s it is:

  • GNOME Desktop settings: Panel, Themes, Background;
  • Application settings which use GConf: gedit, Compiz, Empathy, Nautilus… You know, almost every desktop applications;
  • System components: Input method (ibus), network-manager, proxy…

You can see, Desktop Recovery covers almost everything of desktop/applications.

One thing You MUST know: it will only operate with the setting, not the files related with the setting. E.G. It will backup the setting about the background name, but not the real background file.

Install Ubuntu Tweak in ubuntu

Open the terminal and run the following commands

sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak

ubuntugeek.com

How to remove the old kernel versions from ubuntu using ubuntu tweak

  1. Select “Package Cleaner” on the left and “Clean Kernel” from the right panel.
  2. Press the “Unlock” button at the lower right, enter your password.
  3. Select from the displayed list the kernel images and headers you wish to remove. The kernel in use is not listed.
  4. Press the “Cleanup” button at the lower right to remove the selected kernel images and headers.

ubuntugeek.com

UNetbootin

April 29th, 2010 No comments

UNetbootin allows you to create bootable Live USB drives for a variety of Linux distributions from Windows or Linux, without requiring you to burn a CD. You can either let it download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file if you’ve already downloaded one or your preferred distribution isn’t on the list.

VirtualBox Virtual Appliances

April 5th, 2010 No comments

VDI images of pre-installed “Open Source” Operating System distros. Pre-installed virtualbox images ready for you to explore and play with.

  • Instantly run another operating system on your desktop in a window, on almost any computer.
  • Implement full Linux functionality on an existing Windows Desktop or server.
  • Windows XP Tutorial: 7 quick steps to using our VDI’s
  • Need a specific Application? Find an Image using the Pre-Installed Applications Index
  • A number of Virtual Machines are also available in OVF Appliance” format

Super Grub Disk

March 28th, 2010 No comments

We want Linux newbies to restore their new toy, but also help the Linux advanced user make potentially dangerous operations to the MBR in a safe way. Super Grub Disk is also a teaching tool to help you learn more about bootloaders and the booting process. After all, booting is the most important thing your computer does — without the boot process, you would not have an operating system to use!

Homepage