2017-10-01から1ヶ月間の記事一覧
サーバーの接続数を表示する $ sudo watch -d -n 3 "netstat -alpn | grep -E ':(80|443) ' | awk '{print \$5}' | sed -e 's/\:[^.]*$//' | sort | uniq -c | sort -nk1 -r | head -n 20" サーバーの接続状態を表示する $ sudo watch -d -n 2 "netstat -tan…
$ hugo new post/welcome.md
$ ls archetypes/ config.toml content/ data/ layouts/ README.md static/ themes/ $ hugo new theme my-theme $ ls themes/ my-theme
$ hugo new site ~/path/to/your/site $ cd ~/path/to/your/site $ ls archetypes/ config.toml content/ data/ layouts/ README.md static/ themes/