1 Way to FREE up Space on Ubuntu


Run following command to list all the images and headers except the current image and header.

dpkg -l linux-{image,headers}-“[0-9]*” | awk ‘/^ii/{ print $2}’ | grep -v -e `uname -r | cut -f1,2 -d”-“` | grep -e ‘[0-9]’

You can remove listed items by running following commands. (NOTE : Only include above listed versions)

Eg :

sudo apt-get remove linux-image-3.13.0-{34,35,39}-generic

sudo apt-get remove linux-headers-3.13.0-{34,35,39}-generic

sudo apt-get remove linux-headers-3.13.0-{34,35,39}

Remove dependencies.

sudo apt-get autoremove

Dont’ forget to update grub

sudo update-grub

NetBeans 7.2 : Dreamweaver in Linux and more.


NB_box72

This is an amazingly powerful tool that equally powerful to work as a platform framework for Java desktop applications and as an IDE (integrated development environment) while developing something with PHP, JavaScript, Scala, Clojure, C, C++, Groovy, Ruby, Python and many more.

The NetBeans IDE runs virtually anywhere given the fact that a JVM is installed. It is developed in Java. You can download it here: http://netbeans.org/downloads

I recommend Net-beans 7.2