Skip to content

Instantly share code, notes, and snippets.

View vholer's full-sized avatar

Vlastimil Holer vholer

View GitHub Profile
@FlorianHeigl
FlorianHeigl / cheatsheets.md
Last active November 7, 2024 02:14
Printable Cheat Sheets for Software

A collection of links to useful cheat sheets.

Only what's properly printable can get a spot at the top of this list. It should also be small enough to fit on a few pages.
Almost all links in this document were designed by their creators so that YOU can print them in a good-looking format and store them however is best for you.
Anything that isn't really something you could print in A4/US Letter format, but is still a well-made cheatsheet can get a spot at the end of the page.

Pleae contribute any you remember you've seen and liked.
It would be wonderful if we can get these to be something more commonly made.

@pylover
pylover / a2dp.py
Last active August 11, 2024 06:11
Fixing bluetooth stereo headphone/headset problem in ubuntu 16.04, 16.10 and also debian jessie, with bluez5.
#! /usr/bin/env python3
"""Fixing bluetooth stereo headphone/headset problem in debian distros.
Workaround for bug: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1577197
Run it with python3.5 or higher after pairing/connecting the bluetooth stereo headphone.
This will be only fixes the bluez5 problem mentioned above .
Licence: Freeware
@JosefJezek
JosefJezek / zenoss-events-email.md
Created January 3, 2014 15:20
Zenoss Events Email Notifications Format

Zenoss Events Email Notifications Format

${evt/device} - ${evt/summary}

Message: ${evt/message}
Time: ${evt/lastTime}
Event class: ${evt/eventClass}
Severity: ${evt/severity}
@karmi
karmi / .gitignore
Last active August 24, 2020 09:25
Elasticat makes Elasticsearch JSON responses pretty • http://git.io/elasticat
.DS_Store
tmp/
@ravinggenius
ravinggenius / sample.haml
Created November 11, 2012 01:49
Export XML passwords from Revelation password manager and convert to a CSV format that 1Password can import
-# this is an (incomplete) structure of the file that the script converts
%entry{:type => :folder}
%name Folder Name
-# forgot what type these entries are...
%entry{:type => :<not-folder>}
%name Name
%description Notes
%field{:id => 'generic-username'} Username
%field{:id => 'generic-password'} Password