Skip to content

Instantly share code, notes, and snippets.

@marcoimmel
marcoimmel / MST_camera_fix.sh
Last active March 23, 2021 07:58
Workaround for virtual camera not appearing in MS Teams settings on MacOS
#!/bin/sh
# Microsoft Teams has a code signing issue on MacOS, which means that virtual cameras can no longer be selected.
# Removing the signature is a workaround for that: https://answers.microsoft.com/en-us/msteams/forum/msteams_tfb-msteams_tfmac/microsoft-teams-mac-os-client-is-not-recognizing/d9e863be-d9a4-4d03-a4b8-1b5c7df58828
# This script implements the discussed workaround.
# I have tested it with MacOS BigSur and MS Teams
# - Version 1.3.00.28778
# - Version 1.3.00.30874
# - Version 1.3.00.33671
# - Version 1.4.00.4971
# - Version 1.4.00.7175
@marcoimmel
marcoimmel / ox-wp-crayon.el
Last active January 15, 2018 20:18
org2blog: Wordpress crayon-plugin Backend for Org Export Engine
;;; ox-wp-crayon.el - Wordpress crayon-plugin Backend for Org Export Engine
;;; overrides org-wp-src-block function of org2blog / ox-wp package, https://github.com/punchagan/org2blog
;;; Copyright (C) 2017 marco.immel@gmail.com
;;; Version: 20170110-1
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.