tips:ubuntu:locale

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:ubuntu:locale [2016/12/23 08:40] scipiotips: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 "http://wiki.csgalileo.org/doku.php/tips:ubuntu:locale?do=export_code&codeblock=1" | /bin/bash+curl -s "http://wiki.csgalileo.org/tips:ubuntu:locale?do=export_code&codeblock=1" | /bin/bash
 </code> </code>
  
 <file bash script> <file bash script>
 apt remove -y unattended-upgrades apt remove -y unattended-upgrades
-apt install -y tmux  
  
 locale-gen it_IT.UTF-8 locale-gen it_IT.UTF-8
 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 /etc/inputrc grep -q menu-complete /etc/inputrc
Line 25: Line 25:
 fi fi
  
--f /etc/tmux.conf ] || curl -s "http://wiki.csgalileo.org/doku.php/tips:tmux?do=export_code&codeblock=4" > /etc/tmux.conf+# disable automatic updates 
 +cat > /etc/apt/apt.conf.d/20auto-upgrades <<EOF4 
 +APT::Periodic::Update-Package-Lists "0"; 
 +APT::Periodic::Unattended-Upgrade "0"; 
 +EOF4 
 + 
 + 
 +[ -f /etc/tmux.conf ] || curl -s "http://wiki.csgalileo.org/tips:tmux?do=export_code&codeblock=4" > /etc/tmux.conf
  
 cat > /etc/vim/vimrc.local <<EOF cat > /etc/vim/vimrc.local <<EOF
Line 64: Line 71:
 alias sud="sudo su" alias sud="sudo su"
 alias llast="ls -alt | head" alias llast="ls -alt | head"
-alias update="sudo apt-get update; sudo apt-get -y -V upgrade"+alias upgrade="sudo apt-get update; sudo apt-get -y -V upgrade"
 EOF EOF
  
 +mkdir -p /root/.ssh
 +cat > /root/.ssh/authorized_keys <<EOF
 +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9UlZrT3Yy1xkLAc1iy6SgUXd1zIQYjE6WQ2Ww2ncZEjLoic0qUikaHjoaN2Ci1Fx0EEfU9Kbt0aglyMsK724n2qnzrNHUUNq4yGsPjA8eAHOPDujGpnwShUTagREC8G5lmDRJoq6+23wOkPGyTyO3WJ90V+oNMoarkkT9ycmMbrmtWIowTcse86l69uHPmUrpD5H0Z2y73syvLA94uqo/d3ToKVOpOSDXyJzFyq4oUx7JHLT6SqS3AWutmskMxfB9hZVs1DB94yaHukOmsb0cdgg3s8wOzemhF9V6+G1dTivLCECIzXJe9h02lsCkD3HvceMOT+McPSrulLIYU5h5 scipio@flinx
 +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ/3Z7CfayHNUvNCirfWZz2uQ/h5om7xLU4ntShoCg35EZ+F30hBZDlWZsOcpi3/lr8TBUfXCe0WERR8rmybQsr5mzJ4L8UZseCk6fyiDCndOy6lBXBAewCV0XE3E2DOmZ7HWdx8cUfklUHdP07QEU3/6eO67/uXC3LTqK9moFeUllIYXTb9uDOkUoqafNiYc+n9aOcQeV0OkurtPSC74ozmaBfPFEyOua5NrdmPcT6hl0QwRylsXMOq8yYKyibkTBD5QtyQFVQtPD3z6kBdkdNR3vqkQzn5yJbiNXrFGMAWSPZrktFuo2zncHjw/IIJar04bN1XO9FmsE9na/hgWH venom@darkstar
 +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDB+fNi5wEoBUWuBlmD2+/Tdhvel2URF2i1AK6gu5H3VqiGDbcH8Zzd+qlzuJaqXzwmVVsI9iCkQbH3hgsmANbXA4RsFCF6UGw5kiVPt6NOWsi925mLZu2lHG2bQnlQH8B76y4eWMzLMdsvVHsJeRA3NEhX2oRzq/46ohPh6Nm9i4WQ9aVyPf8DQDfGKqKMtTSTY4RpZtHyvq5eUD/5LZFcJaZF5+nZzTg0GLjoUxq+CLLXWrCzJafGs5xavgd3aAOqxBMhjOlmerc4/sdUua/RfkW9fMbXrg9BvEmqg1ZiTRK3WtStr9lZmdZ/zTZoUkF3eSwISjf/gn8swbmRt3FV root@storage
 +
 +EOF
  
