摘要: 1 __author__ = 'metasequoia' 2 # -*- coding: utf-8 -*- 3 import fileinput 4 5 def Count(): 6 count_num = 0 7 for line in fileinput.input('E:\\Python\\Spider\MyCreepy.py'): 8 ... 阅读全文
posted @ 2014-06-03 18:01 metasequoia 阅读(262) 评论(0) 推荐(0)
摘要: 执行 fab host task 阅读全文
posted @ 2014-06-03 16:57 metasequoia 阅读(143) 评论(0) 推荐(0)
摘要: KickStart是一种无人职守安装方式 PXE + kickstart + DHCP + TFTP 1、挂载光盘 mount /dev/sr0 /mnt/iso cp -rf /mnt/iso/* /var/www/html #拷贝光盘里面的所有内容到apache根目录下,作为安装源 2、安装TF 阅读全文
posted @ 2014-06-03 16:11 metasequoia 阅读(332) 评论(0) 推荐(0)