Skip to content

Instantly share code, notes, and snippets.

View fxstein's full-sized avatar
📷
EXIF days in the sun

fxstein

📷
EXIF days in the sun
View GitHub Profile
@fxstein
fxstein / release.yml
Created October 25, 2022 19:36
Github Action to calculate sha256 for release tarball
# https://github.com/fxstein/GoProX
# .github/workflows/release.yml - Automatic creation of sha256 for release tarball
name: goprox release action
run-name: ${{ github.actor }} is publishing release ${{ github.ref_name }}
on:
release:
types: [published]
jobs:
sha256:
@pjobson
pjobson / remove_mcafee.md
Last active March 26, 2024 04:26
OSX McAfee Removal

Removal of McAfee from OSX

Note: This was written in 2015, it may be out of date now.

There are a lot of commands here which I use sudo if you don't know what you're doing with sudo, especially where I rm you can severely screw up your system.

There are many reasons which you would want to remove a piece of software such as McAfee, such as not wanting it to hammer your CPU during work hours which seems like primetime for a virus scan.

I intend this to be a living document, I have included suggestions from peoples' replies.