会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
WangYangkai
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
2021年2月1日
ALSA
摘要: Advanced Linux Sound Architecture reference: https://www.alsa-project.org/wiki/Main_Page https://blog.csdn.net/droidphone/category_1118446.html https:
阅读全文
posted @ 2021-02-01 14:02 王阳开
阅读(2091)
评论(0)
推荐(0)
2021年1月21日
git proxy setting
摘要: 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 王阳开
阅读(2148)
评论(0)
推荐(0)
2021年1月20日
shrink VMware ubuntu disk
摘要: $ sudo apt-get install open-vm-tools $ sudo vmware-toolbox-cmd disk shrink /
阅读全文
posted @ 2021-01-20 23:11 王阳开
阅读(2128)
评论(0)
推荐(0)
polipo HTTP proxy
摘要: 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 王阳开
阅读(2048)
评论(0)
推荐(0)
use crosstool-ng build toolchain
摘要: 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 王阳开
阅读(1988)
评论(0)
推荐(0)
2021年1月9日
Find and delete files command on ubuntu
摘要: find and delete files command on ubuntu example: find ./directory -name ".git" | xargs rm -rf
阅读全文
posted @ 2021-01-09 10:50 王阳开
阅读(2023)
评论(0)
推荐(0)
2021年1月2日
SSH login to moode of Rraspberry Pi
摘要: 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 王阳开
阅读(2503)
评论(0)
推荐(0)
2020年12月28日
install and configure samba on ubuntu
摘要: 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 王阳开
阅读(2056)
评论(0)
推荐(0)
tar command examples on ubuntu
摘要: 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 王阳开
阅读(2059)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
公告