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 […]
Author: tuxian
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 […]
adaway – stop all ads from your system (including YouTube flash ads)
A simple shell script which updates your hosts file with different sources of ad-server list. Why this adaway? adaway.org provides an apk for android environment. But for Mac, Linux or Windows we need to do it manually. So this script will be very useful to do the job. How to install this script? sh adaway.sh […]
Enable/Disable GPS automatically when using Maps, Google Pay or Android Auto using Tasker
Every time we use Maps, Google Pay or Android Auto the app will request to enable GPS with the below popup. So I’ve created a Tasker Profile which automatically enables Location when we open these Apps. https://www.github.com/tuxian-root/tasker/tree/master/TaskerConfigBackup.xml Just import this Project in Tasker app and customise it Screenshots:
AppleScript to automatically connect to Cisco Anyconnect VPN!
We can connect to Cisco AnyConnect VPN without providing the password and Accept each time. In my case, I’ve used Exchange. Microsoft Outlook (Exchange) uses the same password as I used for VPN. In Mac OS, we can retrieve this Exchange password from the keychain access app through /usr/bin/security. But to access the keychain through […]