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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章