User Tools

Site Tools


computer_science:software:linux:list_of_software_to_install_after_new_gnu_linux_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

computer_science:software:linux:list_of_software_to_install_after_new_gnu_linux_installation [2015/03/12 10:34] (current)
thomas Page name changed from list_of_software_to_install_after_new_gnu_linux_installation to computer_science:software:linux:list_of_software_to_install_after_new_gnu_linux_installation
Line 1: Line 1:
 +====== List of software to install after a new Gnu/Linux installation ======
 +I list here the software I install after a fresh new installation of a XUbuntu distro.
 +===== Accessories =====
 +  * [[https://​launchpad.net/​pyrenamer|pyrenamer]]
 +  * [[http://​p7zip.sourceforge.net/​|p7zip]]
 +  * [[http://​en.wikipedia.org/​wiki/​Unrar|Unrar]]
 +  * [[http://​en.wikipedia.org/​wiki/​Ubuntu_Live_USB_creator|usb-creator-common and usb-creator-gtk]]
 +  * [[http://​code.google.com/​p/​chmsee/​|ChmSee]]
 +
 +<​code>​
 +sudo apt-get install pyrenamer usb-creator-common usb-creator-gtk unrar chmsee
 +</​code>​
 +===== Development =====
 +  * [[http://​jedit.org/​|JEdit]]
 +  * [[http://​ipython.org/​|iPython3 with Qt Console and Notebook]]
 +  * [[http://​www.git-scm.com/​|Git]]
 +  * [[http://​www.vim.org/​|vim-gtk]]
 +  * [[http://​meldmerge.org/​|meld]]
 +
 +<​code>​
 +sudo apt-get install jedit git vim-gtk meld ipython3 ipython3-qtconsole ipython3-notebook
 +</​code>​
 +===== Games =====
 +  * Steam
 +===== Graphics =====
 +  * [[http://​www.imagemagick.org/​|ImageMagik]]
 +===== Network/​Internet =====
 +  * [[https://​filezilla-project.org/​|Filezilla]]
 +  * [[https://​one.ubuntu.com/​|Ubuntu One]]
 +  * [[http://​jdownloader.org/​|JDownloader]] (It must be downloaded from the official JDownloader website)
 +  * [[http://​netcat.sourceforge.net/​|Netcat]] (nc comes with the default installation of xubuntu 13.10)
 +  * [[http://​nmap.org/​|Nmap]]
 +  * [[http://​www.wireshark.org/​|Wireshark]]
 +  * [[http://​en.wikipedia.org/​wiki/​Vino_%28VNC_server%29|Vino]]
 +  * [[http://​en.wikipedia.org/​wiki/​Vinagre|Vinagre]]
 +  * [[http://​sourceforge.net/​projects/​netdiscover/​|Netdiscover]]
 +
 +<​code>​
 +sudo apt-get install filezilla nmap wireshark vino vinagre netdiscover
 +</​code>​
 +===== Multimedia =====
 +  * [[http://​www.mplayerhq.hu/​design7/​news.html|MPlayer]]
 +  * [[http://​flavio.tordini.org/​minitube|MiniTube]]
 +  * [[http://​ffmpeg.org/​|FFmpeg]]
 +  * [[http://​www.mpg123.de/​|mpg123]]
 +  * [[http://​www.videolan.org/​vlc/​|vlc]]
 +  * [[http://​en.wikipedia.org/​wiki/​Sound_Juicer|Sound Juicer]]
 +  * [[http://​en.wikipedia.org/​wiki/​LAME|LAME]]
 +
 +<​code>​
 +sudo apt-get install mplayer ffmpeg mpg123 vlc sound-juicer lame minitube
 +</​code>​
 +===== Office =====
 +  * [[http://​www.libreoffice.org/​|LibreOffice]]
 +  * [[http://​rednotebook.sourceforge.net/​|Rednotebook]]
 +
 +<​code>​
 +sudo apt-get install libreoffice rednotebook
 +</​code>​
 +===== Security =====
 +  * [[http://​fuse.sourceforge.net/​sshfs.html|sshfs]]
 +  * [[http://​www.arg0.net/​encfs|encfs]]
 +  * [[http://​code.google.com/​p/​cryptsetup/​|cryptsetup]] (It comes with the default xubuntu 13.10 installation)
 +  * [[http://​www.truecrypt.org/​|truecrypt]] (It must be downloaded from the official truecrypt website)
 +  * [[http://​www.keepassx.org/​|KeePassX]]
 +
 +<​code>​
 +sudo apt-get install sshfs encfs cryptsetup keepassx
 +</​code>​
 +===== System =====
 +  * [[http://​en.wikipedia.org/​wiki/​Disks_%28software%29|Disks (gnome-disk-utility)]]
 +  * [[http://​gparted.sourceforge.net/​|Gnome Partition Editor (GParted)]]
 +  * [[http://​lm-sensors.org/​|lm-sensors]]
 +  * [[http://​hardinfo.berlios.de/​HomePage|hardinfo]] (In the XUbuntu menu its name is **System Profiler and Benchmark**,​ but you can type **hardinfo** in the console ;-) )
 +  * mesa-utils (for glxgears)
 +  * [[http://​cpug.sourceforge.net/​|CPU-G]]
 +  * [[http://​i-nex.linux.pl/​|I-NEX]]
 +
 +<​code>​
 +sudo apt-get install gparted gnome-disk-utility lm-sensors hardinfo mesa-utils
 +</​code>​
 +===== TO BE REMOVED =====
 +  * Abiword (never used)
 +  * Gnumeric (never used)
 +  * gmusicbrowser (bugged)
 +  * Gimp (rarely used)
 +
 +<​code>​
 +sudo apt-get remove abiword gmusicbrowser gnumeric gimp
 +sudo apt-get autoremove
 +sudo apt-get autoclean
 +</​code>​
  
computer_science/software/linux/list_of_software_to_install_after_new_gnu_linux_installation.txt ยท Last modified: 2015/03/12 10:34 by thomas