How to set up 404 error dropout in ISPmanager

Question: My site yields several links for one and the same matter. Then “duplicate titles” (title tags) appear. How to fix it? And how to delete it from the search engine index? Answer: To delete these links from the search engine index you should: correct the module structure of your site; close them in robots.txt; […]

Read More

How to restore grub bootloader

To restore grub bootloader you should boot the system using Live CD or Rescue mode the same operating system and architecture. For Example, Debian. Plug-in downloaded ISO and select boot from the disk After booting from the Debian LiveCD do all the settings on behalf of the superuser (root) or via sudo program. All the […]

Read More

PHP script to send email using SMTP

Despite php already having a mail function called mail(), SMTP sendmail script is preferable. Most importantly, it allows you to bypass the antispam filters, most of which which are set to block the PHP-mail by default.

Read More

What is IPMI?

IPMI is an interface for remote manage of the server. It was designed for autonomous monitoring and control of in-built functions.

Read More