This is how to set up a SSL certificate on your server and running with it, using DirectAdmin on Debian GNU/Linux. All of the following tasks are done as root, from the command line: cd /usr/local/directadmin/conf create a private key: openssl genrsa -out cakey.pem...
With the minimum installation of any Linux operating system, you will not see most of the commands in your system. In minimum operating system installation only required packages are installed for running an operating system and skipped unnecessary packages. Mail...
One thing I often come across from prospects and clients is the question of how to get more website traffic for free? That is the quest of anyone who sells a product or service and has a website designed to facilitate sales (ecommerce) or to capture leads to sell to...
SNMPv3 is an important step forward with respect to improved security. SNMPv1 and 2 send collected data unencrypted, as readable text, over the network.The information on getting SNMPv3 up and running on Linux is somewhat fragmented on the Internet, I decided to write...
For normal WordPress operations, such as posting blog posts, uploading media files, posting comments, creating new WordPress users and installing WordPress plugins, the MySQL database user only needs data read and data write privileges to the MySQL database; SELECT,...
Security in WordPress is taken very seriously, but as with any other system there are potential security issues that may arise if some basic security precautions aren’t taken. This article will go through some common forms of vulnerabilities, and the things you...