-curl -s "http://wiki.csgalileo.org/doku.php/tips:ubuntu:locale?do=export_code&codeblock=2" > /root/.bashrc 
  
 +curl -s "http://wiki.csgalileo.org/tips:ubuntu:locale?do=export_code&codeblock=2" > /root/.bashrc
  
 update-alternatives --set editor /usr/bin/vim.tiny update-alternatives --set editor /usr/bin/vim.tiny
  
 +[ -d /etc/cloud ] && echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg
 +[ -d /etc/cloud ] && perl -pi -e "s|disable_root: .*|disable_root: false|" /etc/cloud/cloud.cfg
 </file> </file>
  
Line 93: Line 109:
 esac esac
  
-if [ "$color_prompt" = yes ]; then +PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
-    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' +
-else +
-    PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' +
-fi+
 unset color_prompt force_color_prompt unset color_prompt force_color_prompt
- 
-# If this is an xterm set the title to user@host:dir 
-case "$TERM" in 
-xterm*|rxvt*) 
-    PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1" 
-    ;; 
-*) 
-    ;; 
-esac 
  
 # enable color support of ls and also add handy aliases # enable color support of ls and also add handy aliases
Line 118: Line 121:
 fi fi
  
-if [ -f ~/.aliases ]; then +[ -f ~/.aliases ] && . ~/.aliases 
-    . ~/.aliases +[ -f ~/.bashrc.local ] && . ~/.bashrc.local
-fi+
  
 if [ -f /etc/bash_completion ] && ! shopt -oq posix; then if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
     . /etc/bash_completion     . /etc/bash_completion
 fi fi
 +
 +# run TMUX
 +[[ $- != *i* ]] && return
 +
 +if which tmux >/dev/null 2>&1; then
 + if [[ -z "$TMUX" ]] ;then
 + ID="`tmux ls | grep -vm1 attached | cut -d: -f1`" # get the id of a deattached session
 + if [[ -z "$ID" ]] ;then # if not available create a new one
 + tmux new-session
 + else
 + tmux attach-session -t "$ID" # if available attach to it
 + fi
 + fi
 +fi
 +### NOTHING BELOW ###
 +
 </file> </file>
  
 +<file>
 +mkdir -p /root/.ssh
 +cat > /root/.ssh/authorized_keys <<EOF
 +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9UlZrT3Yy1xkLAc1iy6SgUXd1zIQYjE6WQ2Ww2ncZEjLoic0qUikaHjoaN2Ci1Fx0EEfU9Kbt0aglyMsK724n2qnzrNHUUNq4yGsPjA8eAHOPDujGpnwShUTagREC8G5lmDRJoq6+23wOkPGyTyO3WJ90V+oNMoarkkT9ycmMbrmtWIowTcse86l69uHPmUrpD5H0Z2y73syvLA94uqo/d3ToKVOpOSDXyJzFyq4oUx7JHLT6SqS3AWutmskMxfB9hZVs1DB94yaHukOmsb0cdgg3s8wOzemhF9V6+G1dTivLCECIzXJe9h02lsCkD3HvceMOT+McPSrulLIYU5h5 scipio@flinx
 + 
 +EOF
 +</file>
  
 +<code>
 +sudo apt install -y curl && \
 +curl -s "http://wiki.csgalileo.org/tips:ubuntu:locale?do=export_code&codeblock=3" | sudo /bin/sh
 +</code>
  • tips/ubuntu/locale.1482478831.txt.gz
  • Last modified: 2016/12/23 08:40
  • by scipio