Skip to content

Instantly share code, notes, and snippets.

View azehnwirth's full-sized avatar

Alexander Zehnwirth azehnwirth

View GitHub Profile
@azehnwirth
azehnwirth / Shell initial setup commands.md
Last active July 13, 2020 00:48
Shell commands to set up an Ubuntu shell the way I like it

Public Repository!!!

Shell commands to set up Ubuntu Server the way I like it

Set locale to Aussie

Update the list of available locales to include Aussie, then updates the locale on the system.
Must reboot system for it to take effect!

sudo locale-gen en_AU.UTF-8
@azehnwirth
azehnwirth / Remembered Primary Viva Questions.md
Last active November 18, 2020 04:20
Remembered questions from the CICM Primary Viva - Morning Session 17th Oct 2019

Remembered questions from the CICM Primary Viva

Morning Session 17th Oct 2019

Station 1

Opioid Pharmacology

  • What are the sites of action of opioids?
  • How do opioids work?
  • Tell me more about mechanism of respiratory depression caused by opioids
  • What types of opioid receptors are there?
  • What is context-sensitive half time?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.20312860608100891</real>

Keybase proof

I hereby claim:

  • I am azehnwirth on github.
  • I am azehnwirth (https://keybase.io/azehnwirth) on keybase.
  • I have a public key ASAOfhrBtzIrjdOGiHSVM4HcraHu6cOtz4MQApI3otczEgo

To claim this, I am signing this object:

@azehnwirth
azehnwirth / 2019b Primary Exam SAQs.md
Last active September 3, 2019 06:52
SAQs I remember from the CICM Primary exam Aug 2019

2019b Primary Exam SAQs

⚠️ These are remembered SAQs. As such, they may be wildly inaccurate.

Paper 1

  • Describe the physiological consequences of a young adult orally ingesting 1 L of water.
  • Describe renal blood flow and its regulation.
  • Discuss the pharmacology of the drugs used to treat asthma.
  • Compare and contrast the pharmacology of propofol and midazolam.
@azehnwirth
azehnwirth / disable-gpu-mac.md
Created August 17, 2019 04:27 — forked from marpontes/disable-gpu-mac.md
Pass --disable-gpu down to Electron apps on mac (Slack, Whatsapp, Trello, ...)

On my Macbook Pro (OS X El Capitan) I was having issues on Electron based apps. These apps had visual issues/glitches like blank screens, visual components showing only when hovering or transparent menus.

By opening with these comands, the problems disappeared.

open /Applications/Slack.app/ --args --disable-gpu
open /Applications/Trello.app/ --args --disable-gpu
open /Applications/Whatsapp.app/ --args --disable-gpu
@azehnwirth
azehnwirth / app.js
Created October 22, 2016 10:04
Authy 1.4 - Reveal QR Code (app.js)
/** vim: et:ts=4:sw=4:sts=4
* @license RequireJS 2.1.15 Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/requirejs for details
*/
//Not using strict: uneven strict support in browsers, #392, and causes
//problems with requirejs.exec()/transpiler plugins that may not be strict.
/*jslint regexp: true, nomen: true, sloppy: true */
/*global window, navigator, document, importScripts, setTimeout, opera */