lscpu | grep -i Virtualization
VT-x
for IntelAMD-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== |
// ==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== |