随笔分类 - application
摘要:camera reference: https://www.cnblogs.com/fjutacm/p/220631977df995512d136e4dbd411951.html
阅读全文
摘要:$ tree Command 'tree' not found, but can be installed with: snap install tree # version 1.8.0+pkg-3fd6, or apt install tree # version 1.8.0-1 See 'sna
阅读全文
摘要:Hexo is a fast, simple and powerful blog framework. reference: https://hexo.io https://hexo.io/zh-cn https://kernel.blog.csdn.net/article/details/8231
阅读全文
摘要:install hexo on ubuntu 1. sudo apt-get install nodejs sudo apt-get install npm print the version: node -v npm -v 2. sudo npm install -g hexo-cli 3. up
阅读全文
摘要:Image Signal Processor reference: ISP 基本框架及算法介绍 https://blog.csdn.net/lz0499/article/details/71156291 https://zhuanlan.zhihu.com/p/36379267 https://bl
阅读全文
摘要: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
阅读全文
浙公网安备 33010602011771号