01 2019 档案
debian9使用国内源安装docker以及一些使用方法
摘要:debian9使用国内源安装docker以及一些使用方法 首先, 我的环境是debian, 容器是centos debian 扔源 # deb-src [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/debian stretch sta 阅读全文
posted @ 2019-01-24 14:39 小朱配齐 阅读(391) 评论(0) 推荐(0)
docker创建镜像及push镜像出错问题
摘要:docker build 出错 解决方法: docker push出错 错误1: 解决方法: 重启 docker systemctl restart docker systemctl restart docker.service 错误2: denied: requested access to th 阅读全文
posted @ 2019-01-21 14:45 小朱配齐 阅读(788) 评论(0) 推荐(0)
mongodb参数
摘要:# Where and how to store data.storage: dbPath: /home/zh/Data/db journal: enabled: true systemLog: destination: file logAppend: true path: /home/zh/Dat 阅读全文
posted @ 2019-01-18 18:26 小朱配齐 阅读(858) 评论(0) 推荐(0)
Debian图形界面与字符界面之间的切换
摘要:图形界面切换字符界面 1 原文出自:https://www.cnblogs.com/qingkai/p/5443572.html 2 因为不能评论所以摘录过来 3 4 5 第一步: 6 vi /etc/default/grub 7 8 9 第二步: 10 修改其中三项 11 12 ... 13 GR 阅读全文
posted @ 2019-01-17 23:49 小朱配齐 阅读(3696) 评论(0) 推荐(0)
linux下编译protobuf(可以编译成pb.go)
摘要:下载代码 : git clone https://github.com/google/protobuf 进入目录 : cd prootbuf ./autogen.sh $ ./configure --prefix=<安装路径> $ make $ make check $ make install 到 阅读全文
posted @ 2019-01-17 12:04 小朱配齐 阅读(1327) 评论(0) 推荐(0)
Debian9安装后的一些配置
摘要:第一步 修改源 apt --fix-broken install 解决依赖 第二步 安装sudo 第三步 安装拼音输入法 第四步 安装VIM 执行命令: $ sudo apt-get remove vim-common 然后执行 $ sudo apt-get install vim 安装vim 的链 阅读全文
posted @ 2019-01-16 16:14 小朱配齐 阅读(422) 评论(0) 推荐(0)