自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(22)
  • 资源 (14)
  • 问答 (1)
  • 收藏
  • 关注

原创 openstack 命令行管理二十 - instance novnc 访问管理 (备忘)

查询实例访问方法[root@station140 nova(keystone_admin)]# nova get-vnc-console terry_instance1 novnc+-------+-------------------------------------------------------------------------------------+| Type | ...

2014-02-20 00:24:45 2859

原创 openstack 命令行管理十九 - 日志管理 (备忘)

instance 终端以日志方式输出方法[root@station140 ~(network_admin)]# nova console-log --length 80 terry_instance1 | tailStarting atd: [ OK ][ OK ]Starting yum-updatesd: [ OK ]Failed to retrieve hostna

2014-02-20 00:23:07 2451

原创 openstack 命令行管理十八 - instance管理 (备忘)

Openstak 中, 常用 nova 命令对实例进行管理常见管理方法有, 创建, 删除, 更改(resize flavor, 冷/热迁移), 查询 等列出当前 tenant 中的实例首先需要载入 keystone 验证信息[root@gz-controller-209131 ~(keystone_admin)]# cat keystonerc_admin...

2014-02-20 00:21:50 8425

原创 openstack 命令行管理十七 - 宿主主机管理 (备忘)

利用 nova 命令获得一些计算节点下的物理信息

2014-02-20 00:17:35 4857

原创 openstack 命令行管理十六 - 网络测试 (备忘)

注: 192.168.48.142 为 floating ip ping 测试[root@station140 ~(keystone_admin)]# ping 192.168.48.142PING 192.168.48.142 (192.168.48.142) 56(84) bytes of data.64 bytes from 192.168.48.142: icmp_seq=

2014-02-19 10:44:31 5756

原创 openstack 命令行管理十五 - 浮动 IP 管理 (备忘)

帮助[root@station140 ~(keystone_admin)]# nova help | grep float add-floating-ip Add a floating IP address to a server. floating-ip-bulk-create Bulk create floating ip

2014-02-19 10:32:49 12328 8

原创 openstack 命令行管理十四 - 路由管理 (备忘)

帮助[root@station140 ~(network_admin)]# neutron help | grep route l3-agent-list-hosting-router List L3 agents hosting a router. l3-agent-router-add Add a router to a L3 agent. l3-

2014-02-19 10:27:53 9514

原创 openstack 命令行管理十三 - 外部网络[外部连接专用]管理 (备忘)

创建公网[root@station140 ~(network_admin)]# neutron net-create --router:external=true pub1Created a new network:+---------------------------+--------------------------------------+| Field

2014-02-19 09:59:46 6459 2

原创 openstack 命令行管理十二 - 内部网络[instance专用]管理 (备忘)

ip 帮助[root@station140 ~(keystone_admin)]# nova help | grep ip add-fixed-ip Add new IP address on a network to server. add-floating-ip Add a floating IP address to a server.

2014-02-19 09:51:42 4678 1

原创 openstack 命令行管理十一 - 安全组管理 (备忘)

参考官方资料You must modify the rules for the default security group because users cannot access instances that use the default group from any IP address outside the cloud.You can modify the rules in

2014-02-19 09:36:46 7405 2

原创 openstack 命令行管理十 - 密钥管理 (备忘)

帮助[root@station140 ~(keystone_admin)]# nova help | grep key flavor-key Set or unset extra_spec for a flavor. keypair-add Create a new key pair for use with instances.

2014-02-19 09:27:13 5534

原创 openstack 命令行管理九 - flavor管理[主机模板] (备忘)

帮助[root@station140 tmp(keystone_admin)]# nova help | grep flavor flavor-access-add Add flavor access for the given tenant. flavor-access-list Print access information about the given fl

2014-02-19 09:25:20 13437

原创 openstack 命令行管理八 - 服务管理 (备忘)

帮助[root@station140 tmp(keystone_admin)]# keystone help | grep service service-create Add service to Service Catalog. service-delete Delete service from Service Catalog. serv

2014-02-19 09:19:08 2299

原创 openstack 命令行管理七 - 角色管理 (备忘)

帮助[root@station140 ~(keystone_admin)]# keystone help | grep role role-create Create new role. role-delete Delete role. role-get Display role details. rol

2014-02-19 09:14:38 3017

原创 openstack 命令行管理六 - 用户管理 (备忘)

