原创 auto install zabbix-agent

#!/bin/bash # Author: kernal # Date:2014-03-25 # Filename: autoinstall_zabbixclient.sh # auto install & config zab

原创 glance 命令行上傳 image

製作一個系統鏡像上傳到/mnt/p_w_picpath目錄下: centos6.5.img$ glance p_w_picpath-create –name centos6.5 –disk-format=qcow2 –contain

原创 使用virt-manager工具創建openstack使用的鏡像

小夥伴們好不容易的把openstack環境部署好了;默認會有一個ubuntu系統的鏡像,如果想使用centos或者是其它的系統怎麼辦呢?那麼接下就是製作咯;如果你會製作一個任意系統只要是openstack能支持的就行,這樣就不用擔心沒有

原创 安裝及配置Glance

# Install Glance [root@cloud01 ~]# yum –enablerepo=epel-openstack-grizzly,epel -y install openstack-glance   # set

原创 我的友情鏈接

51CTO博客開發微軟技術專題Cantgis李晨光原創技術博客技術成就夢想馬哥教育Linux運維培訓Share your knowledge …

原创 centos7 本地yum源

使用光盤鏡像作爲軟件yum源:[1]上傳centos7光盤鏡像到/usr/local/src目錄下;(工具Xftp)[2]掛載系統文件mkdir /media/cdrom   # 習慣用這個目錄名稱了; cd /usr/local/src

原创 Bash 遠程任意代碼執行安全漏洞(最嚴重漏洞)

US-CERT 意識到 Bash 存在一個安全的漏洞,該漏洞直接影響基於 Unix 的系統(如 Linux、OS X 等)。該漏洞將導致遠程***者在受影響的系統上執行任意代碼。US-CERT 建議用戶和管理員重新檢查這篇紅帽的安全博客。更

原创 CentOS 7.0系統安裝配置圖解教程

原文出處:http://www.osyunwei.com/archives/7829.html來源:系統運維  CentOS 7.0系統安裝配置圖解教程服務器相關設置如下:操作系統:CentOS 7.0 64位IP地址:192.168.21

原创 替代discovery.etcd.io

ETCD官方的token請求的時候,因爲網絡的原因會請求失敗;本文介紹一下如何自己部署一臺類似discovery.etcd.io的服務器;系統環境:centos6:etcd(stable):v0.4.6官方文檔指南:https://gith

原创 Docker container link

container和container進行“溝通”,官方稱linking containers together!最爲常見的是首先運行一個web container,和運行一個db container,讓web container link

原创 coreos 單個網卡配置多個ip

systemd 啓動服務的速度非常的快systemd-networkd 網絡管理話不多說,進入正題:實驗環境:服務器一個網卡,想配置多個ip地址:OS: coreosip: #1 192.168.10.100/24    #2 192.16

原创 CentOS 7.0系統安裝配置圖解教程

原文出處:http://www.osyunwei.com/archives/7829.html來源:系統運維  CentOS 7.0系統安裝配置圖解教程服務器相關設置如下:操作系統:CentOS 7.0 64位IP地址:192.168.21

原创 centos7 本地yum源

使用光盤鏡像作爲軟件yum源:[1]上傳centos7光盤鏡像到/usr/local/src目錄下;(工具Xftp)[2]掛載系統文件mkdir /media/cdrom   # 習慣用這個目錄名稱了; cd /usr/local/src

原创 centos7 use ifconfig command

[1]Default no install ifconfigcommand,if you want to use ifconfig need install net-toolsyum -y install net-tools[root@ma

原创 利用vagrant安裝coreos(第一篇)

所需軟件git+Vagrant+VirtualBOX### vagrant: 使用命令行管理virtual machine,Set up #1install Vagrant and VirtualBoxdownload Vagrant 1.