find . -type f -name '*.jpg' -exec mogrify -resize 1600x1600 {} \;
find . -type f -name '*.jpg' -exec jpegoptim -m90 -s {} \;
これを
[xdebug]
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.remote_host=host.docker.internal
xdebug.remote_port=9200
xdebug.remote_log=/tmp/xdebug.log
This file contains 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
'use strict'; | |
const gulp = require('gulp') | |
const sass = require('gulp-sass') | |
const autoprefixer = require('gulp-autoprefixer') | |
const ejs = require('gulp-ejs') | |
const rename = require('gulp-rename') |
This file contains 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
set autoread | |
set number | |
set incsearch | |
set hlsearch | |
"set nowrap | |
set ffs=unix,dos,mac | |
set encoding=utf-8 | |
" set noswapfile |
This file contains 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
authorityKeyIdentifier = critical, keyid, issuer | |
basicConstraints = critical, CA:FALSE | |
keyUsage = critical, digitalSignature, keyEncipherment | |
subjectAltName = @alt_names | |
[alt_names] | |
DNS.1 = example.com | |
DNS.2 = www.example.com |
This file contains 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
[ req ] | |
default_bits = 4096 | |
default_md = sha512 | |
prompt = no | |
encrypt_key = no | |
distinguished_name = req_distinguished_name | |
[ req_distinguished_name ] | |
countryName = "JP" | |
commonName = "example.com" |
This file contains 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
[ req ] | |
default_bits = 4096 | |
default_md = sha512 | |
prompt = no | |
encrypt_key = no | |
distinguished_name = req_distinguished_name | |
x509_extensions = v3_ca | |
[ req_distinguished_name ] | |
countryName = "JP" |
https://aws.amazon.com/jp/aws-jp-introduction/ からSlideshareへのリンクを抽出して作ったチェックリスト
抽出は2017-06-27に実施
jq -r '.results[] | .geometry | .location[]' | tr '\n' '\t'