sync notes(auto)

This commit is contained in:
kaz Saita@raspi4 2024-02-28 17:45:12 +09:00
parent aa3f3e3233
commit c31c223a7d

View file

@ -26,9 +26,18 @@ wsl2上のubuntuから、sshで接続確認。(名前とパスワード。後で
- [[20240204222141 sshを公開鍵認証にする|sshを公開鍵認証にする]]
- [[20240211171220 sshのポートを変更する|sshのポートを変更する]]
`/etc/apt/sources.list`を書きかえて、最適なミラーを選ぶようにする
```
deb http://httpredir.debian.org/debian bookworm main contrib non-free non-free-firmware
deb http://httpredir.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
deb http://httpredir.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
# Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source'
#deb-src http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
#deb-src http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
#deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
```
### OSを最新に
これは日々やる作業
これは日々やる作業
`$ sudo apt update`
```sh