Skip to content

Instantly share code, notes, and snippets.

@mshkrebtan
mshkrebtan / webex-ubuntu.md
Last active October 28, 2022 15:23
Run Cisco Webex on 64-bit Ubuntu 16.04

Run Cisco Webex on 64-bit Ubuntu 16.04

With Audio and Screen Sharing Enabled

Enable support for 32-bit executables

Add the i386 architecture to the list of dpkg architectures :

sudo dpkg --add-architecture i386
@mshkrebtan
mshkrebtan / mpd-alarm.sh
Created April 1, 2018 11:13
MPD Alarm Clock
#!/bin/bash
# Volume to start with
mpc_volume=$1
# Fade-in time in seconds
fade_in_time=$2
# Alarm Clock playlist
playlist="$3"
function get_mpc_volume() {

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@mshkrebtan
mshkrebtan / alsaconfig.yaml
Last active May 12, 2021 08:23
CamillaDSP Config example for Beyerdynamics DT 770 Pro
---
# source: EQ setting forBeyerdynamic DT770 (fresh earpads) by oratory1990 from
# 14.04.21:
# https://www.dropbox.com/s/npqrz9dqdda292x/Beyerdynamic%20DT770%20%28new%20earpads%29.pdf?dl=0
#
# BiQuadDesigner for Free Biquad filters (used instead of shelving fitlers):
# https://arachnoid.com/BiQuadDesigner/index.html
devices:
samplerate: 96000
@mshkrebtan
mshkrebtan / health-event-types.json
Created December 27, 2023 16:21 — forked from jcaxmacher/health-event-types.json
AWS Health Event Types
{
"eventTypes": [
{
"service": "A4B",
"code": "AWS_A4B_API_ISSUE",
"category": "issue"
},
{
"service": "A4B",
"code": "AWS_A4B_CALENDAR_CONNECTIVITY_FAILURE",