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
LinkedIn is even more clickbait than Facebook nowadays. Adios. 💣
Visit https://www.linkedin.com/feed/following/
Scroll down to load all of your contacts
Open developer console, run the following
| //Postman pre-request Script which generates a SAS token query string. | |
| const storageSasKey = pm.variables.get("storageSasKey"); | |
| const storageAccountName = pm.variables.get("storageAccountName"); | |
| const storageSasTokenQueryString = createStorageSASTokenQueryString(storageAccountName, storageSasKey); | |
| pm.variables.set("storageSasTokenQueryString", storageSasTokenQueryString); | |
| /** |
| // ==UserScript== | |
| // @name AutoScroll | |
| // @namespace https://gist.github.com/eykanal/a0b30e035d8c15995deeffec6ab21866 | |
| // @version 0.1 | |
| // @description Automatically scroll to the bottom of the page | |
| // @author Eliezer Kanal | |
| // @match https://www.facebook.com/search/str/* | |
| // @match https://twitter.com/search* | |
| // @grant none | |
| // ==/UserScript== |
Place theme files in ~/.k9s/ and create a symlink to the theme you wish to use as the current skin:
ln -s ~/.k9s/theme-to-use.yml ~/.k9s/skin.yml