The below outlines the process for installing OpenVPN on Ubuntu 22 server. Up next we will add the packages and the gpg key for OpenVPN. These details are retrieved from the official OpenVPN page : https://as-portal.openvpn.com/get-access-server/ubuntu Once the repositories are added, we can go ahead and install the server along with its requirements. As soon as the install is finished, you will have an output which will contain the URL for the server and the admin credentials. It is important to take note of these in order to administer the…
Author: The Oracle
Rundeck with Postgres
I have prepared the below to outline the process to install rundeck with postgres as a backend. You can also find a youtube video at the bottom which takes you through the whole process. For this demo, I will be using an ubuntu 22 server instance. Lets start by updating everything by using the below Up next we will add the packages and the gpg key for rundeck. These details are retrieved from the official rundeck page : https://docs.rundeck.com/docs/administration/install/installing-rundeck.html. Once the above has been executed, we can now go ahead…
SQL Select with Powershell on MSSQL
Below are the commands used in the above video, made available to you so you can easily read through and make use of whatever you need.