トップ 最新 追記

Rescue Unchor: トラブル レスキュー メモ


2024 May. 02 (Thu.) anti suspend

_ trigger

■display close

vi /etc/systemd/logind.conf
HandleLidSwitch=ignore
<< HandleLidSwitch=suspend
systemctl restart systemd-logind.service

■no action

cf. https://qiita.com/ikesama200/items/f595293de82ddc9fa3f1

vi /usr/share/gdm/dconf/99-local-settings
[org / gnome / settings-daemon / plugins / power]
sleep-inactive-ac-timeout = 0
sleep-inactive-battery-timeout = 0

2024 May. 17 (Fri.) tab complement

_ 確認

Get-PSReadLineKeyHandler
echo $PROFILE.CurrentUserAllHosts

■設定

Microsoft.PowerShell_profile.ps1
Set-PSReadLineKeyHandler -Key Tab -Function Complete