linux config files
sudo apt install p7zip-full
- set a password fot 7zip file
7z a <archive name> -p<password> -mhe <files to add and encrypt>
- unzip
7z e <archive name>
- unzip with password
7z e <name> -p<Password>
tar -xzf xxx.tar.gz
xinput set-prop "AT Translated Set 2 keyboard" "Device Enabled" 0
sudo vim /etc/paths
在最后一行添加路径
export all_proxy=socks5:https://127.0.0.1:<port>
- 检查自己是否为arm,arm系列要使用ubuntu port源
- 检查源连接是否为https,若为https要先安装
apt-transport-https
和ca-certificates
这两个包