sync notes(auto)

This commit is contained in:
kaz Saita@raspi4 2024-03-01 18:15:12 +09:00
parent a488ff01d7
commit debd4f6d21

View file

@ -26,6 +26,22 @@ wsl2上のubuntuから、sshで接続確認。(名前とパスワード。後で
- [[20240204222141 sshを公開鍵認証にする|sshを公開鍵認証にする]]
- [[20240211171220 sshのポートを変更する|sshのポートを変更する]]
fail2banそインストール
```
$ sudo apt install fail2ban
$ sudo vim /etc/fail2ban/jail.conf
```
```
[sshd]
enabled = true
```
```
$ sudo systemctl enable fail2ban
$ sudo systemctl start fail2ban
```
### ミラーの設定
`/etc/apt/sources.list`を書きかえて、最適なミラーを選ぶようにする
@ -69,7 +85,7 @@ After:
$ watch -n 1 vcgencmd measure_clock arm
```
2000MHzくらいになった。
### cf.
### Ref.
- [「Raspberry Pi」をオーバークロックしてみた - ZDNET Japan](https://japan.zdnet.com/article/35201090/)
- [Raspberry Pi 4+Bullseyeのオーバークロックの設定 | ラズパイダ](https://raspida.com/overclock-rpi4-bullseye)
### WEBサーバー