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
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:
# 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
- Launchpad
- Review
Enter the following in terminal:
sudo apt-get install gnome-shell
- 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
- 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