このシリーズのカタログhttps://www.idealclover.top/index.php/archives/142/執筆の背景については、あまり説明されていません。
ああ、このグラフィックカードは本当に私を死にたくさせます... ubuntuをブーツのロゴに閉じ込めさせた犯人...これは前号で言われました
Ubuntu18.04のデフォルトソースとしてHKUSTのソースを変更します
/etc/apt/sources.listをバックアップします
cp /etc/apt/sources.list /etc/apt/sources.list.bak
/etc/apt/sources.listファイルの前に次のエントリを追加します
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
deb https://mirrors.ustc.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src https://mirrors.ustc.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse
そして他の情報源をコメントアウトする
最後に次のコマンドを実行してソースを更新します
sudo apt-get update
sudo apt install vim
sudo update-alternatives --config editor
sudo visudo
この行は
%sudo ALL=(ALL:ALL) ALL
に
%sudo ALL=(ALL:ALL) NOPASSWD:ALL
sudo apt install zsh
sudo wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O -| sh
chsh -s /bin/zsh
sudo apt install python3-pip3
pip3 install thefuck --superuser
〜/ .zshrcを開きます
vim ~/.zshrc
最後に追加
eval "$(thefuck --alias)"
シャドウソックスについては、以前に記事を書いたので、ここでは繰り返しません。
https://blog.csdn.net/SaberHowei/article/details/80564849
https://github.com/nvbn/thefuck
この作品は、Creative Commons Attribution-Share in the Same Way 4.0 International LicenseAgreementの下でidealcloverによってライセンスされています。再印刷のソースを示してください
Recommended Posts