当前位置:首页 » 专业资讯
开发技术指南» 文章正文
    引言: #!/bin/sh APACHE_VER="2.0.
 

 

 ·first use linux    »显示摘要«
    摘要:yesterday id fix my linux cant boot problem successfully.http://bbs.chinaunix.net/forum/viewtopic.php?t=579440&show_type=&postdays=0&postorder=asc&start=0in the case i find "fsck" command.# fsck -y /dev/r......
 ·netstat 使用详解    »显示摘要«
    摘要: 显示活动的 tcp 连接、计算机侦听的端口、以太网统计信息、ip 路由表、ipv4 统计信息(对于 ip、icmp、tcp 和 udp 协议)以及 ipv6 统计信息(对于 ipv6、icmpv6、通过 ipv6 的 tcp 以及通过 ipv6 的 udp 协议)。使用时如果不带参数,netstat 显示活动的 tcp 连接。    语法   netstat [-a] [-e] [-n] [-o] [-p protocol] [-r] [-s] [int......


一步到位的 LAMP 安装脚本 (AMP部分)

#!/bin/sh 【相关文章:在linux平台上创建超小的ELF可执行

【扩展阅读:redhat 9 下使用U盘

apache_ver="2.0.54" 【扩展信息:emacs常用命令

php_ver="4.4.0"

mysql_ver="4.0.25"

httpd="/httpd"

mysql="/mysql"

#src_root="/root/comp/test"

if [ -e mysql-$.tar.bz2 ]; then

echo "mysql-$.tar.bz2"

tar -jxf mysql-$.tar.bz2

else

echo "mysql-$.tar.gz"

tar -zxf mysql-$.tar.gz

fi

cd mysql-$

pwd

./configure --prefix=$ \

--with-charset=gb2312 \

--without-bench \

--without-docs \

--with-mysqld-user=mysqld \

cflags=-duse_old_functions \

--with-pthread 2>&1 >>test.log

make 2>&1 >>test.log

make install 2>&1 >>test.log

cp support-files/my-medium.cnf /etc/my.cnf

cp support-files/mysql.server /etc/rc.d/mysql.server

cd $

bin/mysql_install_db --user=mysqld

chown -r root  .

chown -r mysqld var

chgrp -r mysqld .

bin/mysqld_safe --user=mysqld &


...   下一页
 ·vrrp    »显示摘要«
    摘要: 随着internet的迅猛发展,基于网络的应用逐渐增多。这就对网络的可靠性提出了越来越高的要求。斥资对所有网络设备进行更新当然是一种很好的可靠性解决方案;但本着保护现有投资的角度考虑,可以采用廉价冗余的思路,在可靠性和经济性方面找到平衡点。   虚拟路由冗余协议就是一种很好的解决方案。在该协议中,对共享多存取访问介质(如以太网)上终端ip设备的默认网关(default gateway)进行冗余 备份,从而在其中一台路由设备宕机时,备份路由设备及时接管转发......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE