Ubuntu - 新裝系統一次性配置清單

一、通過GUI換源、更新

sudo apt update
sudo apt upgrade
reboot

二、sudo免密碼

sudo apt install vim
sudo vi /etc/sudoers

將其中的
%sudo ALL=(ALL:ALL) ALL
修改爲
%sudo ALL=(ALL) NOPASSWD:ALL
保存的時候要使用:wq!強制保存

三、安裝NVIDIA驅動

cd ~
git clone https://github.com/borninfreedom/eric_scripts
cd ~/eric_scripts
chmod a+x *.sh
./ 1_nvidia_driver.sh
reboot

四、安裝git、vim、ssr、proxychains、ros、terminator等必用軟件

cd ~/eric_scripts
./ 2_software.sh
./ 3_proxy.sh
./ 4_ros_kinetic.sh

五、安裝輸入法、roboware、vscode、qq等軟件

下載搜狗輸入法

下載vscode

下載qq

下載roboware

git clone https://github.com/borninfreedom/roboware-latest   ~/Downloads

安裝

cd ~/Downloads
sudo dpkg -i *.deb
sudo apt -f install

五、switchyomega配置

rulelist

https://bitbucket.org/gfwlist/gfwlist/raw/HEAD/gfwlist.txt

Official mirror URLs:

https://github.com/borninfreedom/gfwlist/blob/master/gfwlist.txt
https://pagure.io/gfwlist/raw/master/f/gfwlist.txt
http://repo.or.cz/gfwlist.git/blob_plain/HEAD:/gfwlist.txt
https://bitbucket.org/gfwlist/gfwlist/raw/HEAD/gfwlist.txt
https://gitlab.com/gfwlist/gfwlist/raw/master/gfwlist.txt
https://git.tuxfamily.org/gfwlist/gfwlist.git/plain/gfwlist.txt
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章