假设你使用的是Fedora, Red Hat, CentOS, 或者 ScientificLinux 系统,使用以下的命令安装GNU的C/C++开发包和编译器。# yum groupinstall 'Development Tools' 假设你使用的是Debian 或者 UbuntuL...
分类:
编程语言 时间:
2014-07-09 19:30:48
阅读次数:
226
rsyslog是强大而小巧的日志系统,可以汇总client的日志到server,但是其推荐的imrelp/omrelp协议在默认配置时,有端口号限制,查起来比较麻烦。中文资料这方面内容就没有,解决起来走了不少弯路。希望给大家借鉴一下。...
分类:
其他好文 时间:
2014-07-09 12:26:27
阅读次数:
310
以 alien_8.87.tar.gz 为例:下载、安装 alien_8.87.tar.gz [root@shyn ~]# wget http://ftp.de.debian.org/debian/pool/main/a/alien/alien_8.87.tar.gz [root@shyn ~...
分类:
系统相关 时间:
2014-07-08 23:14:47
阅读次数:
349
(1)取消将日志记录在/var/log/messages目录中默认会也将haproxy日志记录在/var/log/message中,要去掉。#vi/etc/rsyslog.conflocal3.*/var/log/haproxy.loglocal0.*/var/log/haproxy.log*.info;mail.none;authpriv.none;cron.none;local3.none/var/log/messages(2)haproxy..
分类:
其他好文 时间:
2014-07-08 08:20:44
阅读次数:
478
环境:uname -v#1 SMP Debian 3.2.57-3+deb7u2php -vPHP 5.4.30-1~dotdeb.1 (cli) (built: Jun 29 2014 23:18:55) Copyright (c) 1997-2014 The PHP GroupZend Engi...
分类:
数据库 时间:
2014-07-06 13:21:05
阅读次数:
266
deb包的构建的命令为:
dpkg-buildpackage
这样会自动完成所有从源代码包构建二进制包的工作,包括以下几个步骤:
0、清理源代码树(debian/rules clean)
1、构建源代码包(dpkg-source -b)
2、构建程序(debian/rules build)
3、构建二进制包(fakeroot debian/rules binary)...
分类:
其他好文 时间:
2014-07-06 10:38:33
阅读次数:
1940
root@Debian:~#catdumphelp.shDATABASES_TO_EXCLUDE="test"EXCLUSION_LIST="‘information_schema‘,‘mysql‘"forDBin`echo"${DATABASES_TO_EXCLUDE}"`doEXCLUSION_LIST="${EXCLUSION_LIST},‘${DB}‘"doneSQLSTMT="SELECTschema_nameFROMinformation_schema.schemata"SQLSTMT="${SQ..
分类:
数据库 时间:
2014-07-03 14:06:20
阅读次数:
273
最初衷:当自己的才能不能支配起内心的梦想时,便需要静下心来读读书。知道linux算一个巧合,但既然选择,那便努力一把。这是我的第一篇博文,也是我正式接触linux的所学。愿与大家共勉。---Aolens一,Linux比较常见的几个版本以及他们包含的常见的分支:1,Debian:ubuntu2,Slac..
分类:
系统相关 时间:
2014-07-03 14:05:44
阅读次数:
366
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:15:20
阅读次数:
306
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:05:36
阅读次数:
277