我的版本为Centos Release 5.3 (Final)使用这个命令可以知道你的Linux版本1、cat /etc/redhat-release首先要安装libevent库。cd /usr/local/srccurl -O http://monkey.org/~provos/libevent-...
分类:
系统相关 时间:
2014-08-27 18:34:58
阅读次数:
264
1123 - Trail Maintenance
PDF (English)
Statistics
Forum
Time Limit: 2 second(s)
Memory Limit: 32 MB
Tigers in the Sunderbans wish to travel freely among the N...
分类:
其他好文 时间:
2014-08-26 21:30:56
阅读次数:
360
--注:本篇文章只装Oracle,并没有建库一:在虚拟机里装个readhat4系统二:配IP配好之后的IP如下:三:建用户组,用户注意:oracle用户应具有相同的uid.groupadd-g200oinstallgroupadd-g201dbauseradd-u200-goinstall-Gdba...
分类:
数据库 时间:
2014-08-26 19:12:56
阅读次数:
350
1、CentOS是什么?CentOS,全名为CommunityEnterpriseOperatingSystem(社区企业操作系统),是一个基于RedHatEnterpriseLinux提供的可自由使用的源代码企业级的Linux发行版本之一。RedHat发布RedHat9.0后,不再开发RedHat10,11等,全面转向RedHatenterpriseLinux(简写为rhel)..
分类:
其他好文 时间:
2014-08-26 17:40:46
阅读次数:
205
1,安装puppet注意:客户端和服务器版本尽量保持一致,如果不能一致,客户端的version也不能太旧,服务端的version不能低于client端安装及简单配置步骤:安装准备(server&client端适用):首先,要更改计算机名:hostnamepuppet.nn.local或者:hostname-F/etc/hostname(这..
分类:
其他好文 时间:
2014-08-26 17:40:17
阅读次数:
216
Kickstart is used in Redhat Linux automatically perform unattended operating system installation and configuration. Tested Kickstart on RHEL6....
分类:
其他好文 时间:
2014-08-26 17:26:16
阅读次数:
183
RPM是RedHat Package Manager(RedHat软件包管理工具)类似Windows里面的“添加/删除程序”rpm 执行安装包二进制包(Binary)以及源代码包(Source)两种。二进制包可以直接安装在计算机中,而源代码包将会由RPM自动编译、安装。源代码包经常以src.rpm作...
分类:
系统相关 时间:
2014-08-26 11:23:07
阅读次数:
364
1 change docker password #cat /ect/redhat-relase #passwd root If you have error like this /usr/share/cracklib/pw_dict.pwd: No such file or directory P...
分类:
其他好文 时间:
2014-08-26 11:18:55
阅读次数:
231
列表特性:有序的集合通过偏移来索引,从而读取数据支持嵌套可变的类型切片正向索引(左->右):>>>a=[1,2,3,4,5,6,7]>>>a[0:4:1]#1是步长[1,2,3,4]反向索引:>>>a[-1:-4:-1](右-左)[7,6,5]>>>默认索引:>>>a[1:][2,3,4,5,6,7]列..
分类:
编程语言 时间:
2014-08-26 03:08:25
阅读次数:
287
如何使用windows远程控制Linux桌面?1.查看本机是否有安装vnc(redhat linux 9默认有安装vnc)rpm -q vnc vnc-server如果显示结果为:package vnc is not installedvnc-server-4.1.2-14.e15_3.1那恭喜你,...