Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
#Delete all custom CUSTOMPHRASE additions every time this is run
awk '!/#CUSTOMPHRASE/' /etc/hosts > /tmp/hosts && cp -f /tmp/hosts /etc/hosts
sleep 1
#Add current CUSTOMPHRASE custom additions to /etc/hosts
echo "#CUSTOMPHRASE Location File Server Header" >> /etc/hosts
echo "192.168.0.1 myserver.example.com #CUSTOMPHRASE" >> /etc/hosts
echo "192.168.0.2 herserver.example.com #CUSTOMPHRASE" >> /etc/hosts
@poundbangbash
poundbangbash / manifestutil
Created October 21, 2016 03:45
manifestutil with refresh-cache subcommand attempt
#!/usr/bin/python
# encoding: utf-8
#
# Copyright 2011-2016 Greg Neagle.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
@poundbangbash
poundbangbash / gist:2e0527364f362ece1c21
Last active December 19, 2016 18:51
com.microsoft.Outlook 15.14 profile - Suppress What's New
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.microsoft.Outlook</key>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.microsoft.Outlook</key>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.microsoft.onenote.mac</key>
@poundbangbash
poundbangbash / gist:d083e1a21ebd64682f13
Last active February 16, 2017 19:30
PowerPoint 2016 15.14 What's new suppression profile
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.microsoft.Powerpoint</key>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.microsoft.Word</key>
@poundbangbash
poundbangbash / com.microsoft.Excel
Last active February 16, 2017 19:31
Suppress What's New - Excel
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.microsoft.Excel</key>
@poundbangbash
poundbangbash / com.microsoft.word
Last active April 19, 2017 22:03
MS example Word profile for version 15.32+
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.microsoft.Word</key>