Create Kubernetes cluser using gcloud
Login to gcloud with gcloud auth login Set default region gcloud config set compute/zone us-central1-a To create a cluser, run gcloud container…
Login to gcloud with gcloud auth login Set default region gcloud config set compute/zone us-central1-a To create a cluser, run gcloud container…
imapcopy is a program to copy mails from one IMAP mailbox to another. I was using this for email migrations. But for…
To list all databases in the PostgreSQL database, first connect to the PostgreSQL database using psql command Now run This will list…
To disable TLSv1 in nginx, add ssl_protocols TLSv1.1 TLSv1.2; in your server config. if you are using letsencrypt SSL, edit file vi…
After installing SSL on Nginx server, rails application login page stopped working. On log file (log/production.log), found following error HTTP Origin header…
https://bigbluebutton.org https://www.canvaslms.com https://moodle.org Interactive Coding https://github.com/datacamp/datacamp-light
To install ffmpeg 4 on Ubuntu, you can use PPA https://launchpad.net/~jonathonf/+archive/ubuntu/ffmpeg-4 apt install software-properties-common -y add-apt-repository ppa:jonathonf/ffmpeg-4 -y Now install ffmpeg with…
On CloudLinux server, EasyApache profile was missing. WHM shows following error message Please run “yum install ea-profiles-cpanel” to install the default cPanel…
To send an email with telent, run telnet MAIL_SERVER_IP 25 On the prompt, type the following ehlo localhost mail from: rcpt to:…
Proxy server allows hiding your IP address. You can find the Squid Proxy Installer script at https://github.com/serverok/squid-proxy-installer The script supports the following…
NOTE: bitnami provides a tool to install SSL, it is better to use the tool to install SSL. You can see more…