Skip to content

Instantly share code, notes, and snippets.

@bierbo
bierbo / ublock-ms-attack-domains.txt
Created April 13, 2023 06:46
Microsoft attack simulation domains
# Title: Microsoft attack simulation domains
# Blocked: 130 domains
# Updated: 13 Apr 2023
# home: https://gist.github.com/bierbo/726dc65c940d26ec2dc47b0fa1acb472
# Size: 0.02 MB
# see https://learn.microsoft.com/en-us/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide#simulations
# ------------------------------------------------------------------------
bankmenia.com
bankmenia.de
import pulsectl # pip install pulsectl==18.12.5
import time
# (other apps) -----------------------+
# |
# v
# microphone --> call --> pr-out -- mon --> loopback --> speakers
# | |
# | v
@bierbo
bierbo / msteams.lea
Created September 17, 2021 23:20
keybow keymap for MS Teams
require "keybow"
function setup()
keybow.auto_lights(false)
keybow.clear_lights()
end
-- video
function handle_key_00(pressed)
if pressed then
@bierbo
bierbo / mount_qcow2.md
Created August 21, 2020 10:21 — forked from shamil/mount_qcow2.md
How to mount a qcow2 disk image

How to mount a qcow2 disk image

This is a quick guide to mounting a qcow2 disk images on your host server. This is useful to reset passwords, edit files, or recover something without the virtual machine running.

Step 1 - Enable NBD on the Host

modprobe nbd max_part=8
<?php
/*
SQLyog
Copyright 2003-2006, Webyog
http://www.webyog.com
HTTP Tunneling Page
This page exposes the MySQL API as a set of web-services which is consumed by SQLyog - the most popular GUI to MySQL.

Keybase proof

I hereby claim:

  • I am bierbo on github.
  • I am bibo (https://keybase.io/bibo) on keybase.
  • I have a public key ASAbHd0j9UlPtfcjGHpyjbC7xNxkQU-PKA23-3Vk6itxHwo

To claim this, I am signing this object:

@bierbo
bierbo / ublock-blocklist.txt
Last active April 13, 2023 06:42
My very own Blocklist for adblockers like ublock origin
# Title: Fakenews und anderer Dreck
# Blocked: 8 domains
# Updated: 02 Aug 2019
# home: https://gist.github.com/bierbo/05918417d0ae2e2dabd66e66f1ab1dc8
# Size: 0.02 MB
# ------------------------------------------------------------------------
# Social networks
facebook.com
gab.ai
# set this to your Torchlight directory
TORCHLIGHTDIR=$HOME/games/Torchlight
hg clone http://hg.libsdl.org/SDL
# check out the revision before the one that introduces the bug as advised here: http://forums.runicgames.com/viewtopic.php?f=24&t=33360&start=60#p474739
hg up 4de584a3a027 --clean
# Fix X11 compilation issues with another changeset
hg export 6caad66a4966 > patch
hg import patch