0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Raspberry Pi 3 model b+

Posted at

Raspberry pi 3 B+ のセットアップ

Rasbian

まずは、Operating SystemをMicroSDカードに書き込むためのImagerをダウンロードします。

Rasberry pi imager からMicro SDカードにイメージを書き込む
Rasbin は 32bit (標準で選択していくとこちら)と64bitがあります。
意図的に64bitを使用したい場合には、Operating Systemの選択でRasbin Otherから64bitを探してください。

Sambaのインストール

pi@raspberrypi:~ $ sudo apt install samba

samba.confの編集

samba へのユーザーの追加とパスワードの設定

pi@raspberrypi:~ $ sudo pdbedit -a username
pi@raspberrypi:~ $ sudo smbpasswd username

webmin のインストール

https://www.webmin.com/download.html

ここからdebian用をダウンロードしてインストールします。

省電力機能で画面が復帰できなくなる問題

省電力機能でディスプレイの電源がOFFになったあと、マウスやキーボード入力で復帰できないケースがあり、これを防止するにはxscreensaverをインストールして電源をOFFにしないように設定する必要があります。
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?