-
install Mint
-
install proxy suit
- install ssr client, and config it, and run it.
- install privoxy, config it listen on 1080 port, run it.
config filesudo apt-get install privoxy -y/etc/privoxy/configlisten-address 127.0.0.1:8118 forward-socks5 / 127.0.0.1:1080 .
-
proxy
apt-get/aptcommands viaprivoxyby modify file/etc/apt/apt.confAcquire::http::proxy "http://127.0.0.1:8118/"; Acquire::https::proxy "https://127.0.0.1:8118/"; -
now update/upgrade system
sudo apt update -y sudo apt upgrade -y -
python3
cd /usr/bin sudo ln -s python3 python sudo apt install python3-pip -
install daily work suits
sudo apt-get install --no-install-recommends build-essential autoconf libtool asciidoc xmlto -y sudo apt-get install git gcc g++ gdb cmake automake -y sudo apt-get -f install -y -
Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source ~/.cargo/env rustup toolchain install nightly sudo apt install libssl-dev -
Github Copilot settings
- In file
/etc/hostsadded lines from here
- In file
-
Input method
-
golang installation
- download go
- extract it.
sudo mv go /usr/local/sudo vi /etc/profileand addexport PATH=$PATH:/usr/local/go/bin- apply it
source /etc/profile - goproxy
go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn,direct
Last active
August 8, 2022 04:44
-
-
Save ssrlive/3f24db264dfd9fe4803e546a59a4fe70 to your computer and use it in GitHub Desktop.
New Linux Mint workflow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment