Cisco Umbrella can fuck right off

BYE BITCH #!/usr/bin/env bash CMD=$1; if [[ `id -u` = 0 ]]; then echo “You mustn’t be root when executing this script”; exit; fi function usage { echo “Usage: $(basename $0) COMMAND COMMANDS: stop Run sudo launchctl unload /Library/LaunchDaemons/com.opendns.osx.RoamingClientConfigUpdater.plist start Run sudo launchctl load /Library/LaunchDaemons/com.opendns.osx.RoamingClientConfigUpdater.plist restart Stop umbrella, then start again. status Is umbrella running? …

Disable Reply All to Company Emails

To configure In Outlook enable the Developer option on the ribbon under File > Options > Customize Ribbon.  Check Developer in the right column. From the Developer tab select Design a Form Pick message and open. Select the Actions tab, then select the line with Reply to All and click Properties. Uncheck the Enabled box …

My dang 48 core host doesn’t support virtualization on VirtualBox

I learned the hard way that my Dell PowerEdge R910 with 48 cores and 256 gigs of ram doesn’t support VT-x… It runs Ubuntu Server 18.04 currently and I decided to put Virtual Box on it because that has the easiest work around to get virtualization going on an unsupported processor. Virtualization is enabled in …

But I want my mapped drives to the old server names to work

Making a new file server is great, everyone loves a brand new server with all the old cat videos Karen has pasted randomly throughout it(maybe enable data dedupe to save some space). This use case is for when you have an old file server that has been migrated to a new file server and you …