by admin | Apr 6, 2025 | Uncategorized
If it’s a fresh installation of GitLab, there’s a good chance that it’s using a randomly generated password. You may be able to find the password at /etc/gitlab/initial_root_password if you’ve not run gitlab-ctl reconfigure since installing GitLab....
by admin | Nov 27, 2024 | Uncategorized
Commands to reset the openvpn account You can execute the following commands as a root user from the command-line interface (CLI) to create or reset the local administrator account using the username openvpn. It accounts for all of the above cases and should...
by admin | Nov 25, 2024 | Uncategorized
Configuration Steps Step 1: Basic NGINX Setup Start by opening the NGINX configuration file located at /etc/nginx/nginx.conf. This file controls how NGINX operates. You’ll need to add a new stream block where you can define your proxy...
by admin | Nov 22, 2024 | Uncategorized
Sometimes you have a task that you want to run every x minutes i.e. updating order statuses or sending abandoned cart emails. There are a few ways you can do this but our preferred method at The Site Doctor is to setup a Powershell Task in Windows Task Scheduler as...
by admin | Nov 19, 2024 | Uncategorized
First you need the openvpn package: sudo apt-get install openvpn Then you can connect like this: sudo openvpn –config /path/to/config.ovpn The sudo is important because OpenVPN won’t be able to connect otherwise (I think because it has to change...
Recent Comments