openstack 中, 常见用户管理命令是 keystone常见的管理是, 增加, 删除, 修改用户, 为用户设定角色默认时候, 增加用户时都需要为用户指定一个租户, 我们同样介绍如何把用户加入到另外的一个租户中去

2014-02-19 09:09:19 9725

原创 openstack 命令行管理五 - 磁盘配额管理(备忘)

磁盘配额由 Swift 1.8 (OpenStack Grizzly) 管理Container Quotas: Limits the total size (in bytes) or number of objects that can be stored in a single container.Account Quotas: Limits the total size (in

2014-02-19 09:06:24 5464

原创 openstack 命令行管理四 - 资源管理 (备忘)

配额可限制 tenants 用光资源, 如浮动 IP, 内存, CPU 等资源管理帮助[root@station140 ~(keystone_admin)]# nova help | grep quota quota-class-show List the quotas for a quota class. quota-class-update Update

2014-02-18 18:19:40 4071

原创 openstack 命令行管理三 - tenant 管理 (备忘)

project 等同于 tenantsOpenStack Compute Service (nova) 作为认证时候, 称为 projectOpenStack Identity Service (keystone) 作为认证时候, 称为 tenants添加用户前需要添加对应 projectkeystone 命令帮助 tenant-create Creat

2014-02-18 18:14:45 8212

原创 openstack 命令行管理二 - 镜像管理 (备忘)

Openstack 中, 镜像管理由命令 glance 管理介绍一下常见用法, 包括 上传镜像, 下载, 删除, 查询镜像信息

2014-02-18 18:08:02 8943

原创 openstack 命令行管理一 - br-ex 网络设定 (备忘)

理解:openstack 内部网络结构如下 |------------  内部网络   ----------|      |----- 外部网络 ------| [instance1 eth0]  ==== br-int                                                br-ext====== 物理eth0[instance2

2014-02-18 17:59:46 13095

原创 nginx 编译错误解决方法 [备忘]

参见编译错误信息can not detect int size增加参数可以跳过--with-ld-opt="-lstdc++" --with-cpp_test_module 参考编译错误信息make[3]: Leaving directory `/apps/lib/openssl-1.0.0k/crypto'make[2]: Leaving directory `/apps/

2014-02-08 00:29:01 48342 2

原创 常见 PHP (5.4.24) 编译错误解决方法[备忘]

参见编译错误信息configure: error: GD build test failed. Please check the config.log for details.解决方法:  把编译包全部安装export LANG=en_USyum grouplist | grep Deveyum groupinstall -y "返回的包组名称" 返回的包组名称" 返回的包组名

2014-02-08 00:07:10 6833

libstdc++.so.6.0.20

centos7 支持 glibc-4.3.20 版本 参考 百度云 LINUX 版本安装 https://blog.csdn.net/signmem/article/details/117554788

2021-06-04

devcon64.exe (可用于 win7 ~ win2012)

devcon64.exe (可用于 win7 ~ win2012) 参考 http://blog.csdn.net/signmem/article/details/78282624

2017-10-20

Elasticsearch 管理(英文原版)

Elasticsearch 管理(英文原版), 学习 elasticsearch 管理, 集群建立, 搜索语法等, 非常不错, 高清

2017-03-17

ceph 学习资料

ceph 相关资料

2017-03-17

ceph cookbook (英文原版)

ceph 英文原版

2017-03-17

mbr fix tools for win8

mbr fix tools for win8

2013-12-26

HP DL388 GEN8 白皮书

HP DL388 GEN8 白皮书 英文版 官方

2013-08-15

Nessus windows 2008 版本

nessus 免费 开源漏洞检测工具 测试过 windows 2008 server 安装 其他版本自行测试, 理论上可用在 2003 以上版本

2013-07-31

Nssus-5.2 x86_64 rpm

著名的免费开源 漏洞检测工具 能够进行报告导出 linux x86_64 版本,建议使用 redhat, centos

2013-07-31

snort 2012-3-21 规则包

2900 条记录, snort 官方规则文件, 直接可以使用

2012-03-22

linux c 编程入门

linux c 编程入门linux c 编程入门

2009-02-19

linux c 函数手册

linux c 函数 中文手册, C 相关参考例子

2009-02-19

oracle11 RHEL5 安装官方中文手册(原创)

oracle11 RHEL5 安装官方中文手册(原创)

2009-02-19

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除