Do yourself a favor and login as root to save yourself some time and headaches:
$ sudo su -
Install unattended-upgrades:
# Start with 1 not 0 | |
set -g base-index 1 | |
# Automatic window title | |
set-window-option -g automatic-rename on | |
set-option -g set-titles on | |
# Dunno | |
set -g status-keys vi | |
set -g history-limit 10000 |
class ApplicationController < ActionController::Base | |
def something | |
'derp' | |
end | |
end |