1.
mkdir /home/backup
chmod 700 /home/backup
cd /home/backup
2.
mysqldump -u root -p dbispconfig > dbispconfig.sql
3.
tar pcfz ispconfig_software.tar.gz /root/ispconfig
4.
tar pcfz etc.tar.gz /etc
notice:This backup does not include the emails and website data.
(faqforge.)
Bài đăng phổ biến
-
yum install install libxml2-devel Nguyen Si Nhan
-
With this error: hudson.remoting.ProxyException: io.fabric8.kubernetes.client.KubernetesClientException: No httpclient implementations found...
Showing posts with label Nguyễn Sĩ Nhàn. Show all posts
Showing posts with label Nguyễn Sĩ Nhàn. Show all posts
Wednesday, November 30, 2011
Zend studio: Errors occurred during the build. Errors running builder 'JavaScript Validator' on project 'PROJECT'. java.lang.NullPointerException
Problem:
Errors occurred during the build. Errors running builder 'JavaScript Validator' on project 'PROJECT'. java.lang.NullPointerException
Resolution:
you must go to Project->Properties->Builders then disable ‘Javascript Validator’.
Nguyễn Sĩ Nhàn
Errors occurred during the build. Errors running builder 'JavaScript Validator' on project 'PROJECT'. java.lang.NullPointerException
Resolution:
you must go to Project->Properties->Builders then disable ‘Javascript Validator’.
Nguyễn Sĩ Nhàn
Tuesday, November 29, 2011
Cpanel : A fatal error has occurred DB Error: connect failed
Problem happen when password of database in file config difference with current password of database horde.
Resolution: Change current password to same password in file config of horde.
/usr/local/cpanel/base/horde/config/conf.php
$conf['sql']['username'] = 'horde';
$conf['sql']['password'] = 'xxxxxxx';
mysql> UPDATE mysql.user SET Password=PASSWORD('YOUR-NEW-MYSQL-PASSWORD') WHERE User='horde';
mysql> FLUSH PRIVILEGES;
mysql> exitNguyễn Sĩ Nhàn
Wednesday, November 23, 2011
How to: Set ram for VPS lower than 512 in xenserver
# xe vm-memory-limits-set static-min=300 static-max=300 dynamic-min=300 dynamic-max=300 vm=nameyouset
Nguyễn Sĩ Nhàn
Nguyễn Sĩ Nhàn
Subscribe to:
Posts (Atom)