Difference between revisions of "Snippets"
Jump to navigation
Jump to search
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
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