随笔分类 -  application

摘要:camera reference: https://www.cnblogs.com/fjutacm/p/220631977df995512d136e4dbd411951.html 阅读全文
posted @ 2021-03-04 18:05 王阳开 阅读(2023) 评论(0) 推荐(0)
摘要:$ 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 阅读全文
posted @ 2021-03-04 15:32 王阳开 阅读(3111) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-02-24 16:44 王阳开 阅读(2722) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-02-21 16:50 王阳开 阅读(2762) 评论(0) 推荐(0)
摘要:Image Signal Processor reference: ISP 基本框架及算法介绍 https://blog.csdn.net/lz0499/article/details/71156291 https://zhuanlan.zhihu.com/p/36379267 https://bl 阅读全文
posted @ 2021-02-03 10:54 王阳开 阅读(2103) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-01-21 09:58 王阳开 阅读(2124) 评论(0) 推荐(0)
摘要:$ sudo apt-get install open-vm-tools $ sudo vmware-toolbox-cmd disk shrink / 阅读全文
posted @ 2021-01-20 23:11 王阳开 阅读(2117) 评论(0) 推荐(0)
摘要:sudo apt-get install polipo sudo vim /etc/polipo/config Add: socksParentProxy = "127.0.0.1:1080" socksProxyType = socks5 proxyPort = 8123 sudo service 阅读全文
posted @ 2021-01-20 22:34 王阳开 阅读(2030) 评论(0) 推荐(0)
摘要:reference: https://crosstool-ng.github.io/archive/ https://crosstool-ng.github.io/docs/ http://crosstool-ng.org/download/crosstool-ng/ https://blog.cs 阅读全文
posted @ 2021-01-20 09:36 王阳开 阅读(1980) 评论(0) 推荐(0)
摘要:find and delete files command on ubuntu example: find ./directory -name ".git" | xargs rm -rf 阅读全文
posted @ 2021-01-09 10:50 王阳开 阅读(2014) 评论(0) 推荐(0)
摘要:SSH login to moode of Rraspberry Pi user:pi password:moodeaudio reference: https://github.com/moode-player/moode/blob/master/www/setup.txt 阅读全文
posted @ 2021-01-02 18:51 王阳开 阅读(2456) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2020-12-28 22:07 王阳开 阅读(2027) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2020-12-28 18:10 王阳开 阅读(2039) 评论(0) 推荐(0)