How To Protect SSH With Fail2Ban
While connecting to your server through SSH can be very secure, the SSH daemon itself is a service that must be exposed to the Internet to function properly. This...
Continue readingWhile connecting to your server through SSH can be very secure, the SSH daemon itself is a service that must be exposed to the Internet to function properly. This...
Continue readingThe short version of the installation is simple: update your package index, install the mysql-server package, and then run the included security and database initialization scripts. sudo apt-get update...
Continue readingphpMyAdmin was created so that users can interact with MySQL through a web interface. In this guide, we’ll discuss how to install and secure phpMyAdmin so that you can...
Continue readingStep 1: Create the SSL Certificate TLS/SSL works by using a combination of a public certificate and a private key. The SSL key is kept secret on the server....
Continue readingInstalling the Default Java JRE/JDK The easiest option for installing Java is using the version packaged with Ubuntu. Specifically, this will install OpenJDK 8, the latest and recommended version....
Continue reading