server managment

  1. AlphaObeisance

    Fixing Mattermosts Group Calls - Yeeting the Paywall

    First and foremost my children and I greatly appreciate the contributors to mattermost; it directly supports the education and growth of my family. That said, shame on whoever is in charge for forcing private/personal not for profit users to purchase basic functionalities that were once provided...
  2. H

    How to add DKIM and SPF records for your domain from Cpanel?

    It's easy, you can simply follow the Steps to add DKIM and SPF records in Cpanel: Go to your domain Cpanel and log in Navigate to the email section and find the Authentication option On the DKIM section, click the enable button. You can see to it that the DKIM option has been enabled. Click...
  3. H

    How to create an SFTP Server using Linux CentOS?

    How to create an SFTP Server using Linux CentOS?
  4. H

    How will you check and confirm that your server is using suPHP?

    It's very simple to verify this. Have a simple 'php info' script. Create a file named 'phpinfo.php' under the public_html of your domain Insert the following code: <? php phpinfo(); ?> Access the file in your browser using the link http://yourdomain.com/phpinfo.php At the top section...
Top