Skip to content

Starslayerx/.config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.config

linux config files

Some Notes

7zip
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.gz
tar -xzf xxx.tar.gz
禁用笔记本键盘
xinput set-prop "AT Translated Set 2 keyboard" "Device Enabled" 0
mac添加path
sudo vim /etc/paths

在最后一行添加路径

terminal proxy
export all_proxy=socks5:https://127.0.0.1:<port>
ubuntu源更新后update失败
  1. 检查自己是否为arm,arm系列要使用ubuntu port源
  2. 检查源连接是否为https,若为https要先安装apt-transport-httpsca-certificates这两个包

About

linux config files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published