Skip to content

Instantly share code, notes, and snippets.

View kwiniarski97's full-sized avatar
🤘

Karol Winiarski kwiniarski97

🤘
  • Poland
  • 11:47 (UTC +02:00)
View GitHub Profile
@kwiniarski97
kwiniarski97 / archlinux-qemu-kvm.md
Created October 31, 2024 09:55 — forked from tatumroaquin/archlinux-qemu-kvm.md
QEMU-KVM Installation for Arch Linux

QEMU-KVM in Arch Linux

Check Virtualization Support

Check CPU has VM capabilities

lscpu | grep -i Virtualization
  • VT-x for Intel
  • AMD-Vi for AMD
// ==UserScript==
// @name Avatar Next To Name In PR
// @namespace http://tampermonkey.net/
// @version 0.1
// @description This extension make author's name more recognizable in PR view as it adds a user avatar next to username. Also adds a underline to username.
// @author kwiniarski97
// @match https://github.com/*/pulls
// @grant none
// ==/UserScript==
@kwiniarski97
kwiniarski97 / colored-labels.user.js
Last active November 23, 2020 12:41
Color Labels JIRA Board - Tempermonkey.
// ==UserScript==
// @name Color Labels JIRA Board
// @namespace http://tampermonkey.net/
// @version 0.1
// @description It colors the labels in JIRa.
// @author kwiniarski97
// @match *.atlassian.net/secure/RapidBoard.jspa*
// @grant none
// ==/UserScript==