Thứ Năm, 24 tháng 10, 2013

What are Core Dumps?

What are Core Dumps? Core dumps are files the system creates when a process running in memory does not finish. The portion of memory that the process was using is then dumped to a file. This can be quite helpful when debugging your scripts. Core dumps typically have a file name like: core.5876Reviewing Core Dump Files on VPS or Dedicated ServersFor most users, getting usable information from a core dump file can be difficult....
Read More

Thứ Hai, 1 tháng 7, 2013

Locations of Common Log Files on cPanel Servers

Locations of Common Log Files on cPanel Servers service (daemon) name error log location notes apache web server (httpd) /usr/local/apache/logs/error_log details errors encountered during apache requests. bind nameserver (named) /var/log/messages proftp server (proftpd) /var/log/messages pure-ftp...
Read More

Thứ Năm, 30 tháng 5, 2013

PHP FCGI

A default installation of FastCGI on cPanel server is dangerously simple. It’s dangerous because one cPanel account (or one vhost) is capable of crashing down a whole server if, say, traffic were to spike up. It’s also simple because it won’t allow complex scripts to run cleanly. In brief, it’s absolutely not ready for production as-is. In this post, I’ll go over what it takes to configure...
Read More

Chủ Nhật, 19 tháng 5, 2013

How to install Linux Malware Detect (LMD)

How to install Linux Malware Detect (LMD) Maldet also known as Linux Malware Detect virus scanner for Linux.Download the tar file using the below link:    wget http://www.rfxn.com/downloads/maldetect-current.tar.gzExtract the file using the below command    tar -xzf maldetect-current.tar.gzgo to the maldet folder    cd maldetect-*Now, run the below command to install maldet.   ...
Read More

Thứ Ba, 14 tháng 5, 2013

How to enable Custom php.ini for PHP FCGI

If you want to enable custom php.ini settings for PHP FCGI on your server then follow the below steps :  1 > Create a .htaccess file under the directory : /home/username/public_html root@server[#] cd /home/username/public_html root@server[/home/username/public_html]# vi .htaccess And the below two lines at the top : AddHandler php5-fastcgi .php Action php5-fastcgi /cgi-bin/php.fcgi save and quit. 2...
Read More

Thứ Tư, 8 tháng 5, 2013

Chuyển Database SQL Server sang máy khác (Backup and Restore MSSQL)

Chuyển Database SQL Server sang máy khác (Backup and Restore MSSQL) Lưu ý : Các cách sau đây đều sử dụng SQL Server Management Studio Cách 1: đơn giản nhất là Backup từ máy mình rồi Restore lại khi sang máy khác. Click chuột phải vào Database rồi chọn Tasks >> Backup Ở máy kia, tạo một Database mới sau đó click chuột...
Read More

Thứ Hai, 6 tháng 5, 2013

Hướng dẫn sử dụng Plesk 10 vdconline

Hướng dẫn sử dụng Plesk 10 from Hưng Nguyễn...
Read More

Hướng dẫn sử dụng Plesk 9.5 vdconline

Hướng dẫn sử dụng Plesk 9.5 vdconline from Hưng Nguyễn...
Read More

Chủ Nhật, 5 tháng 5, 2013

Login to Joomla Administrator Not Working and No Error Is Displayed

Login to Joomla Administrator Not Working and No Error Is Displayed   Yesterday we had a client that told us that he was unable to login to his Joomla website. He told us that everytime he tries to login, he gets redirected back to the login page with no error! Since he was a technical person, he told us that he did a research on the subject and the thinks that it’s the session.savepath Joomla problem. This made sense...
Read More

Change the collation on a MySQL database via PhpMyAdmin

 Change the collation on a MySQL database via PhpMyAdmin MySQL supports different types of collation and characters sets. The following article will walk you through how to change the collation for one table or the entire database.  Normal 0 false false false EN-US X-NONE X-NONE ...
Read More

Detecting DDos Attacks Using the Netstat Command

Normal 0 false false false EN-US X-NONE X-NONE ...
Read More