通过kickstart安装CentOS6.61.配置ks.cfg文件虚拟机1里已开启了httpd服务,其IP地址为192.168.2.13,在虚拟机1里,运行system-config-kickstart命令,弹出下面的界面,如下图配置。(我是分配了10G的硬盘,下图只用了5G多点的空间,保留部分磁盘空间后期可能会再次分区使用)配..
分类:
系统相关 时间:
2015-09-09 14:54:52
阅读次数:
212
[root@localhost ~]# ll鎬荤敤閲4-rw-------. 1 root root 1045 8鏈 24 21:17 anaconda-ks.cfg[root@localhost ~]# cat /etc/locale.conf LANG="zh_CN.UTF-8"[root@lo...
分类:
其他好文 时间:
2015-09-06 16:04:03
阅读次数:
577
下载好一个rpm包怎样安装?[root@localhost ~]# lsanaconda-ks.cfg install.log install.log.syslog jboss-as-7.1.1-11.el6.x86_64.rpm[root@localhost ~]# rpm -ivh jbo...
分类:
其他好文 时间:
2015-08-31 16:57:34
阅读次数:
125
命令显示内容解释:[root@localhost~]#cat/etc/passwd
root:x:0:0:root:/root:/bin/bash#(用户名:用户密码:用户ID:用户组ID:注释:用户主目录:该用户所使用解析器)[root@localhost~]#ll
total64
-rw-------1rootroot885Aug2607:59anaconda-ks.cfg#d|rw-|---|---(第一个代表文件类..
分类:
系统相关 时间:
2015-08-27 19:03:53
阅读次数:
222
saltstack文件下发与拉取salt的文件下发,使用cp.get_file函数,空文件是不生效的root@hadmbase]#salt‘*‘cmd.run‘ls/root/‘
hadm.com:
anaconda-ks.cfg
install.log
install.log.syslog
had6.com:
abc
anaconda-ks.cfg
dump.rdb
install.log
install.log.syslog
put1
puth1
tes..
分类:
其他好文 时间:
2015-08-25 14:26:11
阅读次数:
204
grep示例:[root@localhost~]#lsaaaanaconda-ks.cfginstall.loginstall.log.syslogkuing.txtlog.outmimi查找以a开头的任何格式的文件[root@localhost~]#ls|grep‘^a.*‘aaaanaconda-ks.cfg查找含a字符的任何文件,*为匹配0个或n个,此语句相当于ls[root@localhost~]#ls|grep‘a*‘aa..
分类:
其他好文 时间:
2015-08-14 19:33:55
阅读次数:
143
perl核心模块解析(一) POSIX
详细文档链接如下
源自:http://blog.csdn.net/jonathanxqs
转自:http://perldoc.perl.org/POSIX.html
POSIX/?p?z?ks/,
是可移植操作系统接口(Portable
Operating System Interface ),POSIX标...
分类:
其他好文 时间:
2015-08-14 19:06:12
阅读次数:
5320
find命令1[root@localhost~]#lsaaaaaa.shanaconda-ks.cfginstall.loginstall.log.syslog[root@localhost~]#find./*-name"[aa]*.sh"-execrm{}\;[root@localhost~]#lsaaaanaconda-ks.cfginstall.loginstall.log.syslog注意rm空格{}空格\;(封号),一个都不能少#-exec是将查找到..
分类:
系统相关 时间:
2015-08-13 06:35:55
阅读次数:
175
实验环境:centos7.1vmwareworksation11实验设备:kick.test.com服务端(kickstart+dhcp+dns+vsftp+tftp)client客户端(1G内存)注意内存最小1G,否则回报outofmemory的错误。所需服务:1.DHCP2.tftp-server2.VSFTP3.DNS所需文件:1.vmlinuz2.initrd3.ks.cfgkickstart应答文件4..
分类:
系统相关 时间:
2015-08-10 02:07:15
阅读次数:
206
什么是AJAXAsynchronous Javascript And XML 取四个单词的首字母 AJAX,读作['eid?æks],汉译为阿贾克斯。
Asynchronous [ei’si?kr?n?s] adj. 异步的
async [??s??k] abbr. 异步
AJAX能做什么在不刷新整个页面的情况下,与服务器交互(发送与接收数据)。使用场景从上面的AJAX能做什么,应该能得到...
分类:
Web程序 时间:
2015-08-04 00:45:15
阅读次数:
94