Articles
System control panel Point your browser to: https://12.34.56.789:12321/ Username :...
How to connect to Cloud Application shell (Web interface & CLI)Web based command line URL : https://12.34.56.789:12320/User : root SSH Login as root....
How to connect to MySQL (Web interface & CLI)Web Interface Adminer is a database management web applicarion URL :...
How to extend an EXT4 partition using parted and resize2fsFirstly, we want to extend the partition using parted: Bash: root@cana:~# parted /dev/sda...
Resize an LVM volumeLogical Volume Management (AKA LVM) is a powerful, robust mechanism for managing storage space....
Tune MySQL / mariadb database for WooCommerce and WordPressWooCommerce can really give mysql or mariadb a pounding. On smaller hosting platforms...
What is Reverse DNS?Reverse DNS (rDNS) is name resolution that looks up an IP addresses to obtain a domain name,...
Connecting using PuTTY on Windows workstationsConfiguring PuTTY In PuTTY, under Session, enter your Host Name Under Connection choose Data...
Connecting using SSH on Linux or OSX workstationsUse the ssh command to connect to your instance. Specify your username and the external IP...
How to create a .ppk from private key on WindowsUsing a Public/Private key to authenticate when logging into SSH can provide added convenience or...