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 […]
Category: Scripting
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 […]
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 […]