Skip to content

Instantly share code, notes, and snippets.

@strayduy
strayduy / linode-setup.txt
Last active December 20, 2015 07:59
Steps to set up a Linode server with Ubuntu 13.04
# Secure the server:
# https://library.linode.com/securing-your-server
# Install essential stuff
apt-get update
apt-get upgrade
apt-get install build-essential
apt-get install git
apt-get install zsh
apt-get install tmux