Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:ubuntu:locale [2016/12/23 08:19] – scipio | tips:ubuntu:locale [2018/02/08 17:12] (current) – scipio | ||
---|---|---|---|
Line 3: | Line 3: | ||
<code bash> | <code bash> | ||
apt install -y curl && \ | apt install -y curl && \ | ||
- | curl -s " | + | curl -s " |
</ | </ | ||
Line 12: | Line 12: | ||
locale-gen en_US.UTF-8 | locale-gen en_US.UTF-8 | ||
update-locale LANG=it_IT.UTF-8 LC_MESSAGES=POSIX | update-locale LANG=it_IT.UTF-8 LC_MESSAGES=POSIX | ||
+ | timedatectl set-timezone Europe/Rome | ||
grep -q menu-complete / | grep -q menu-complete / | ||
Line 23: | Line 24: | ||
EOF | EOF | ||
fi | fi | ||
+ | |||
+ | # disable automatic updates | ||
+ | cat > / | ||
+ | APT:: | ||
+ | APT:: | ||
+ | EOF4 | ||
+ | |||
+ | |||
+ | [ -f / | ||
cat > / | cat > / | ||
Line 52: | Line 62: | ||
EOF | EOF | ||
+ | |||
+ | |||
+ | cat > / | ||
+ | alias l="ls -alh --color" | ||
+ | alias ll="ls -alh --color" | ||
+ | alias lle=" | ||
+ | alias s="ssh -l root" | ||
+ | alias sud=" | ||
+ | alias llast=" | ||
+ | alias upgrade=" | ||
+ | EOF | ||
+ | |||
+ | mkdir -p /root/.ssh | ||
+ | cat > / | ||
+ | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9UlZrT3Yy1xkLAc1iy6SgUXd1zIQYjE6WQ2Ww2ncZEjLoic0qUikaHjoaN2Ci1Fx0EEfU9Kbt0aglyMsK724n2qnzrNHUUNq4yGsPjA8eAHOPDujGpnwShUTagREC8G5lmDRJoq6+23wOkPGyTyO3WJ90V+oNMoarkkT9ycmMbrmtWIowTcse86l69uHPmUrpD5H0Z2y73syvLA94uqo/ | ||
+ | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ/ | ||
+ | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDB+fNi5wEoBUWuBlmD2+/ | ||
+ | |||
+ | EOF | ||
+ | |||
+ | |||
+ | curl -s " | ||
update-alternatives --set editor / | update-alternatives --set editor / | ||
+ | [ -d /etc/cloud ] && echo " | ||
+ | [ -d /etc/cloud ] && perl -pi -e " | ||
</ | </ | ||
+ | <file txt / | ||
+ | # If not running interactively, | ||
+ | [ -z " | ||
+ | |||
+ | HISTCONTROL=ignoredups: | ||
+ | shopt -s histappend | ||
+ | HISTSIZE=5000 | ||
+ | HISTFILESIZE=10000 | ||
+ | shopt -s checkwinsize | ||
+ | [ -x / | ||
+ | if [ -z " | ||
+ | debian_chroot=$(cat / | ||
+ | fi | ||
+ | |||
+ | case " | ||
+ | xterm-color) color_prompt=yes;; | ||
+ | esac | ||
+ | |||
+ | PS1=' | ||
+ | unset color_prompt force_color_prompt | ||
+ | |||
+ | # enable color support of ls and also add handy aliases | ||
+ | if [ -x / | ||
+ | test -r ~/ | ||
+ | alias ls='ls --color=auto' | ||
+ | alias grep=' | ||
+ | alias fgrep=' | ||
+ | alias egrep=' | ||
+ | fi | ||
+ | |||
+ | [ -f ~/.aliases ] && . ~/.aliases | ||
+ | [ -f ~/ | ||
+ | |||
+ | if [ -f / | ||
+ | . / | ||
+ | fi | ||
+ | |||
+ | # run TMUX | ||
+ | [[ $- != *i* ]] && return | ||
+ | |||
+ | if which tmux >/ | ||
+ | if [[ -z " | ||
+ | ID=" | ||
+ | if [[ -z " | ||
+ | tmux new-session | ||
+ | else | ||
+ | tmux attach-session -t " | ||
+ | fi | ||
+ | fi | ||
+ | fi | ||
+ | ### NOTHING BELOW ### | ||
+ | |||
+ | </ | ||
+ | |||
+ | < | ||
+ | mkdir -p /root/.ssh | ||
+ | cat > / | ||
+ | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9UlZrT3Yy1xkLAc1iy6SgUXd1zIQYjE6WQ2Ww2ncZEjLoic0qUikaHjoaN2Ci1Fx0EEfU9Kbt0aglyMsK724n2qnzrNHUUNq4yGsPjA8eAHOPDujGpnwShUTagREC8G5lmDRJoq6+23wOkPGyTyO3WJ90V+oNMoarkkT9ycmMbrmtWIowTcse86l69uHPmUrpD5H0Z2y73syvLA94uqo/ | ||
+ | |||
+ | EOF | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | sudo apt install -y curl && \ | ||
+ | curl -s " | ||
+ | </ |