-
Partition the disk
$ fdisk /dev/sda
-
Create EFI partition (skip for legacy)
g (creates GPT)
n
1
// ==UserScript== | |
// @name SyncTube - Play History | |
// @match https://sync-tube.de/room/* | |
// @grant none | |
// @version 0.4 | |
// @author aequabit | |
// @description Remembers which videos were played | |
// @downloadURL https://gist.github.com/aequabit/cc2c57e9018ac4f959a7f9007083634d/raw/synctube-play-history.user.js | |
// ==/UserScript== |
#! /usr/bin/env python3 | |
# coding:utf-8 | |
############################################################################### | |
# | |
# The Cling Interpreter | |
# | |
# Cling Packaging Tool (CPT) | |
# | |
# tools/packaging/cpt.py: Python script to launch Cling Packaging Tool (CPT) |
/** | |
* twitter-following-dumper | |
* | |
* output format is json { uid: string <user id>, handle: string <handle> } | |
* | |
* usage: | |
* - open chrome devtools | |
* - go to networking tab | |
* - go to https://twitter.com/following | |
* - scroll to the bottom of the page |
// ==UserScript== | |
// @name XenForo 2 FreePr0 | |
// @version 1.0 | |
// @description Uncensors pr0 URLs | |
// @author aequabit | |
// @match *://*/* | |
// @grant unsafeWindow | |
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js | |
// ==/UserScript== |
// ==UserScript== | |
// @name XenForo 2 Signature Hide | |
// @version 1.0 | |
// @description Removes the signature of specified users | |
// @author aequabit | |
// @match *://*/* | |
// @grant GM_setValue | |
// @grant GM_getValue | |
// @grant unsafeWindow | |
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js |
<?php | |
$finder = Symfony\Component\Finder\Finder::create() | |
->in(__DIR__) | |
->name('*.php') | |
->notPath('bootstrap/cache') | |
->notPath('storage') | |
->notPath('vendor') | |
->notName('*.blade.php') | |
->ignoreDotFiles(true) |
sudo wget -N https://github.com/ramedeiros/spotify_libraries/raw/master/libavcodec.so.54.71.100 -O /usr/lib/x86_64-linux-gnu/libavcodec.so.54 && sudo wget -N https://github.com/ramedeiros/spotify_libraries/raw/master/libavformat.so.54.36.100 -O /usr/lib/x86_64-linux-gnu/libavformat.so.54 && sudo wget -N https://github.com/ramedeiros/spotify_libraries/raw/master/libavutil.so.52.6.100 -O /usr/lib/x86_64-linux-gnu/libavutil.so.52 && sudo ldconfig
Comment out load-module module-role-cork
in /etc/pulse/default.pa