Skip to content

Instantly share code, notes, and snippets.

View kevinpapst's full-sized avatar

Kevin Papst kevinpapst

View GitHub Profile
@kevinpapst
kevinpapst / uninstall-forticlient.sh
Last active December 13, 2022 16:30
Remove Forticlient VPN from Mac
#!/bin/sh
# Uninstall FortiClient.sh
# This script will completely uninstall FortiClient and all supporting components
# Why the heck does this company not ship a proper uninstaller?
pkill FortiClientAgent
launchctl unload /Library/LaunchDaemons/com.fortinet*
launchctl unload /Library/LaunchAgents/com.fortinet*
rm -Rfv /Applications/FortiClient.app
@kevinpapst
kevinpapst / flash-android-rom-with-heimdall-on-mac.md
Last active February 19, 2023 23:24
Flash a new Android ROM on Mac with ADB and Heimdall

Installing an Android ROM with your Mac via Heimdall and bash

Because every time I want to flash a new ROM, I forgot how I did it the last time.

This is how I re-flashed my unbranded Samsung Galaxy S4 (german black edition) with a stock ROM (because Cyanogenmod crashed my phone all the time). The correct Stock ROM for my Galaxy S4 is: I9505XXUHOJ2_I9505OXAHOJ2_I9505XXUHOJ2

Software you need

  • adb
  • heimdall (brew cask install heimdall-suite)
@kevinpapst
kevinpapst / osx-10.11-setup.md
Last active April 28, 2024 05:26 — forked from kevinelliott/osx-10.11-setup.md
Mac OS X 10.11 El Capitan Setup

Developer setup for Mac OS X 10.11 El Capitan

Inspired by a Gist from kevinelliott - thanks!

Software

Install from App Store

  • Xcode - for command line tools required by Homebrew