0
0

このアカウントについて / 環境情報

Last updated at Posted at 2024-07-10

このアカウントでは、私が個人の趣味でラズパイ5を自宅サーバーとして運用するにあたり行った作業のログになります。
なのでほとんどがラズパイ関連の投稿になると思います。

デバイス・システム情報(2024/7/11時点)

$ cat /proc/device-tree/model
Raspberry Pi 5 Model B Rev 1.0

メモリは8GB, ストレージはNVMEの256GBSSDを積んでます

$ uname -a
Linux genraspi5 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux
$ cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

その他の環境について

  • ドメインを購入して運用
  • cloudflareのトンネル使って外部からアクセス
  • SSHはVSCodeのRemote Explorerから(ファイル編集もCodeコマンド)

とりあえず入れたコマンド

Raspbianは最初から割と入っていそう(curl, unzip, tar, git等)
とりあえずdigとtreeを入れてみました

$ sudo apt install -y dnsutils tree

あとは.bashrcには

bind 'set completion-ignore-case on'

これはターミナル上で大文字打たなくても、自動でタブ補完してくれます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0