Snippets: Difference between revisions
Appearance
Created page with "= Snippets = Check if the system requires a reboot:</br> <code>cat /var/run/reboot-required</code>" |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
= | = Debians = | ||
Check if the system requires a reboot:</br> | Check if the system requires a reboot:</br> | ||
<code>cat /var/run/reboot-required</code> | <code>cat /var/run/reboot-required</code> | ||
Change console keyboard layout:</br> | |||
<code>loadkeys us</code> United States</br> | |||
<code>loadkeys sg</code> Swiss German | |||
Latest revision as of 14:43, 21 October 2025
Debians
Check if the system requires a reboot:
cat /var/run/reboot-required
Change console keyboard layout:
loadkeys us United States
loadkeys sg Swiss German