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 / 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 / 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 / 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 / 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.twitter.update.tbrl.js
Last active February 3, 2020 03:01
Taberareloo Patch: Fix Twitter.update 2020.02
// ==Taberareloo==
// {
// "name" : "Fix Twitter.update 2020.02"
// , "description" : "Fix Twitter.update 2020.02"
// , "include" : ["background"]
// , "version" : "0.5.0"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/9406c2ffacf68c6ad238/raw/patch.fix.twitter.update.tbrl.js"
// }
// ==/Taberareloo==
@ailispaw
ailispaw / .dockerignore
Last active October 14, 2015 01:15
pottava/docker-webui with docker-alpine on docker-root
Vagrantfile
.vagrant/
@ailispaw
ailispaw / minimal-docker-hosts.md
Last active November 15, 2019 01:08
メモ:Docker ホスト用軽量 OS の比較
Barge OS RancherOS Boot2Docker
Release 2019/06/11 2019/08/22 2019/11/14
Version 2.13.0 1.5.4 19.03.5
Size 14 MB 130 MB 57 MB
Kernel 4.14.125 4.14.138 4.14.154
User Land Buildroot(glibc) + BusyBox v1.30.1 Buildroot(glibc) + BusyBox v1.27.2 Tiny Core Linux v10.1(glibc) + BusyBox v1.29.3
Docker 1.10.3 (*1) 18.09.8 (*1) 19.03.5
Storage Driver overlay / overlay2 (*2) overlay2 (*3) overlay2 (*3)
TLS (*4)
@ailispaw
ailispaw / boot2docker-xhyve.md
Last active June 15, 2016 20:57
Manage boot2docker-xhyve from the menu bar
@ailispaw
ailispaw / Makefile
Created June 23, 2015 16:57
RancherOS on xhyve
all: initrd vmlinuz
initrd vmlinuz: rancheros.iso
hdiutil mount rancheros.iso
cp /Volumes/RancherOS/boot/$@ .
hdiutil unmount /Volumes/RancherOS
rancheros.iso:
curl -OL https://github.com/rancherio/os/releases/download/v0.3.1/rancheros.iso
@ailispaw
ailispaw / patch.fix.twitter.upload.tbrl.js
Last active January 6, 2020 13:10
Fix Twitter.upload 2016.08
// ==Taberareloo==
// {
// "name" : "Fix Twitter.upload 2016.08"
// , "description" : "Fix Twitter.upload 2016.08"
// , "include" : ["background"]
// , "version" : "0.3.1"
// , "downloadURL" : "https://gist.githubusercontent.com/ailispaw/f0cf8e6db802b51a9790/raw/patch.fix.twitter.upload.tbrl.js"
// }
// ==/Taberareloo==