Anwar

Posts

How Can I Password Protect My Cloud Sites Website?

Article ID: 2254 Last updated on September 25, 2012 Authored by: Tom Hopkins You can password protect your website, or any of its directories, through...

Phpseclib securely communicating with remote servers via php

<?php   //$connection = ssh2_connect(‘66.175.213.168’, 22); //ssh2_auth_password($connection, ‘root’, ‘password’);   //$stream = ssh2_exec($connection, ‘/usr/local/bin/php -i’);   set_include_path(get_include_path() . PATH_SEPARATOR . ‘phpseclib’);   include(‘/home/runcloud/webapps/app-midas-prosite/phpseclib/Net/SSH2.php’); include(‘/home/runcloud/webapps/app-midas-prosite/phpseclib/Crypt/RSA.php’);  ...

Rackspace set up dns records for cloud office email and skype for business

A mail exchange (MX) record directs incoming email sent to your domain to the specific server set up to accept email traffic for your domain....

Rackspace reverse dns

Create a reverse DNS record   Reverse DNS records are essential for those running a mail server since many recipient servers reject, or mark as...

How to keep multiple backup in amazon RDS MySQL server

Working With Backups Amazon RDS creates and saves automated backups of your DB instance. Amazon RDS creates a storage volume snapshot of your DB instance,...

Redmine An error occurred while installing mysql2 (0.5.3)

root@localhost:/home/runcloud/webapps/app-pmgeekshub# gem install mysql2 -v ‘0.4.10’ Fetching: mysql2-0.4.10.gem (100%) Building native extensions. This could take a while… ERROR:  Error installing mysql2: ERROR: Failed to build...

How To Migrate Redmine to a new server to a new Redmine version

The Question How to move your Redmine data to another machine with a newer Redmine version? Machine OS Redmine Old Ubuntu 10.04 0.9.3 New Debian...

Replace network card in Ubuntu

HowTo: Fix a missing eth0 adapter after moving Ubuntu Server from one box to another. Scenario: You have a box running Ubuntu Server. Something happens...

Sectigo root CA expiring, may not be handled well by slightly older linux versions

It looks like some older distributions of linux (we’ve seen issues with Deb 9 and earlier and Ubuntu 16.04 and earlier) will not properly expire/ignore...