How to Uninstall NoMAD
Here is a simple shell script to uninstall NoMAD: And you can use this to search files after uninstallation just to verify it is gone:
Here is a simple shell script to uninstall NoMAD: And you can use this to search files after uninstallation just to verify it is gone:
find the simple bash script for extracting JSON value from this GitHub: https://gist.github.com/cjus/1047794 function jsonValue() { KEY=$1 num=$2 awk -F”[,:}]” ‘{for(i=1;i<=NF;i++){if($i~/’$KEY’\042/){print $(i+1)}}}’ | tr -d … Read more
Here are my two scripts for install and scan with MalwareBytes on Casper. First one is to download, install and register MBBR: #/bin/sh # MBBR … Read more
We have ESET 5 for Mac in our environment, we can use ESET Remote Install on all the macs, but since we have SCCM and … Read more
We don’t have Casper in our environment, so everything is still quite manual when deploying a mac. One day I was so tired of endless … Read more