Skip to content

Instantly share code, notes, and snippets.

View make-github-pseudonymous-again's full-sized avatar

Notas Hellout make-github-pseudonymous-again

  • Joined on Sep 24, 2012
View GitHub Profile
@make-github-pseudonymous-again
make-github-pseudonymous-again / cookie.js
Created May 24, 2019 08:09
Attempt at querying the TP-link Archer C3200 API
@make-github-pseudonymous-again
make-github-pseudonymous-again / index.js
Created March 2, 2020 22:39
Generate SEPA payment QR Code
#!/usr/bin/env node
const generateQrCode = require('sepa-payment-qr-code');
const QRCode = require('qrcode');
const payload = generateQrCode({
name: 'John Doe',
iban: 'BE71096123456769 ',
amount: 999999,
});
@make-github-pseudonymous-again
make-github-pseudonymous-again / ublock-youtube-1.txt
Last active April 22, 2021 18:56
Distraction-free youtube with ublock origin
!block all content on homepage
www.youtube.com##ytd-browse[page-subtype="home"].ytd-page-manager.style-scope
!remove right side column suggestions
www.youtube.com###secondary
!Remove suggestion tiles at the end of a video
www.youtube.com##.ytp-suggestion-set.ytp-videowall-still
www.youtube.com##.ytp-endscreen-next.ytp-button
www.youtube.com##.ytp-endscreen-previous.ytp-button
# Minimal LaTeX install for CS
texlive-bin # TeX Live binaries
texlive-core # TeX Live core distribution
texlive-science # TeX Live - Typesetting for mathematics, natural and computer sciences
texlive-pictures # TeX Live - Packages for drawings graphics
texlive-pstricks # TeX Live - Additional PSTricks packages
texlive-latexextra # TeX Live - Large collection of add-on packages for LaTeX (contains authblk.sty)
texlive-bibtexextra # TeX Live - Additional BibTeX styles and bibliography databases (contains plainurl.bst)
# Drawing
ipe
geogebra
gimp
inkscape
# Xorg
xorg-server
xorg-xinit
# Window Manager
i3-wm
i3lock
i3status
# Xorg Tools
= Arch Linux step-by-step installation =
= http://blog.fabio.mancinelli.me/2012/12/28/Arch_Linux_on_BTRFS.html =
== Boot the installation CD ==
== Create partition ==
cfdisk /dev/sda
* Create a partition with code 8300 (Linux)
@make-github-pseudonymous-again
make-github-pseudonymous-again / scanimage.log
Created August 29, 2020 09:20
Scanner MF8000C Series is not supported, model is unknown!
16:05:58 [N] ➜ scanimage -L
[16:05:58.923035] [bjnp] add_scanner: Scanner MF8000C Series is not supported, model is unknown! Please report upstream
@make-github-pseudonymous-again
make-github-pseudonymous-again / userChrome.css
Last active December 20, 2020 19:12
Circumvent Firefox white flash on new tab (tested with tridactyl).
@-moz-document url(chrome://browser/content/browser.xhtml)
{
#main-window,
browser[type="content-primary"],
browser[type="content"],
tabbrowser#content,
#content,
browser[type="content"] > html,
#tabbrowser-tabpanels,