Reducing ubuntu disk space

I wanted to upgrade my system from Biolinux 7.0 to Ubuntu 13.10 and still keep all my biolinux packages like galaxy, biopython and etc …

http://www.omgubuntu.co.uk/2010/08/omg-5-five-ways-to-free-space-in-ubuntu

http://www.westernwillow.com/cms/blog/franco/reclaiming-disk-space-ubuntu-server

http://theopenhelp.com/2010/06/how-to-free-up-disk-space-in-ubuntu.html

http://askubuntu.com/questions/100004/how-can-i-free-space-from-a-massive-39-5gb-var-log-folder

Code:

sudo apt-get autoclean

sudo apt-get autoremove

sudo apt-get clean

Try to clean the cache using

sudo rm -rf /var/cache/apt/archives/*.deb

http://askubuntu.com/questions/39536/how-can-i-store-var-on-a-separate-partition

http://askubuntu.com/questions/32191/how-do-i-remove-cached-deb-files

raony@biolinux[raony] df -h [ 8:16AM]
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 19G 16G 1.5G 92% /

Filesystem Size Used Avail Use% Mounted on

/dev/sda5 19G 14G 3.5G 80% /

Filesystem Size Used Avail Use% Mounted on
/dev/sda5 19G 12G 5.8G 67% /

 

 

Installing Abntex2 in Ubuntu 12.04

#edit file sources.list
deb http://distrib.abntex2.googlecode.com/hg/debian/ testing main
deb-src http://distrib.abntex2.googlecode.com/hg/debian/ testing main
wget -O - http://distrib.abntex2.googlecode.com/hg/debian/89C55467.asc|sudo apt-key add -

sudo add-apt-repository ppa:texlive-backports/ppa && sudo apt-get update && sudo apt-get install texlive
sudo apt-get update && sudo apt-get install abntex2
 

Minitube & Android Studio

http://flavio.tordini.org/minitube sudo apt-get install minitube This app let me watch youtube videos without using a browser, perfect if you are doing something else (like programming) and watching a video. If you like hacking you can try this magic command from comanlinefu

[bash]

i="8uyxVmdaJ-w";mplayer -fs $(curl -s "http://www.youtube.com/get_video_info?&video_id=$i" | echo -e $(sed ‘s/%/\x/g;s/.*(v[0-9].lscache.*)/http://1/g’) | grep -oP ‘^[^|,]*’)

[/bash]

Another alternative is http://www.umplayer.com/download/   http://www.jetbrains.com/idea/webhelp/intellij-idea.html

 

http://askubuntu.com/questions/74171/is-my-ati-graphics-card-supported-in-ubuntu