Skip to content

Instantly share code, notes, and snippets.

@andrewpayne68
andrewpayne68 / openconnect.md
Created July 30, 2025 12:34 — forked from moklett/openconnect.md
OpenConnect VPN on Mac OS X

Unfortunately, the Cisco AnyConnect client for Mac conflicts with Pow. And by "conflicts", I mean it causes a grey-screen-of-death kernel panic anytime you connect to the VPN and Pow is installed.

As an alternative, there is OpenConnect, a command-line client for Cisco's AnyConnect SSL VPN.

Here's how to get it set up on Mac OS X:

  1. OpenConnect can be installed via homebrew:

     brew update
    

brew install openconnect

@andrewpayne68
andrewpayne68 / macbook_pro_ubuntu_install.md
Created May 27, 2024 11:37 — forked from cjonesy/macbook_pro_ubuntu_install.md
Installing Ubuntu on MacBook Pro

Macbook Pro - Ubuntu Install

Requirements

2 USB drives > 2GB

Pre-Install

Create bootable USB drive

  1. Grab the latest Ubuntu Desktop iso image
@andrewpayne68
andrewpayne68 / windows_update_powershell.md
Created February 10, 2024 16:01
Windows update powershell cli (PSWindowsUpdate, Get-WindowsUpdate)
@andrewpayne68
andrewpayne68 / config_gnome_apps.sh
Created November 25, 2023 10:56 — forked from illucent/config_gnome_apps.sh
Configure GNOME applications
#To list all settings for a app
# gsettings list-recursively | sort | grep gedit | uniq
#gtk, shell, icon theme
gsettings set org.gnome.desktop.interface gtk-theme 'Arc'
gsettings set org.gnome.desktop.wm.preferences theme 'Arc'
gsettings set org.gnome.shell.extensions.user-theme name 'Arc-Dark'
gsettings set org.gnome.desktop.interface cursor-theme 'Paper'
gsettings set org.gnome.desktop.interface icon-theme 'Paper'

Things to do before proceeding

  • Install Roboto, and Inconsolata fonts
sudo apt install -y fonts-roboto-unhinted fonts-inconsolata

Disable Device Enrollment Program (DEP) notification on macOS Monterey.md

NB! command-R is replaced with holding the power button on M1 macs.

With full reinstall (recommended)

   a. Boot into recovery using command-R during reboot, wipe the harddrive using Disk Utility, and select reinstall macOS

   b. Initial installation will run for approximately 1 hour, and reboot once