Skip to content

Instantly share code, notes, and snippets.

View dragontamer8740's full-sized avatar

dragontamer8740

View GitHub Profile
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-===========================================================-======================================-============-======================================================================================================
ii a2jmidid 8~dfsg0-1 amd64 Daemon for exposing legacy ALSA MIDI in JACK MIDI systems
ii abcde 2.7.1-1 all A Better CD Encoder
ii accountsservice 0.6.40-3 amd64 query and manipulate user account information
ii acl
@dragontamer8740
dragontamer8740 / hosts
Created November 18, 2017 04:00
Star Wars Battlefront (1) hosts file
162.248.92.172 swbfrontpc.ms4.gamespy.com
162.248.92.172 swbfrontpc.available.gamespy.com
162.248.92.172 available.gamespy.com
162.248.92.172 master.gamespy.com
162.248.92.172 swbfrontpc.master.gamespy.com
162.248.92.172 motd.gamespy.com
162.248.92.172 key.gamespy.com
162.248.92.172 peerchat.gamespy.com
162.248.92.172 gpsp.gamespy.com
162.248.92.172 gpcm.gamespy.com
@dragontamer8740
dragontamer8740 / mcomix-random.sh
Last active November 21, 2017 04:01
Randomly choose a directory to open recurse through subdirectories to find all the files within it, and feed this list of files to MComix.
#! /bin/bash
# mcomix-random
#
# Requirements:
# * mcomix-recurse. The entire contents of that bash script are:
# ---------------------------------------------------------
# #! /bin/bash
# find -L "$1" -type d -print0|sort -z -V | xargs -0 mcomix
# ---------------------------------------------------------
# ( sort -V is used because it seems the most robust way to sort photos
@dragontamer8740
dragontamer8740 / hide-comments.user.js
Created March 3, 2018 22:27
Hide crappy gallery comments
// ==UserScript==
// @name hide comments
// @namespace dragontamer8740.hideComments
// @description hide gallery comments on a crappy gallery
// @version 1
// @grant none
// @include http://e-hentai.org/*
// @include https://e-hentai.org/*
// @match http://e-hentai.org/*
// @match https://e-hentai.org/*
@dragontamer8740
dragontamer8740 / always-show-expunged.user.js
Created March 4, 2018 20:08
Include expunged galleries in e-hentai and exhentai searches by default
// ==UserScript==
// @name Always show expunged
// @namespace dragontamer8740.expunged
// @description Automatically checks the "show expunged galleries" checkbox. Now works in GreaseMonkey 4.
// @version 1.1
// @include http://g.e-hentai.org/*
// @include http://e-hentai.org/*
// @include http://exhentai.org/*
// @include https://g.e-hentai.org/*
// @include https://e-hentai.org/*