Showing posts with label tweak. Show all posts
Showing posts with label tweak. Show all posts

Thursday, October 13, 2011

Tweaks & Apps to pump up your Ubuntu

Some nice little tweaks and apps for your ubuntu. For some of the apps you might have to add the PPA via the apt lines into your ubuntu repository before you can download & install them. For others, you can just use apt-get install to get going :)

Clipgrab - an app to download videos with original (or your desired) encoding from popular video sharing sites like youtube, vimeo, dailymotion etc. 
- Launchpad
- Review
Enter the following in terminal:
sudo add-apt-repository ppa:clipgrab-team/ppa
sudo apt-get update
sudo apt-get install clipgrab



SysPeek - a system monitor indicator that displays CPU usage, memory usage, swap usage, disk usage and network traffic.
- Launchpad
- Review
Enter the following in terminal:
sudo add-apt-repository ppa:vicox/syspeek 
sudo apt-get update
sudo apt-get install syspeek
Seems to be discontinued since Precise

"This PPA currently publishes packages for Oneiric and Natty" - [source]

Zeitgeist Activity-Log-Manager - (now included in Ubuntu 12.04) - If you want certain files or filetypes from a certain location or application not to appear in Ubuntu dash history, then go with this.
- Launchpad
- Review
Enter the following in terminal:
sudo add-apt-repository ppa:zeitgeist/ppa
sudo apt-get update && sudo apt-get upgrade
zeitgeist-daemon --replace
sudo apt-get install zeitgeist activity-log-manager

Ejecter - an app indicator that gives you nice little EJECT button whenever there is an external mountable device attached to your ubuntu machine (mainly via USB)
- Launchpad
- Review
Enter the following in terminal:
sudo add-apt-repository ppa:fredp/ppa
sudo apt-get update
# now included in apt-get since 12.04

sudo apt-get install ejecter


Shutter - one of the best screenshot tool for Ubuntu. Grab a region, section, window, popup, context menu or the entire screen as you choose. And then annotate, blur, add markers, objects, paint & draw on it as you like.
- Launchpad
- Review
Enter the following in terminal:
sudo add-apt-repository ppa:shutter/ppa
sudo apt-get update
sudo apt-get install shutter




Gnome-Shell - an alternative to the Unity desktop environment which most of us are familiar with since Ubuntu 11.04. Gnome-shell is made from the new Gnome3 which is based on GTK3.0. Gnome3 has been rebuilt ground-up from scratch instead of adding new features to the Gnome2, thus, giving a very new, sleek and fast user experience. And it's really pretty too.
- Launchpad
- Review
Enter the following in terminal:
sudo apt-get install gnome-shell


Unsettingsis a GUI based Unity tweak tool that comes with some unique features, like: disable the global menu and overlay scrollbars or easily add applications to the systray whitelist.
- Launchpad
- Review
Enter the following in terminal:
sudo add-apt-repository ppa:diesch/testing
sudo apt-get update 
sudo apt-get install unsettings




LightDM-Manager - Want to change the default background picture and logo of the ubuntu login screen? You gotta have lightDM-Manager.
- Launchpad
- Review
Enter the following in terminal:
sudo add-apt-repository ppa:claudiocn/slm
sudo apt-get update
sudo apt-get install simple-lightdm-manager





PySDM - Storage Device Manager is what you need if you want to automount partitions at system startup. You get to customize a lot of partition related matters in a nice & easy graphical interface.
- Launchpad
- Review
Enter the following in terminal:
sudo apt-get install pysdm
It's also available in synaptic package manager


GRUB-Customizer - a nice bitmap as the background of GRUB Boot Loader, 3 seconds custom timeout, set default OS and normal/highlighting colors - previously I used startupmanager for all this. But i find GRUB Customizer does a way better job in terms of results & comfort.
- Launchpad
- Review
Enter the following in terminal
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer


Oracle Java JDK - I suddenly noticed JDK is not available in Synaptic anymore. Here is a workaround for getting started with Java Development Kit. This package provides full Oracle Java JDK 7 (which includes JRE and the Java browser plugin) - [caution: might not be updated with oracle's latest release]
- Launchpad
- Review
Enter the following in terminal:
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
For removal:
sudo apt-get remove oracle-java7-installer



Ubuntu Tweak - Perhaps the BEST (in capitals) ubuntu configuration manager tool ever made. It's hectic to configure ubuntu behaviors by editing config files or text files. From cleaning up obsolete packages to pimping the visuals of your ubuntu, with ubuntu tweak you get to do all that in a nice and intuitive Graphical User Interface. In my experience, I got a nice Mac OSX like behaviors on my ubuntu by using ubuntu tweak.
- Launchpad
- Review
Enter the following in terminal:
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak