01 2021 档案
摘要:set: git config --global http.proxy 'socks5://127.0.0.1:9595' git config --global https.proxy 'socks5://127.0.0.1:9595' git config --global http.proxy
阅读全文
摘要:$ sudo apt-get install open-vm-tools $ sudo vmware-toolbox-cmd disk shrink /
阅读全文
摘要:sudo apt-get install polipo sudo vim /etc/polipo/config Add: socksParentProxy = "127.0.0.1:1080" socksProxyType = socks5 proxyPort = 8123 sudo service
阅读全文
摘要:reference: https://crosstool-ng.github.io/archive/ https://crosstool-ng.github.io/docs/ http://crosstool-ng.org/download/crosstool-ng/ https://blog.cs
阅读全文
摘要:find and delete files command on ubuntu example: find ./directory -name ".git" | xargs rm -rf
阅读全文
摘要:SSH login to moode of Rraspberry Pi user:pi password:moodeaudio reference: https://github.com/moode-player/moode/blob/master/www/setup.txt
阅读全文