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
# 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 |
require "keybow" | |
function setup() | |
keybow.auto_lights(false) | |
keybow.clear_lights() | |
end | |
-- video | |
function handle_key_00(pressed) | |
if pressed then |
<?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. |
I hereby claim:
To claim this, I am signing this object:
# 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 |