-
Notifications
You must be signed in to change notification settings - Fork 0
Things to install
Austin Kong edited this page Jan 25, 2018
·
6 revisions
Essentials
apt install zsh vim tmux git
Python/Django server
apt install python3 python3-pip python3-dev virtualenv nginx postgresql postgresql-contrib libpq-dev
Everything?
sudo apt-get install zsh vim tmux ranger git gitk gitg git-gui geany meld octave gfortran libopenmpi1.6 libopenmpi-dev openmpi-bin openmpi-doc
Compilers and unix source
sudo apt-get install build-essential linux-headers-`uname -r`
Ranger and dependencies
sudo apt-get install ranger caca-utils highlight atool w3m poppler-utils mediainfo ffmpegthumbnailer
Geany and plugins
sudo apt-get install geany-plugin-addons geany-plugin-extrasel geany-plugin-latex geany-plugin-spellcheck geany-plugin-shiftcolumn geany-plugin-markdown geany-plugins-common
Fortran and OpenMPI
sudo apt-get install gfortran libopenmpi libopenmpi-dev libopenmpi-bin libopenmpi-doc
sudo apt-get install mpi-default-bin mpi-default-dev openmpi-doc openmpi-checkpoint libopenmpi-dbg
sudo apt-get install libopenmpi1.6 libopenmpi-dev openmpi-bin openmpi-common openmpi-doc
sudo apt-get update
sudo apt-get upgrade
apt-cache search keywords
This is a collection of tips and reminders for me on how to do things. What is documented here is derived from personal experience and from all over the web (some instruction or information has been copied verbatim). Original sources are provided for some of them. I have built these up over time so it has not been documented properly until now.