Bash
2020
Qualys の SSL Server Test みたいなコマンドラインツール
Bash
Qualys SSL Server Test みたいなコマンドラインツール ( testssl.sh) が cron.weekly で 紹介されていたのでメモ。 Public には公開してない (あるいは公開前の) サイトでのテストに使えるかもね。(1MB 近い bash script 😅)
2019
bash でパスワード生成
Bash
ちょいちょいランダムな文字列が欲しくなるので Perl で書いたスクリプト使ってたのだけど Bash で出来そうだなということで書いてみたのだが (記号の有無オプションとか追加しても
2017
doctl の Bash / Zsh 補完
Bash
DigitalOcean
doctl 1.6.1 で shell completion 機能が追加されていました Implementing Bash completion #206 $ doctl completion completion is used to output completion code for bash and zsh shells. Before using completion features, you have to source completion code from your .profile or .bashrc/.zshrc file. This is done by adding following line to one of above files: source <(doctl completion SHELL) Bash users can as well save it to the file and copy
2016
Bash on Ubuntu on Windows をセットアップする
Linux
Windows
Bash
Ubuntu
そろそろ Bash on Ubuntu on Linux ( https://msdn.microsoft.com/ja-jp/commandline/wsl/about) を試してみようかなと。 普段 Ubuntu 16.04 のインストールされた VAIO を使っているので特に何かやりたいというわけではないけど… インストールの手
2013
Bash Tips (未定義変数)
Bash
Qiita の シェルスクリプトで便利な小技 で set -u の解説があり スクリプト中で値が設定されていない変数を参照した場合に エラーメッセージを表示してスクリプトを終了させる。シェル