Configure Jenkins with SSL using an Nginx
This article will guide you on how to configure #Jenkins with #SSL using an #Nginx reverse proxy. It is important to secure Jenkins with SSL to protect passwords and sensitive data transmitted through the #web interface.
How To Connect to a Redis Database Different ways to do it
This article will guide you on the steps to connect to a #Redis #database using different commands like redis-cli using #commands.
Running redis-cli followed by a command name and its arguments will send this command to the Redis instance running on localhost at port 6379. You can change the host and #port used by redis-cli, just try the --help option to check the usage information.
IIS Security for Sites Steps for server hardening
This article will guide you on the process to #secure sites in IIS to prevent site infections or defacing on a #Windows Server include poor file security or poor #configuration.
In conclusion, the modular nature of #IIS allows for more granular control over web server resources and #security. However, this can either make your #web #applications more or less secure—depending on the person or group responsible for security.
Install Moodle on Windows Server Steps to do it
This article will guide you on the process to #install, secure, and #configure and #backup #moodle. Moodle is a free online learning management system, or #LMS.
You can download the #software onto your own web server.
Step by step process to Secure Apache with Lets Encrypt on CentOS 8
This article will guide you on the process to secure #Apache with Let’s Encrypt by installing Let's Encrypt #Certbot client, downloading #SSL #certificates for the #domain, and setting up automatic certificate renewal.
The objective of Let's Encrypt and the #ACME protocol is to make it possible to set up an #HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention.
Install and configure Grafana on CentOS 7
This article will guide you on the steps to #install #Grafana on #CentOS 7 which is a #visualization and #analytics #monitoring software. Grafana is Free and Open Source which Runs on all major #OS operating systems.