• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






会飞の鱼

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 ··· 41 下一页

2019年11月2日

docker日志清理
摘要: https://blog.csdn.net/yjk13703623757/article/details/80283729 # vim /etc/docker/daemon.json { "registry-mirrors": ["http://f613ce8f.m.daocloud.io"], " 阅读全文
posted @ 2019-11-02 00:20 会飞の鱼 阅读(192) 评论(0) 推荐(0)
 

2019年10月31日

python报错
摘要: from_buffer() cannot return the address of the raw string within a str or unicode or bytearray object pip install --upgrade cffi 阅读全文
posted @ 2019-10-31 21:32 会飞の鱼 阅读(2432) 评论(0) 推荐(0)
 

2019年10月11日

Linux网桥端口的arp问题
摘要: Linux的brctl addif命令可以将一个接口加入到既有的网桥中,接下来,这个接口就成了brport,属于一个从属的接口,然而你还是可以看到它的,并且可以为它添加IP地址,然后route命令会显示出它的新添加的IP地址的链路层路由已经生效,种种迹象都让人觉得这个brport仍然保有IP语义,然 阅读全文
posted @ 2019-10-11 18:33 会飞の鱼 阅读(1814) 评论(0) 推荐(0)
 

2019年9月30日

k8s自动域名添加
该文被密码保护。 阅读全文
posted @ 2019-09-30 17:07 会飞の鱼 阅读(1) 评论(0) 推荐(0)
 

2019年9月4日

python起简易http server
摘要: python -m SimpleHTTPServer 9111 阅读全文
posted @ 2019-09-04 14:25 会飞の鱼 阅读(1063) 评论(0) 推荐(0)
 

2019年9月3日

linux 查看进程关系树
摘要: ps axjf 阅读全文
posted @ 2019-09-03 16:21 会飞の鱼 阅读(565) 评论(0) 推荐(1)
 

2019年9月2日

s3fs 挂载minio为本地文件系统
摘要: https://github.com/s3fs-fuse/s3fs-fuseecho ACCESS_KEY_ID:SECRET_ACCESS_KEY > ${HOME}/.passwd-s3fs chmod 600 ${HOME}/.passwd-s3fs yum install s3fs-fuse 阅读全文
posted @ 2019-09-02 10:41 会飞の鱼 阅读(2408) 评论(0) 推荐(0)
 

2019年8月25日

cgroups实验
摘要: # yum install -y libcgroup libcgroup-tools创建控制组cgcreate -g cpu:/testcgcreate -g cpu:/test2禁用quotacgset -r cpu.cfs_quota_us=-1 testcgset -r cpu.cfs_quo 阅读全文
posted @ 2019-08-25 21:28 会飞の鱼 阅读(238) 评论(0) 推荐(0)
 

2019年8月15日

centos7安装搜狗输入法
摘要: yum install fcitx 执行fcitx 出现DBus Not initialized 执行eval `dbus-launch --sh-syntax` imsettings-switch fcitx reboot yum install dpkg 下载搜狗输入法ubuntu版 https 阅读全文
posted @ 2019-08-15 11:17 会飞の鱼 阅读(788) 评论(0) 推荐(0)
 

2019年8月14日

linux管道和tee命令
摘要: ps -ef | grep docker 等价于 ps -ef &> >(grep docker) cat a.log | tee b.txt 等价于 cat a.log &> >(tee b.txt) cat a.log | md5sum > a.sum 为了将过程打印到屏幕 cat a.log 阅读全文
posted @ 2019-08-14 15:06 会飞の鱼 阅读(640) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 ··· 41 下一页