View com.tarsnap.gui.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- Tarsnap GUI launchd script for running Tarsnap scheduled Jobs every | |
day at 10AM. Copy to appropriate path and load with: | |
$launchctl load ~/Library/LaunchAgents/com.tarsnap.gui.plist | |
--> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>com.tarsnap.gui</string> |
View osx_updateblocklists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Block ads and trackers using the HOSTS(5) file on OSX | |
# | |
# The script also has some pfsense fu, for more details on this script visit | |
# http://shinnok.com/rants/2015/04/05/blocking-ads-and-trackers-using-hosts/ | |
# | |
# Dependencies: | |
# * git | |
# * curl |