2018年3月3日

摘要: kubernetes单节点环境搭建: 1.在VMWare Workstation中建立一个centos 7虚拟机。虚拟机的配置尽量调大一些 2.操作系统安装完成后,关闭centos 自带的防火墙服务 systemctl disable firewalld systemctl stop firewal 阅读全文
posted @ 2018-03-03 16:14 sosogengdongni 阅读(670) 评论(0) 推荐(0) 编辑
摘要: 1.linux下将文件制作成iso。 将/home/backup/ 的目录做成ISO文件,但是不想包括子目录 /home/backup/exclude/: mkisofs -o backup.iso -x /home/backup/exclude/ /home/backup/ 其它参数自己看手册吧 阅读全文
posted @ 2018-03-03 15:11 sosogengdongni 阅读(97) 评论(0) 推荐(0) 编辑
摘要: commit 1.Git配置 git config --global user.name "wanghongtaozz" git config --global user.email wanghongtaozz@inspur.com git config --global gitreview.use 阅读全文
posted @ 2018-03-03 15:10 sosogengdongni 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 1.初始化git 库 mkdir study_git #新建一个文件夹 git init study_git #初始化git仓库study_git 2. 进入git 仓库添加一个文件,并进行第一次commit。 cd study_git #进入git仓库 touch file1 #添加一个文件。 g 阅读全文
posted @ 2018-03-03 15:03 sosogengdongni 阅读(87) 评论(0) 推荐(0) 编辑
摘要: ubuntu 下安装tox环境 1.apt-get install pip 2.pip install tox 3.git git clone https://github.com/openstack/nova.git 源码库https://github.com/openstack/ 4.cd no 阅读全文
posted @ 2018-03-03 15:02 sosogengdongni 阅读(879) 评论(0) 推荐(0) 编辑

导航