| title | SonicWall NetExtender 2016 on macOS Mojave |
|---|---|
| author | Jeremy |
| date | 2019-06-18 |
| summary | Replacing VPN software with outdated versions for fun and profit. |
Platform: Mac
| Windows Registry Editor Version 5.00 | |
| ; ============================================================ | |
| ; Disable DNS-over-HTTPS (DoH) via Group Policy registry keys | |
| ; ============================================================ | |
| ; --- Google Chrome --- | |
| ; DnsOverHttpsMode "off" disables DoH entirely and is locked as a managed policy | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome] | |
| "DnsOverHttpsMode"="off" |
| substitutions: | |
| name: "hdmi-control-palakis" | |
| friendly_name: "HDMI Control - palakis" | |
| project_name: "SMLIGHT.SLWF-08-HDMI" | |
| project_version: "1.0-Palakis" | |
| target: <PUT_YOUR_IP_ADDRESS_HERE> | |
| esphome: | |
| name: esphome-web | |
| friendly_name: hdmi-cec-control |
| #Requires AutoHotkey 2.0+ | |
| #SingleInstance Force | |
| CoordMode("Mouse") | |
| ;Alt+M | |
| !M::MouseMove(A_ScreenWidth/2,A_ScreenHeight/2,0) ;Primary | |
| ;F5::Try MonitorGet(2,&L,&T,&R,&B),MouseMove((L+R)/2,(T+B)/2,0) ;Secondary |
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| ; | |
| ; THINKPAD T450s | |
| ; | |
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| ; Right Ctrl + Right Shift to open App key (Menu key) | |
| ; since it's missing from the keyboard. | |
| ~RControl & RShift::Send {AppsKey} | |
| Return |
| mountvol v: /s | |
| taskkill /im explorer.exe /f | |
| explorer /nouaccheck | |
| REM unmount | |
| mountvol v: /d |
| { | |
| "title": "[macOS] Use Caps Lock + Arrows to Navigate Tabs (Jeremy)", | |
| "rules": [ | |
| { | |
| "description": "Navigate Tabs with CapsLock + Any Arrows", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "from": { | |
| "modifiers": { |
Mac disk cleanup, because updating Xcode from the App Store needs at least 40GB of free disk space:
rm -rf $(brew --cache)
rm -fr ~/Library/Caches/com.spotify.client
http://hboon.com/iosdevnuggets/ios-dev-nugget-162-reclaim-disk-space-from-xcode-usage/