Skip to content

Instantly share code, notes, and snippets.

View ailispaw's full-sized avatar
🏠
Working from home

A.I. ailispaw

🏠
Working from home
View GitHub Profile
@ailispaw
ailispaw / Dockerfile
Last active November 19, 2015 10:33
CRIU
FROM ubuntu:14.04.3
RUN apt-get update && \
apt-get install -y curl bsdmainutils build-essential && \
apt-get install -y libprotobuf-dev libprotobuf-c0-dev protobuf-c-compiler protobuf-compiler
RUN mkdir /criu
WORKDIR /criu
ENV CRIU 1.7.2
@ailispaw
ailispaw / patch.fix.tumblr.iframe.tbrl.js
Last active January 6, 2020 13:10
Fix Tumblr.iframe 2017.01
// ==Taberareloo==
// {
// "name" : "Fix Tumblr.iframe 2017.01"
// , "description" : "Fix Tumblr.iframe 2017.01"
// , "include" : ["content"]
// , "match" : ["*://*/*"]
// , "version" : "0.2.2"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/a1934684cdee9a10506a/raw/patch.fix.tumblr.iframe.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / Vagrantfile
Last active December 8, 2016 05:07
MariaDB on NFS + bindfs in Barge with Vagrant
# A dummy plugin for Barge to set hostname and network correctly at the very first `vagrant up`
module VagrantPlugins
module GuestLinux
class Plugin < Vagrant.plugin("2")
guest_capability("linux", "change_host_name") { Cap::ChangeHostName }
guest_capability("linux", "configure_networks") { Cap::ConfigureNetworks }
end
end
end
@ailispaw
ailispaw / model.wikihub.rac.tbrl.js
Last active January 6, 2020 13:10 — forked from dlwr/model.wikihub.rac.tbrl.js
投稿先に https://rac.wikihub.io を追加するtaberarelooパッチ
// ==Taberareloo==
// {
// "name" : "WikiHub Model for RAC Articles"
// , "description" : "Post an article to https://rac.wikihub.io/articles"
// , "include" : ["background"]
// , "version" : "0.0.2"
// , "downloadURL" : "https://raw.githubusercontent.com/dlwr/model.wikihub.rac.tbrl.js/master/model.wikihub.rac.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / README.md
Last active February 10, 2017 04:55
Build WordPress on Barge by Docker-Compose with Veertu and Vagrant
@ailispaw
ailispaw / model.scrapbox.tbrl.js
Last active January 6, 2020 13:09
Taberareloo: Scrapbox Model
// ==Taberareloo==
// {
// "name" : "Scrapbox Model"
// , "description" : "Post to scrapbox.io"
// , "include" : ["background", "content"]
// , "match" : ["*://scrapbox.io/*"]
// , "version" : "0.4.4"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/2f791f1fb49087861e3dce05fae8aedc/raw/model.scrapbox.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / package.sh
Last active December 21, 2016 18:55
Package Tool for Wocker: Make a container portable and pushable to Docker Hub
#!/bin/sh
# Usage: package.sh <container-name> [image-name]
: ${CONTAINER_NAME:="${1:-wocker}"}
: ${IMAGE_NAME:="${2:-$CONTAINER_NAME}"}
echo "Packaging [${CONTAINER_NAME}] ..."
TMP_DIR=/tmp/${CONTAINER_NAME}
@ailispaw
ailispaw / Vagrantfile
Last active November 5, 2018 23:38 — forked from goocey/Vagrantfile
barge
module VagrantPlugins
module GuestLinux
class Plugin < Vagrant.plugin("2")
guest_capability("linux", "change_host_name") { Cap::ChangeHostName }
guest_capability("linux", "configure_networks") { Cap::ConfigureNetworks }
end
end
end
Vagrant.configure(2) do |config|
@ailispaw
ailispaw / patch.fix.popup.form.resize.tbrl.js
Last active January 6, 2020 13:08
Taberareloo: Fix the size of the popup window
// ==Taberareloo==
// {
// "name" : "Fix the size of the popup window"
// , "description" : "Fix the size of the popup window"
// , "include" : ["popup"]
// , "version" : "0.1.0"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/3a62870d1f6e7a7a9a7b489adb865d64/raw/patch.fix.popup.form.resize.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / patch.fix.tumblr.post.tbrl.js
Last active April 11, 2022 03:07
Taberareloo: Fix Tumblr.post 2021.12
// ==Taberareloo==
// {
// "name" : "Fix Tumblr.post 2021.12"
// , "description" : "Fix Tumblr.post 2021.12"
// , "include" : ["background", "content"]
// , "match" : ["*://*/*"]
// , "version" : "0.4.3"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/b5b2b65fddcb70f03e298a15403bfa8e/raw/patch.fix.tumblr.post.tbrl.js"
// }
// ==/Taberareloo==