-
hareware: GCE g1-small instance (1 vCPU, 1.7 GB memory), about $15/mo
-
software (Archlinux):
sudo pacman -Sy nginx certbot docker docker-compose
# optional tools| // ==UserScript== | |
| // @name Wikiwand 自動 zh-TW 切換 | |
| // @namespace https://www.wikiwand.com/ | |
| // @version 0.0.3 | |
| // @description switch to zh-tw automatically | |
| // @author xatier | |
| // @match https://www.wikiwand.com/zh/* | |
| // @match https://www.wikiwand.com/zh-hant/* | |
| // @match https://www.wikiwand.com/zh-hk/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=wikiwand.com |
| // ==UserScript== | |
| // @name PTT imgur 展開 | |
| // @namespace https://www.ptt.cc/bbs | |
| // @version 0.0.1 | |
| // @description 展開 imgur 圖片連結 | |
| // @author xatier | |
| // @match https://www.ptt.cc/bbs/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=ptt.cc | |
| // @grant none | |
| // ==/UserScript== |
| #!/usr/bin/env bash | |
| # xatier's script to build vim trunk | |
| # | |
| # put the following into your ~/.bashrc to use this build | |
| # export PATH="/home/$USER/work/vim/build/bin:$PATH" | |
| set -euo pipefail | |
| main() { |
| #!/usr/bin/env python3 | |
| import itertools | |
| whats = [ | |
| '自經區', '自貿區', | |
| '摩天輪', '愛情摩天輪', '愛情產業鏈', | |
| '發大財', | |
| '迪士尼', | |
| 'F1', 'F1賽車場', 'F1 賽車場', |
| * 價位單位為 JPY | |
| ** 儘量附上 食べログ 的鏈結,請參考 | |
| うに虎喰 (築地市場/寿司)★★★☆☆3.23 | |
| http://tabelog.com/tokyo/A1313/A131301/13037980/ | |
| 國產海膽蓋飯,超好吃 | |
| 價位 6k 上下 | |
| #!/usr/bin/env perl | |
| use 5.018; | |
| ##################################################### | |
| ## | |
| ## How does Oxford pronounce the word | |
| ## | |
| ## a little script to grab pronunciations from Oxford online dictionary | |
| ## |
| #!/usr/bin/env perl | |
| ##################################################### | |
| ## LINE stickers extractor | |
| ## | |
| ## extract stickers to WebP format from LINE.app cache | |
| ## | |
| ## Author: @xatierlikelee | |
| ## License: GPL | |
| ###################################################### | |
| # |