I hereby claim:
- I am kitsuyui on github.
- I am kitsuyui (https://keybase.io/kitsuyui) on keybase.
- I have a public key ASAUotXpF9kKX5YzuBPC-8610qIFTCHSQJ6BQGhnhqFfhQo
To claim this, I am signing this object:
| $ some-command | |
| Usage: | |
| some-command --help | |
| some-command sub-command1 | |
| some-command sub-command2 |
| $ sudo service nginx configtest && sudo service nginx reload |
| -- TerminalVim.app | |
| -- This creates a shim Application that will enable you to open files from the Finder in vim using iTerm | |
| -- To use this script: | |
| -- 1. Open Automator and create a new Application | |
| -- 2. Add the "Run Applescript" action | |
| -- 3. Paste this script into the Run Applescript section | |
| -- 4. Save the application as TerminalVim.app in your Applications folder | |
| -- 5. In the Finder, right click on a file and select "Open With". In that window you can set TerminalVim as a default |
I hereby claim:
To claim this, I am signing this object:
| this.run = (argv) => { | |
| const app = Application.currentApplication(); | |
| app.includeStandardAdditions = true; | |
| if (!argv[0]) { | |
| app.displayAlert("OK"); | |
| return; | |
| } | |
| app.displayAlert(argv[0]); | |
| }; |
| #!/bin/sh | |
| export APP_KEY='XXXXXXXXXXXXX' | |
| export APP_SECRET='XXXXXXXXXXXXXXXXXXXX' | |
| export OAUTH_TOKEN='XXXXX-XXXXXXXXXX' | |
| export OAUTH_TOKEN_SECRET='XXXXXXXXXX' |
| $ go build -ldflags '-w -s' |
| FROM quay.io/aptible/postgresql:9.5-contrib | |
| ENV DEBIAN_FRONTEND=noninteractive | |
| RUN apt-get update \ | |
| && apt-get -y install git gcc make libhiredis-dev \ | |
| && mkdir -p /inst/ \ | |
| && cd /inst \ | |
| && git clone https://github.com/pg-redis-fdw/redis_fdw.git --branch REL9_5_STABLE --single-branch \ | |
| && cd /inst/redis_fdw \ | |
| && PATH=/usr/local/postgresql/bin/:$PATH make USE_PGXS=1 \ | |
| && PATH=/usr/local/postgresql/bin/:$PATH make USE_PGXS=1 install \ |
| $ docker update --restart=always コンテナのID |
| $ brew install dnscrypt-proxy --with-plugins |