My first steps on a new Ubuntu 12.04 LTS Server
This is mostly for my own personal notes than anything else. Some things I install are related to my personal dotfiles or other things I use.
-
Install all available updates
sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade
-
Reboot
sudo reboot
-
Install a few random useful things
sudo apt-get install htop git bzr zsh
-
Install
add-apt-repository
commandsudo apt-get install python-software-properties
-
Install Emacs 24
sudo add-apt-repository ppa:cassou/emacs sudo apt-get update sudo apt-get install emacs24 emacs24-el \ emacs24-common-non-dfsg
-
Install tmux 1.7+ (stolen from here)
sudo apt-get remove tmux mkdir -p ~/src cd ~/src sudo apt-get build-dep tmux sudo apt-get install autoconf libtool pkg-config git clone \ git://tmux.git.sourceforge.net/gitroot/tmux/tmux \ tmux cd tmux ./autogen.sh CC=gcc ./configure --prefix=/usr/local make sudo make install
-
Install
makeinfo
command (used by some build tools)sudo apt-get install texinfo
-
Install
crc32
commandsudo apt-get install libarchive-zip-perl
Written by Jim Myhrberg
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Linux
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#