This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |