Forward Connection to Docker in Linux
Every now and then it is necessary to set up a connection forwarding from external to inside the system perhaps to a docker instance where the internal IP for the docker is a completely separate...
View ArticlePHP Composer Disable HTTPS by CLI
Every now and then it can be necessary to disable certain security features temporarily in order to achieve a goal. In my case, it was for the use of a web script that didn’t use HTTPS for composer...
View ArticleLinux Script Error: Bad Substitution (change shell from dash to bash)
This is a simple problem in the end that cost me serious troubleshooting time. Hopefully you found this article and it can save you some of what I lost. You may encounter a problem when running a...
View ArticleUpdating VMware ESXi Certificate
This activity is far from straight forward. There’s lots of information about how to do this through vCenter but the information becomes very unclear when it comes to the free version of VMware ESXi....
View ArticleLinux Disable Interface with Netplan (or not)
So, based on everything I’ve found, you can’t. In my opinion this is a shortcoming of using netplan versus the old way of simply using ifupand ifdown. This is in many ways super frustrating as it’s...
View Article