Ubuntu2020-05-31IT约 104 字 预计阅读 1 分钟文章目录UbuntuUbuntutimezone1 2 timedatectl list-timezones timedatectl set-timezone UTC Install ansible for python31 2 3 sudo apt-get install python3-pip echo 'export PATH=$HOME/.local/bin:$PATH' >> ~/.zshrc pip3 install --user XXX Change default editor1 sudo update-alternatives --config editor Set default locale1 2 3 sudo vi /etc/locale.gen sudo locale-gen sudo update-locale LANG=en_US.UTF-8 select the fastest mirror1 2 3 sudo apt install python3-pip pip3 install apt-select apt-select -C US -c -t 3 -m up-to-date i3@vnc1 2 3 4 5 6 sudo apt install awesome tightvncserver xfonts-75dpi xfonts-100dpi t1-cyrillic cat > ~/.vnc/xstartup <<EOF #!/bin/sh xrdb $HOME/.Xresources exec awesome EOF Adding this PPA to your system文章作者 聖默然上次更新 2020-05-31