まんま!の備忘録

ソフトウェア・ファームウェア・ハードウェア関連の備忘録

2023-05-05から1日間の記事一覧

Raspberry PiのAP化 (RaspAP)

以下サイトの通り実施していく。 raspap.comAP化可能か確認 taogya@taogya-pi0:~ $ iw list | grep -e "Supported interface modes" -A 10 Supported interface modes: * IBSS * managed → * AP * P2P-client * P2P-GO * P2P-device RaspAPをインストールす…

Linuxのプロンプトカラー変更

以下のコマンドを打った時の青文字部分を変更する。 cat .bashrc | grep -E "PS1" -C 2 if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w \$\[\033[00m\] ' else PS1='${deb…