Skip to content

Instantly share code, notes, and snippets.

@mmillar-bolis
mmillar-bolis / desktopInfo.ini
Created March 18, 2020 17:59
DesktopInfo Configuration
# Microsoft Windows ini File
#
# Name: DesktopInfo Configuration
# Version: 0.5.0.0
# Date: 2020-03-18
# Author: MMillar
# https://github.com/mmillar-bolis
# http://www.bolis.com
#
# Description:
@mmillar-bolis
mmillar-bolis / controller.cfg
Created November 10, 2020 02:28
Wrath 1.3.1 controller.cfg
// Quake Engine Configuration File
//
// Name: Controller Configuration
// Version: 0.6
// Author: MMillar
// https://github.com/mmillar-bolis
// http://www.bolis.com
//
// Description:
// Settings related to dinput or xinput controllers. This is meant to be called
@mmillar-bolis
mmillar-bolis / Launchctl_Unload-10.14.sh
Created November 23, 2020 07:46
A Quick Little Script to Force Disable Certain LaunchDaemons in macOS
#!/bin/bash
# I have managed to map out some undesirable daemons and agents. Most of these
# can be disabled without too much consequence.
## Daemons
# com.apple.analyticsd - Anonymized application analytics daemon
# com.apple.appleseed.fbahelperd - Feedback Assistant Helper Daemon
# com.apple.awacsd - Apple Wide Area Connectivity Service Daemon
# com.apple.backupd - Apple TimeMachine service
#!/bin/bash
# NOTE: Just a cut+paste example to work myself out of a hole, if necessary.
# Same deal as the other script, only this time, we use PlistBuddy to delete
# the Disable key in all of the daemon property lists and then force load them.
# Agents to enable
agents=('com.apple.security.keychainsyncingoveridsproxy' 'com.apple.personad' 'com.apple.passd' 'com.apple.screensharing.MessagesAgent' 'com.apple.Maps.mapspushd' 'com.apple.Maps.pushdaemon' 'com.apple.photoanalysisd' 'com.apple.telephonyutilities.callservicesd' 'com.apple.AirPortBaseStationAgent' 'com.apple.DictationIM' 'com.apple.iCloudUserNotifications' 'com.apple.familycircled' 'com.apple.familycontrols.useragent' 'com.apple.familynotificationd' 'com.apple.gamed' 'com.apple.iCloud.findmydeviced.findmydevice-user-agent' 'com.apple.iCloud.fmfd' 'com.apple.cloudfamilyrestrictionsd-mac' 'com.apple.cloudpaird' 'com.apple.cloudphotosd' 'com.apple.DictationIM' 'com.apple.assistant_service' 'com.apple.AOSPushRelay' 'com.apple.CallHistorySyncHelper' '
# Microsoft Windows Powershell Script
#
# Name: Disable Update Service
# Version: 0.2.2.0
# Date: 2020-11-25
# Author: MMillar
# https://github.com/mmillar-bolis
# http://www.bolis.com
#
# License: