会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kekemuyu
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
2
3
4
5
6
7
下一页
2019年10月7日
设置USB声卡为默认声卡
sudo nano /etc/asound.conf#设置声卡1为默认, 则写入以下内容 defaults.ctl.card 1 defaults.pcm.card 1 defaults.timer.card 1
Read More
posted @ 2019-10-07 13:20 kekemuyu
Views(1093)
Comments(0)
Diggs(0)
2019年10月4日
Unable to open serial port /dev/ttyUSB0
Unable to open serial port /dev/ttyUSB0 权限不够 解决办法: 通过增加udev规则来实现。步骤如下:创建文件/etc/udev/rules.d/70-ttyusb.rules在文件内增加一行KERNEL=="ttyUSB[0-9]*", MODE="0666"
Read More
posted @ 2019-10-04 16:27 kekemuyu
Views(789)
Comments(0)
Diggs(0)
2019年8月5日
git 统计提交和删除行数
git log --author="$(git config --get user.name)" --pretty=tformat: --numstat -- src | gawk '{ add += $1 ; subs += $2 ; loc += $1 - $2 } END { printf "
Read More
posted @ 2019-08-05 16:50 kekemuyu
Views(440)
Comments(0)
Diggs(0)
2019年5月21日
linux后台运行
cmd > out.file 2>&1 &
Read More
posted @ 2019-05-21 02:46 kekemuyu
Views(137)
Comments(0)
Diggs(0)
2019年5月16日
窗体嵌套窗体
form2.Parent:=pnl1; form2.Align:=alClient; form2.Show;
Read More
posted @ 2019-05-16 16:09 kekemuyu
Views(227)
Comments(0)
Diggs(0)
2019年5月7日
git创建ssh
ssh-keygen -t rsa -C "youremail@example.com"
Read More
posted @ 2019-05-07 21:15 kekemuyu
Views(461)
Comments(0)
Diggs(0)
2019年5月2日
sublime无法install package
在 User Settings 里加入下边这段: "channels": [ "http://cst.stu.126.net/u/json/cms/channel_v3.json", ],
Read More
posted @ 2019-05-02 11:43 kekemuyu
Views(514)
Comments(0)
Diggs(0)
2019年5月1日
linux path立即生效
source /etc/profile
Read More
posted @ 2019-05-01 14:31 kekemuyu
Views(541)
Comments(0)
Diggs(0)
2019年4月24日
在docker上启动elasticsearch
docker run -p 9200:9200 -e "discovery.type=single-node" elasticsearch:7.0.0
Read More
posted @ 2019-04-24 23:17 kekemuyu
Views(1994)
Comments(0)
Diggs(0)
docker国内镜像源
https://www.daocloud.io/mirror curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://f1361db2.m.daocloud.io
Read More
posted @ 2019-04-24 16:01 kekemuyu
Views(687)
Comments(0)
Diggs(0)
上一页
1
2
3
4
5
6
7
下一页
公告