Категории

Статьи

 Add Install mod_rpaf on CentOS 5, CentOS 6

This is a quick guide on how to install mod_rpaf on CentOS 5 and CentOS 6. (This guide can also...

 Apache restart failed. Unable to load pid from pid file and no httpd process found in process list.

Steps to Resolve the above error1.Login to ssh and type killall -9 httpd then try to restart http...

 Apache如何設定在一個ip的前提下使用兩個不同的網域?

Apache 的 httpd.conf 只要把下面的設定加到最後面,再重跑就好了:...

 Centos 安裝使用rsync 進行備份

一、前言 使用rsync可以進行FTP, SSH進行備份同步資料,安裝設定簡單,安全性都不錯。在centos中很多都已經配備了rsync,只需要進行簡單設定就可以使用。...

 How To Install and Testing Memcache PHP Extension?

Create file test.php [code]$vi /home/www/public_html/test.php [/code] Execute test.php from...

 How To Manually Update Cpanel?

/scripts/upcp /scripts/upcp --force

 How do I know if a partition is ext2, ext3, or ext4?

The option is to use blkid: # blkid /dev/sda1 /dev/sda1:...

 How to check the disk space on a Linux server?

Keeping an eye on disk space usage is critical for a server to stay healthy. The last thing a...

 How to complete uninstall Attracta tool?

Please run following command.  /usr/local/cpanel/3rdparty/attracta/scripts/uninstall-attracta

 How to install Perl by ssh?

Fatal! Perl must be installed before proceeding!To Resolve These Problem First we need to install...

 How to install cPanel/WHM by ssh?

You can refer the...

 HowTo: Fix "Couldn't resolve host 'mirrorlist.centos.org'" [CentOS]

login root#vi /etc/sysconfig/network-scripts/ifcfg-eth0insert ONBOOT=yes, BOOTPROTO=staticadd...

 Installing PHPShield Loaders - PHP5.2.x Server

In this tutorial, we will show you how to do this on a server that is running PHP5.2.x Please...

 Installing PHPShield Loaders - PHP5.3.x Server

In this tutorial, we will show you how to do this on a server that is running PHP5.3.x Please...

 Limit mysql connections on a per account.

You can set this in /etc/my.cnf max_connections=100 max_user_connections=25 You might find...

 Linux /boot: Out of Disk Space While Installing Package kernel-2.6.32-131.2.1.el6.x86_64

I'm trying to install RHEL 6 kernel updates and patches using the yum command and getting the...

 Managing Multiple Hard Drives with cPanel.

If you have a server with single standalone drives, you may have considered the possibility of...

 Manual backup via WHM

ran this command # /scripts/cpbackup --force & got following output [cpbackup] Process...

 Optimizing InnoDB Disk I/O

If you follow the best practices for database design and the tuning techniques for SQL...

 PHP 時區 timezone 設定

php.ini找到 [Date];date.timezone = 改為 [Date]date.timezone = "Asia/Taipei" 記得前面的冒號 ;...

 Resize the /tmp and /usr/tmpDSK for cPanel

You can resize it if it isn't large enough. Many servers have only 500MB for /tmp which isn't...

 Rsync Backup/Restore Instructions of cloud servers.

Detailed Rsync backup instructions are available   To begin, simply log in as root to...

 VPS上使用DropBox定時備份方案

這個備份方案是直接使用dropbox同步,如果想實時同步就一直守護dropbox進程,會佔用一定資源。1.linux上安裝dropbox 32位linux wget -O...

 cpanel-Account “XXX”: Account Restore Failed: “Account failure: The restore failed because the username “XXX” is invalid or not an existing cPanel user.”

Please check whether any entries for the user/domain is existing in the following files/locations...

 hostname issue when install whm

[root@kt home]# sh latest Creating directory installd Verifying archive integrity... All good....

 obtain the location of all files owned by this user

Code: # id username # find / -uid UIDNUMBER > /root/username.output Replace the first...

 ssh下輸入 free 可顯示記憶體的使用率

以下參考這個網頁 Linux Memory Usage 記憶體使用率 # free total used free shared...

 wget 下載整個網站,或者特定目錄

我需要下載這個目錄下面的所有文件。命令如下 wget -c -r -np -k -L -p www.xxx.org/pub/path/ -c 斷點續傳 -r...

 使用mod_Bandwidth 限制連線數與速度教學

# wget ftp://ftp.cohprog.com/pub/apache/module/1.3.0/mod_bandwidth.c# apxs -cia mod_bandwidth.c...

 使用mod_limitipconn 限制單線下載教學

# wget http://dominia.org/djao/limit/mod_limitipconn-0.23.tar.bz2# tar xjf...

 如何透過SSH改變文件屬性與權限

我們現在知道文件權限對於一個系統的安全重要性了,也知道文件的權限對於使用者與群組的相關性, 那麼如何修改一個文件的屬性與權限呢?又!有多少文件的權限我們可以修改呢?...

Powered by WHMCompleteSolution