Docker: MacOS expose container ports to host machine

As per the documentation from docker, there are certain limitation in Mac OS environment where we cannot expose ports from docker container to host machine, as it is running on a virtual machine. If you do not want to communicate outside docker but if you want to connect to different images inside a same docker […]

Automobile or an infrastructure for future Automobile, which is important?

Source: https://thedriven.io/2018/12/14/diesel-charge-evs-remote-locations-greener-than-you-think/ I read this article couple of days before and I started thinking is this really why we are moving towards EV at all? I’m not denying that at present there is no infrastructure that can provide access to charge EVs in all the places. Even developed countries are struggling to install such infrastructure […]

Adaway as an App to be installed

I have initially created a post related to this, in which you will have a script file which needs to be manually executed. So I have developed an Apple Script to make it run from launchpad. Click adaway.app to download the compressed file. You can just download this compressed file, extract and copy to Applications […]

Apple script to launch JMeter from launchpad

For some reason after installed JMeter, the application icon was not present in Launchpad or in Applications folder. So each time I end up in opening Terminal and run the command $ jmeter & to start JMeter application and I need to keep the terminal open until I finishes my work on JMeter otherwise JMeter […]