Skip to content

Instantly share code, notes, and snippets.

View mg6's full-sized avatar
He who controls the spice controls the universe.

Maciej Gamrat mg6

He who controls the spice controls the universe.
View GitHub Profile
@mg6
mg6 / hb_all_books_dl.js
Created November 5, 2018 22:04 — forked from galexrt/hb_all_books_dl.js
Humble bundle book bundles - download all books at once
/*
After purchasing a humble book bundle, go to your download page for that bundle.
Open a console window for the page and paste in the below javascript
this fork downloads all formats and does so without using jquery (since that didnt work for me)
note that if you are in chrome, chrome will not download the pdfs for you by default, to fix this
type “about:plugins” in the address bar and disable chrome's pdf viewer
*/
var pattern = /(MOBI|EPUB|PDF|PDF( ?\(H.\))?|CBZ|Download)$/i;
@mg6
mg6 / ufw.md
Created October 5, 2018 19:50 — forked from kimus/ufw.md
NAT and FORWARD with Ubuntu’s ufw firewall

UFW

I use Ubuntu’s Uncomplicated firewall because it is available on Ubuntu and it's very simple.

Install UFW

if ufw is not installed by default be sure to install it first.