
centos
iteye_2139
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
install svn server on centos
Source URL: [url]http://www.if-not-true-then-false.com/2010/install-svn-subversion-server-on-fedora-centos-red-hat-rhel/[/url] Let's getting started now: [code="java"] 1. Change root user s...原创 2012-09-04 17:33:10 · 145 阅读 · 0 评论 -
set up mysql on centos/linux
Refer to: http://smilemonkey.iteye.com/blog/673848 http://heimuad.iteye.com/blog/129932 http://www.cnblogs.com/smalldirector/archive/2011/12/27/2303648.html # port set up mysql 5.5 using by mak...原创 2012-09-05 09:42:36 · 152 阅读 · 0 评论 -
Centos6 下搭建wiki服务器
搭建步骤如下:(root下执行) [code="java"] 1. yum install httpd php pcre php-mysql php-pear php-pecl-apc mysql-server ImageMagick sendmail php-intl wget system-config-firewall-tui 2. service mysqld start ...2012-09-10 17:08:52 · 274 阅读 · 0 评论 -
Centos6 network configuration
vi /etc/sysconfig/network-scripts/ifc..eth0 DEVICE="eth0" BOOTPROTO=none NM_CONTROLLED="yes" ONBOOT="yes" TYPE="Ethernet" UUID="3965e64a-da5d-4414-871f-a9c3a63932f0" HWADDR=30:85:A9:43:38:4...原创 2012-09-14 15:25:05 · 170 阅读 · 0 评论 -
set up Bugzilla on centos
[code="html"] Install Perl Bugzilla 4.0.2 requires Perl version 5.8.1 or higher. Check with the following. perl -v If perl is not installed, then: yum install perl Before accepting, check if v...原创 2012-10-08 15:29:51 · 119 阅读 · 0 评论 -
linux防火墙关闭
查看状态 /etc/init.d/iptables status 关闭 /etc/init.d/iptables stop 永久关闭: chkconfig --level 35 iptables off /sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT /etc/rc.d/init.d/iptables...原创 2012-10-19 13:05:19 · 112 阅读 · 0 评论