参考网页:http://continuum.io/blog/anaconda-python-3http://conda.pydata.org/docs/intro.html#creating-python-3-4-or-python-2-6-environments下载页面:http://conti...
分类:
其他好文 时间:
2014-12-15 06:30:10
阅读次数:
300
一、cobbler工作原理cobbler实现自动化安装OS,是依赖于:网卡的PXE技术(dhcpclient、tftpclient)+anaconda(linux上安装操作系统的程序)+dhcp(为需要安装操作系统的主机分配IP)+tftp(提供基于网卡引导时所需要的启动文件)+httpd(osinstalltree的存放位置)实现的。二、安装和修..
分类:
其他好文 时间:
2014-12-11 19:22:17
阅读次数:
167
在编写shell脚本的过程中,有的时候难免会用到一些变量值被定义为(*)的变量,但是当我们试图引用这个变量的时候bash有默认会把(*)替换成当前目录下的所有文件名的列表,如下:[root@vm_102~]#a=*
[root@vm_102~]#echo$a
anaconda-ks.cfginstall.loginstall.log.syslog
[root@..
分类:
系统相关 时间:
2014-12-10 02:04:21
阅读次数:
934
////使用kickstart、dchp、tftp、http,实现RHEL 5.5操作系统的无人值守自动化安装//Server IP:192.168.10.178 操作系统:Red Hat Enterprise Linux Server release 5.5////具体步骤如下:1. 安装、配置....
分类:
Web程序 时间:
2014-12-06 22:42:05
阅读次数:
302
1.搭建环境[root@centos~]#cat/etc/redhat-release
CentOSrelease6.5(Final)
[root@centos~]#uname-a
Linuxcentos2.6.32-431.20.3.el6.x86_64#1SMPThuJun1921:14:45UTC2014x86_64x86_64x86_64GNU/Linux2.kickstart原理3.安装http服务[root@kickstart~]#yuminstall-yhttp*
[root..
分类:
其他好文 时间:
2014-12-03 19:34:52
阅读次数:
209
目录处理命令 : ls
所在路径 /bin/ls
执行权限:所有用户
[root@localhost ~]# ls
anaconda-ks.cfg install.log.syslog VMwareTools-9.6.2-1688356.tar.gz
Desktop test2.txt vmware-tools-distrib
install.log...
分类:
系统相关 时间:
2014-12-01 14:23:21
阅读次数:
395
fstab(/etc/fstab)是Linux下比较重要的配置文件,它包含了系统在启动时挂载文件系统和存储设备的详细信息。 #
# /etc/fstab
# Created by anaconda on Sat Nov 22 02:14:55 2014
#
# Accessible filesyst...
分类:
系统相关 时间:
2014-11-29 21:31:27
阅读次数:
193
Bootstrapping引导:Kickstart、Cobbler、rpmbuild/xen、kvm、lxc、Openstack、Cloudstack、Opennebula、Eucalyplus、RHEV配置类工具:Capistrano、Chef、puppet、func、salstack、Ansible、rundeck监控类工具:Cacti、Nagios(Icinga)、Zabbix、基于时间监控前端Grafana、Mtop日..
分类:
其他好文 时间:
2014-11-27 10:53:58
阅读次数:
522
1. 安装Anaconda插件Ctrl+Shift+P打开控制面板,找到Install Package,回车在弹出框中输入Anaconda,回车安装即可。2.配置Anaconda文件Preferences=>Package settings=>Anaconda=>Default-settings"p...
分类:
编程语言 时间:
2014-11-25 17:48:26
阅读次数:
223