busybox

BusyBox の ls コマンドは -e で完全な日付と時刻を表示する

環境 BusyBox 1.22.1 説明 –full-time も –time-style も無いが、-e というオプションがある。 $ ls -e file -rw-rw-r-- 1 user user 0 Tue Feb 9 14:32:45 2016 file

wget: not an http or ftp url: htts://...

問題 BusyBox の wget コマンドを実行すると次のメッセージが表示される。 $ wget htts://www.google.co.jp/ wget: not an http or ftp url: htts://www.google.co.jp/ 環境 BusyBox v1.22.1 原因 BusyBox の wget は SSL 非サポートのため。 解決策 GNU wget…