Access your remote MySQL server, which only allow MySQL connections from our bastion host

How access your remote MySQL server, which only allow MySQL connections from our bastion host and we would like to access that MySQL via the Bastion Server with a SSH Tunnel from our pc. Setup the SSH Tunnel Establish the tunnel: ssh -f -p 22 me@bastion.domain.example -L 3306:remote-mysql.domain.example:3306 -N Save the pid as an environment […]

Читать дальше… from Access your remote MySQL server, which only allow MySQL connections from our bastion host

Docker 20.10.0-beta1 install ubuntu 20.04

Docker 20.10.0-beta1 install ubuntu 20.04 Docker 20.10.0 beta is available now. Change log is here For install on ubuntu execute this. apt-get update apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add – add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) test" apt-get update apt-get install -y docker-ce docker-ce-cli containerd.io Create […]

Читать дальше… from Docker 20.10.0-beta1 install ubuntu 20.04