====== 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]] sudo apt-get install pyrenamer usb-creator-common usb-creator-gtk unrar chmsee ===== 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]] sudo apt-get install jedit git vim-gtk meld ipython3 ipython3-qtconsole ipython3-notebook ===== 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]] sudo apt-get install filezilla nmap wireshark vino vinagre netdiscover ===== 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]] sudo apt-get install mplayer ffmpeg mpg123 vlc sound-juicer lame minitube ===== Office ===== * [[http://www.libreoffice.org/|LibreOffice]] * [[http://rednotebook.sourceforge.net/|Rednotebook]] sudo apt-get install libreoffice rednotebook ===== 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]] sudo apt-get install sshfs encfs cryptsetup keepassx ===== 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]] sudo apt-get install gparted gnome-disk-utility lm-sensors hardinfo mesa-utils ===== TO BE REMOVED ===== * Abiword (never used) * Gnumeric (never used) * gmusicbrowser (bugged) * Gimp (rarely used) sudo apt-get remove abiword gmusicbrowser gnumeric gimp sudo apt-get autoremove sudo apt-get autoclean