会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
junqiang_china
首页
新随笔
联系
订阅
管理
上一页
1
···
28
29
30
31
32
33
34
35
36
···
53
下一页
2019年9月3日
下载 golang.org/x 包出错不用代理的解决办法
摘要: 原文链接:https://www.jianshu.com/p/6fe61053c8aa?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation 原理 当我们使用 import "go
阅读全文
posted @ 2019-09-03 12:02 salami_china
阅读(1210)
评论(0)
推荐(0)
2019年9月2日
kubectl 安装
摘要: 下载kubectl二进制文件curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.10.0/bin/linux/amd64/kubectl 注意替换版本,我这里使用的是v1.10.0的k8s集群 赋予执行权限chm
阅读全文
posted @ 2019-09-02 12:20 salami_china
阅读(3757)
评论(0)
推荐(0)
2019年9月1日
CentOS7 系统基于Vim8搭建Go语言开发环境
摘要: 链接:https://pdf.us/2018/11/10/2194.html 问题1:vim-go: could not find 'gopls'. Run :GoInstallBinaries to fix it 解决:https://www.cnblogs.com/jiftle/p/112859
阅读全文
posted @ 2019-09-01 00:54 salami_china
阅读(917)
评论(0)
推荐(0)
2019年8月30日
Host 'controller' is not mapped to any cell
摘要: 问题: Host 'controller' is not mapped to any cell 解决: 执行:nova-manage cell_v2 simple_cell_setup 再次检查:
阅读全文
posted @ 2019-08-30 18:24 salami_china
阅读(727)
评论(0)
推荐(0)
2019年8月29日
ceph osd跟cpu进行绑定
摘要: 通过cgroup将ceph-osd进程与某一个 CPU core 绑定脚本:
阅读全文
posted @ 2019-08-29 10:04 salami_china
阅读(1106)
评论(0)
推荐(0)
2019年8月19日
清空ARP缓存
摘要: arp -n|awk '/^[1-9]/{print "arp -d " $1}'|sh -x
阅读全文
posted @ 2019-08-19 18:26 salami_china
阅读(513)
评论(0)
推荐(0)
2019年8月16日
Linux 将文件打包、压缩并分割成指定大小
摘要: 打包文件: 分割文件: 执行命令后,生成压缩包如下: -rw-r--r-- 1 root root 4194304000 May 20 14:00 cm-11.tar.gz.0-rw-r--r-- 1 root root 4194304000 May 20 14:02 cm-11.tar.gz.1-
阅读全文
posted @ 2019-08-16 14:19 salami_china
阅读(796)
评论(0)
推荐(0)
2019年8月13日
Build PhantomJS from Source
摘要: 在ARM下编译遇到的问题如下: 解决方法: 打开 src/qt/qtbase/src/gui/Makefile 把-O3改成-O2即可
阅读全文
posted @ 2019-08-13 19:13 salami_china
阅读(891)
评论(0)
推荐(0)
2019年8月11日
failed to find romfile "vgabios-stdvga.bin"
摘要: 问题:failed to find romfile "vgabios-stdvga.bin" 解决: apt-get install vgabios ln -s /usr/share/vgabios/vgabios.stdvga.bin /usr/share/qemu/vgabios-stdvga.
阅读全文
posted @ 2019-08-11 09:07 salami_china
阅读(2538)
评论(0)
推荐(0)
2019年8月9日
dpkg:处理 xxx (--configure)时出错解决办法
摘要: 1.$ sudo mv /var/lib/dpkg/info /var/lib/dpkg/info_old //现将info文件夹更名2.$ sudo mkdir /var/lib/dpkg/info //再新建一个新的info文件夹3.$ sudo apt-get update, apt-get
阅读全文
posted @ 2019-08-09 15:34 salami_china
阅读(224)
评论(0)
推荐(0)
上一页
1
···
28
29
30
31
32
33
34
35
36
···
53
下一页
公告