上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 52 下一页
摘要: 1, 网络配置 每个节点 /etc/network/interfaces 2, 添加stack用户 3, setup ssh authorized_keys, 保证各节点之间ssh通信畅通 4, 下载devstack 5, 安装controller: 编辑local.conf如下: 执行stack. 阅读全文
posted @ 2016-09-26 09:47 圆旭 阅读(1375) 评论(0) 推荐(0)
摘要: vncserver -geometry 1600x1200转自: http://stackoverflow.com/questions/15816/changing-the-resolution-of-a-vnc-session-in-linux 阅读全文
posted @ 2016-09-23 18:59 圆旭 阅读(3084) 评论(0) 推荐(0)
摘要: nstall these packages: apt-get install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal Use this ~/.vnc/xstartup file: #!/bin/sh exp 阅读全文
posted @ 2016-09-23 15:15 圆旭 阅读(435) 评论(0) 推荐(0)
摘要: 0) Do the basic system installation of Ubuntu 14.04 LTS (Server or Desktop) 1) wget the installer 2) set the downloaded file as executable (optionally 阅读全文
posted @ 2016-09-23 14:02 圆旭 阅读(902) 评论(0) 推荐(0)
摘要: You can install the default Ubuntu desktop by executing the following: sudo apt-get install ubuntu-desktop There are many desktop alternatives which y 阅读全文
posted @ 2016-09-23 13:56 圆旭 阅读(913) 评论(0) 推荐(0)
摘要: $ sudo apt-get install -y tightvncserver $ vncserver 转自: https://www.liquidweb.com/kb/how-to-install-vnc-server-on-ubuntu-14-04-lts/ 阅读全文
posted @ 2016-09-23 09:59 圆旭 阅读(806) 评论(0) 推荐(0)
摘要: Ubuntu环境, 假设这台机器名字叫abc(机器的hostname), 每次执行sudo 就出现这个警告讯息:sudo: unable to resolve host abc虽然sudo 还是可以正常执行, 所以就直接从/etc/hosts 设定, 让abc(hostname) 可以解回127.0 阅读全文
posted @ 2016-09-22 09:46 圆旭 阅读(14743) 评论(0) 推荐(1)
摘要: 1. 用户管理用户管理包括增加用户,删除用户,查看用户列表,修改用户密码。相应的命令(1) 新增一个用户rabbitmqctl add_user Username Password(2) 删除一个用户rabbitmqctl delete_user Username(3) 修改用户的密码rabbitm 阅读全文
posted @ 2016-09-20 09:35 圆旭 阅读(154) 评论(0) 推荐(0)
摘要: neutron port-update <端口ID> --fixed-ip subnet_id=<子网ID/子网名>,ip_address=<IP地址> --fixed-ip subnet_id=<子网ID/子网名>,ip_address=<IP地址> 阅读全文
posted @ 2016-09-18 16:42 圆旭 阅读(986) 评论(0) 推荐(0)
摘要: neutron port-update <port-id> --port-security-enabled=False --no-security-groups 阅读全文
posted @ 2016-09-18 16:37 圆旭 阅读(374) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 52 下一页