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

CMS configuration files

When you change the web hosting platform or when you migrate website from your local computer to web hosting sometimes it is necessary to held the configuration files for the CMS. Here are the CMS settings and configure access to your website database. You may need to change the DB name, username of database and […]

Read More

Configuring IP aliasing

IP aliasing is a special network configuration for your dedicated servers you to associate multiple IP addresses with a single network interface.

Read More