Server端:一.安装NTP包1 #yum -y install ntp
/*yum安装NTP服务*/2 #chkconfig --add ntpd /*添加NTP*/3 #chkconfig ntpd on ...
分类:
其他好文 时间:
2014-06-11 22:37:33
阅读次数:
335
linux yum命令详解yum(全 称为 Yellow dog Updater,
Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。基於RPM包管理,能够从指定的服务器自动下载
RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软体包,无...
分类:
其他好文 时间:
2014-06-11 22:15:39
阅读次数:
321
This how-to will explain how to download rpm
packages from a yum repository without installing them. This will work on Redhat
Enterprise Linux 5.x, Fe...
分类:
其他好文 时间:
2014-06-11 22:07:34
阅读次数:
406
Oracle Orcl VSS Writer Service:Oracle对
VSS(卷影)的支持服务。Oracle卷映射拷贝写入服务VSS(Volume Shadow Copy
Service)能够让存储基础设备(比如磁盘阵列等)创建高保真的时间点映像即映射拷贝(shadow copy)。它可以在...
分类:
数据库 时间:
2014-06-11 12:07:44
阅读次数:
287
一、安装Apache2 #yum -y install
httpd安装配置完成,启动httpd服务#service httpd start二、安装Mysql1.安装mysql#yum -y install
mysql-server安装完成,启动mysql服务:#service mysqld star...
分类:
数据库 时间:
2014-06-11 11:14:36
阅读次数:
416
pstree shows running processes as a tree. The tree
is rooted at either pid or init if pid is omitted. If a user name is specified,
all process trees r...
分类:
系统相关 时间:
2014-06-11 07:46:47
阅读次数:
522
@interface Person : NSObject@property
(noatonmic,copy) NSString *
name;@end一个person类,name是person得成员变量如果在一个类中写入person为成员变量self.person.name =
@"zhangsan...
分类:
移动开发 时间:
2014-06-11 07:28:01
阅读次数:
294
什么是 yum? yum 是 yellowdog updater modified
的缩写。yellowdog 是一个 Linux 的 distribution,RH 将这种升级技术利用到自己的 distribution 形成了现在的
yum,感觉上 yum 和 apt 的原理类似,但是 apt ....
分类:
系统相关 时间:
2014-06-08 08:07:52
阅读次数:
310
QW在QT Creator控件中显示:copy qwt/lib/*
%SDK%/QtCreator/lib/qtcreator/copy qwt/designer/plugins/designer/*
%SDK%/QtCreator/lib/qtcreator/plugins/designerhtt...
分类:
其他好文 时间:
2014-06-08 07:35:28
阅读次数:
254
一、Fedora
启动sshd服务:1、先确认是否已安装ssh服务:[root@localhost ~]# rpm -qa | grep
openssh-serveropenssh-server-5.3p1-19.fc12.i686 (这行表示已安装)若未安装ssh服务,可输入:#yum
insta...
分类:
其他好文 时间:
2014-06-07 17:04:33
阅读次数:
185