Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Server Error log: DEPRECATED OPTION: –cipher set to ‘AES-256-CBC’ but missing in –data-ciphers (AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305). OpenVPN ignores –cipher for cipher negotiations. ” Client Error log: Issue 2: AUTH: Received control message: AUTH_FAILED,TEMP[backoff 60]:LICENSE: Access Server license failure: Connection exceeds currently allocated…
Managing a MySQL database often involves performing updates to ensure data consistency or adapt to new configurations. One common scenario is updating URLs across a database, such as when removing a port number from URLs. In this post, we’ll guide…
To deploy OpenVPN using a deployment.yaml file directly in a k3s Kubernetes cluster, follow these steps to create the necessary Kubernetes resources such as the Deployment, Service, and ConfigMap to configure and run OpenVPN. Step 1: Create a Deployment for…
Overview The dishoneprabu/wordpress-alpine:latest Docker image is a lightweight, efficient, and easy-to-use WordPress setup built on the Alpine Linux base. By utilizing Alpine, this image offers a smaller size and faster startup times compared to traditional WordPress images, making it ideal…
Steps: Volume: If you want the download data to be stored in the local host volume, then map the host volume to the below container paths
To fix this add the orgin URL to the config file eg To find the orgin URL It will fix the socket issue
Method 1: Create a file name dockercompose.yml and paste the below YAML code. Here change the 2nd environment = dbname:dbpassoord which you have created and in the IP address provide the IP of your database Then modify the volume path…
Use the following code to install watchtower with gmail notifications. See more information and documentation here. Without email notifications
How to create a free SSL Certificate OS → Ubuntu 20 Steps to Do:- Step 1 SSH into the Ubuntu instance and run the command sudo apt update -y Step 2 Now install the snap store by running the command sudo snap…
How to run Portainer CE as a container using Docker-Compose Steps: