随笔分类 -  Linux

摘要:进入root权限 进入数据库 安装Keystone组件 生成随机值作为临时令牌`token`$ openssl rand -hex 10 ce3a92ef9d6296a93eb4 会生成一段类似上面的令牌,保存下来 这里同步数据库容易出错,出错后参考:https://www.jianshu.com/ 阅读全文
posted @ 2019-09-26 18:54 Dtaozi 阅读(1115) 评论(1) 推荐(1)
摘要:配置国内的软件源 阿里16.04源: deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ xenial-securi 阅读全文
posted @ 2019-09-16 20:17 Dtaozi 阅读(653) 评论(0) 推荐(0)
摘要:配置主机静态IP地址、网络接口、主机名 $ vim /etc/network/interfaces auto lo # 回环网络接口iface lo inet loopbackauto ens33 # 网络接口的名称iface ens33 inet static # 将dhcp修改为staticad 阅读全文
posted @ 2019-09-16 09:03 Dtaozi 阅读(685) 评论(1) 推荐(0)