Skip to content

Instantly share code, notes, and snippets.

@d3m3vilurr
d3m3vilurr / README.md
Last active August 29, 2016 19:32
Windows On Linux

Upgrade ubuntu release version

sudo -s
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
do-release-upgrade -f DistUpgradeViewNonInteractive -d
dpkg --configure -a
apt-get update
apt-get dist-upgrade
@d3m3vilurr
d3m3vilurr / disable_feedly_image_proxy.user.js
Last active August 8, 2016 04:48
disable feedly image proxy
// ==UserScript==
// @name Disable feedly image proxy
// @namespace d3m3vilurr
// @version 1.2
// @description Fuck redirect https://visuals.feedly.com/1x1.gif
// @author d3m3vilurr
// @match http://feedly.com/*
// @match https://feedly.com/*
// @grant none
// @downloadURL https://gist.github.com/raw/90c6fc12b081933c0199/disable_feedly_image_proxy.user.js

Keybase proof

I hereby claim:

  • I am d3m3vilurr on github.
  • I am d3m3vilurr (https://keybase.io/d3m3vilurr) on keybase.
  • I have a public key whose fingerprint is 1147 BD0F F9E2 70FE DCBF 60CB 307A C36D 35FE 50E5

To claim this, I am signing this object:

@d3m3vilurr
d3m3vilurr / get_payload.php
Created June 5, 2016 12:09
local 3ds payload serving
<?php
// ?version=NEW-10-1-0-32-KOR
$VERSION = filter_input(INPUT_GET, "version", FILTER_SANITIZE_STRING);
$VERSION_PARAMS = explode('-', $VERSION);
$SMEA_PREFIX = 'http://smealum.github.io/ninjhax2/JL1Xf2KFVm/otherapp';
$BHX_PREFIX = 'http://bhx.suod.kr/payloads/otherapp';
$REGION_MAP = array(
'EUR' => 'E',
@d3m3vilurr
d3m3vilurr / irccloud-cjk-autocompletion-patch.js
Created January 23, 2014 22:48
IRCCloud CJK Autocompletion Patch
// ==UserScript==
// @name IRCCloud CJK Autocompletion Patch
// @namespace https://gist.github.com/d3m3vilurr/8588379
// @version 0.1
// @include https://www.irccloud.com/*
// @run-at document-body
// @grant unsafeWindow
// ==/UserScript==
var init = function() {
if (!unsafeWindow.TabCompletion) {
@d3m3vilurr
d3m3vilurr / 0001-Add-archive-link-of-public-repo.patch
Last active December 14, 2015 13:59
Add public archive download link for GITLAP 6.5
@d3m3vilurr
d3m3vilurr / mset_test.js
Created September 18, 2012 10:26
node_redis mset broken
$ node mset_test.js
Connected to 127.0.0.1:6379, Redis server version 2.5.12
Using reply parser faster
- mget_2:Uncaught exception: AssertionError: MGET_2
at tests.MGET_2 (/home/sulee/works/repos/node_redis/mset_test.js:41:16)
at try_callback (/home/sulee/works/repos/node_redis/index.js:520:9)
at RedisClient.return_reply (/home/sulee/works/repos/node_redis/index.js:590:13)
at ReplyParser.RedisClient.init_parser (/home/sulee/works/repos/node_redis/index.js:263:14)
at ReplyParser.EventEmitter.emit (events.js:88:17)
CmdUtils.CreateCommand({
name: "yes24-search",
icon: "http://image.yes24.com/sysimage/top/favicon16.ico",
homepage: "http://d3m3vilurr.tistory.com/",
author: { name: "d3m3vilurr", email: "d3m3vilurr@gmail.com"},
license: "GPL/MIT",
description: "Searches <a href=\"http://www.yes24.com\">Yes24</a> for books matching your words.",
takes: {"search term": noun_arb_text},
help: "Searches for Book on Yes24",
preview: function( pblock, input ) {