How to install MariaDB on Ubuntu 18.04
MariaDB Server is one of the most popular database servers in the world. It’s made by the original developers of MySQL and guaranteed to stay open source. Notable users include…
Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog
MariaDB Server is one of the most popular database servers in the world. It’s made by the original developers of MySQL and guaranteed to stay open source. Notable users include…
This howto describes the steps in how to setup a PPTP VPN on Centos, Fedora, Debian, and Ubuntu with basic RSA authentication. Before the installation make sure to have your…
Installing Desktop Environment Most servers don’t have a desktop environment installed, so we’ll start by installing a lightweight desktop environment. There are several desktop environments (DE) available in Ubuntu repositories.…
Check Ubuntu version before upgrading. lsb_release -a First, we have to run an update sudo apt update Then run upgrade command sudo apt upgrade After that dist-upgrade sudo apt dist-upgrade…
How to execute command via SSH on remote machine and get output on local machine console. ## SYNTAX ssh @ ## EXAMPLE ssh test@10.10.101.1 df -h test@ 10.10.101.1 's password:…