摘要:
Image Signal Processor reference: ISP 基本框架及算法介绍 https://blog.csdn.net/lz0499/article/details/71156291 https://zhuanlan.zhihu.com/p/36379267 https://bl 阅读全文
摘要:
Advanced Linux Sound Architecture reference: https://www.alsa-project.org/wiki/Main_Page https://blog.csdn.net/droidphone/category_1118446.html https: 阅读全文
摘要:
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 阅读全文
摘要:
install and configure samba on ubuntu 1.install samba$ sudo apt-get install samba smbclient 2.configure samba$ sudo vim /etc/samba/smb.conf example,ad 阅读全文
摘要:
tar command examples on ubuntu 1.wyk@ubuntu:~/tmp$ tar --helpUsage: tar [OPTION...] [FILE]...GNU 'tar' saves many files together into a single tape or 阅读全文