2024年9月8日日曜日

Ubuntu ノート PC で蓋を閉じても、放置してもサスペンドしない設定

# vi /etc/systemd/logind.conf
(下記を設定する)
HandleLidSwitch=ignore
  
# systemctl restart systemd-logind.service
# vi /usr/share/gdm/dconf/99-local-settings
(下記を設定する)
[org / gnome / settings-daemon / plugins / power]
sleep-inactive-ac-timeout = 0
sleep-inactive-battery-timeout = 0
  
# systemctl restart systemd-logind.service

● ノート PC, 蓋, ふた, 閉じる, 閉める, laptop, close, サスペンド, suspend, 放置, しない

2024年9月7日土曜日

Ubuntu 24.04 sshd で、パスワードログインを有効化する

/etc/ssh/sshd_config を編集する

# vi /etc/ssh/sshd_config
(下記を設定する)
PasswordAuthentication yes
KbdInteractiveAuthentication yes

ssh を再起動する

# systemctl restart ssh.service

● sshd, ssh, パスワード, password, ログイン, login, interactive, authentication, sshd_config