Skip to content

Instantly share code, notes, and snippets.

@farukuzun
farukuzun / ARCH_INSTALL.MD
Last active October 14, 2018 15:50 — forked from heppu/ARCH_INSTALL.MD
Installing Arch with GPT, dm-crypt, LUKS, LVM and systemd-boot, XPS 15

Create bootable USB

dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress && sync

Boot from USB and set prepare system

loadkeys <your-keymap>
@farukuzun
farukuzun / user.js
Last active December 22, 2020 16:47
user.js
// ==UserScript==
// @name 912 Bizimhesap
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Fixes menus
// @author Faruk
// @match https://bizimhesap.com/*
// @grant none
// ==/UserScript==
@farukuzun
farukuzun / proxy.pac
Last active April 15, 2020 19:30 — forked from sahal/proxy.pac
Proxy Auto Configuration - SOCKS5 Sample
function FindProxyForURL(url, host)
{
return "SOCKS5 192.168.8.141:8080;";
}
@farukuzun
farukuzun / round.min.js
Created September 30, 2020 18:58
Lichess Round.Js
var LichessRound=function(e){"use strict";var t="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function o(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function n(e,t,o){return e(o={path:t,exports:{},require:function(e,t){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(null==t&&o.path)}},o.exports),o.exports}function r(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach((function(o){var n=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(t,o,n.get?n:{enumerable:!0,get:function(){return e[o]}})})),t}var s=n((function(e,t){Object.defineProperty(t,"__esModule",{value:!0});function o(e,t){var o,n=t.elm,r=e.data.attrs,s=t.data.attrs;if((r||s)&&r!==s){for(o in r=r||{},s=s||{}){var i=s[o];r[o]!==i&&(!0===i?n.setAttribute(o,""):!1===i?n.removeAttribu
// ==UserScript==
// @name ___ChromeExtention_Keyboard
// @version 1
// @grant none
// @run-at document-start
// @include /^https:\/\/(lichess\.org|lichess\.dev|mskchess\.ru)\/(\w{8}|\w{12})(\/white|\/black)?$
// The original script and inspiration by Vempele: https://gist.github.com/Vempele/46333e85e33b6d488c3ffb131942272d
// ==/UserScript==
(() => {