Cobbler是一个系统启动服务,可以通过网络启动的方式来快速部署虚拟机和服务器。Cobbler使用python开发,使用简单的命令即可完成PXE网络环境的配置,能够支持windows和linux的各种发行版本。。

阅读全文 »

实验室工作中需要时常安装、更新linux下的相关包,由于内部网络限制,使用官方yum安装变得很困难。另外网速这个是硬伤。所以将实验室用到的一些相关源镜像到本地,方便大家工作。

阅读全文 »

团队在日常开发和生产部署中,会用到PyPi的仓库,但是由于GFW的原因,经常出现丢包、超时等情况。因此在实验室开源镜像服务器定期同步一个PyPi镜像仓库。
本文不只是创建一个PyPi镜像仓库,同时也包含了CentOS、Red Hat系列下如何部署python 2.7、pip等软件版本。

阅读全文 »

Sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). While in some ways similar to an editor which permits scripted edits (such as ed), sed works by making only one pass over the input(s), and is consequently more efficient. But it is sed’s ability to filter text in a pipeline which particularly distinguishes it from other types of editors.

参考:GNU sed home page

阅读全文 »

这周在实验室镜像openstack的源,那速度太过于酸爽,无奈通过代理的方式避开GFW。下面是linux下通过使用代理的方式设置方式。192.178.102.30我已经使用ss翻墙并开启了局域网共享。

阅读全文 »