Umstellung des Blogs auf CraftCMS (Randnotiz)
Umstellung des Blogs auf CraftCMS (Randnotiz)
"Wenn man viele verschiedene Farben in einem Topf rührt, kommt meistens braun dabei heraus." - Thomas Eimers
Tausche ding gegen dialect aus ;)
Neue Software für den C16
Ich habe nur vergessen... dies und das zu machen.
Look at https://www.stefanproell.at/po... for setup Hibernate
And edit this file, to set hibernate as action to the power button.
sudo nano /etc/polkit-1/rules.d/90-enable-hibernate.rules
And insert this lines (at end):
polkit.addRule(function(action, subject) {
if (action.id == "org.freedesktop.upower.hibernate" ||
action.id == "org.freedesktop.login1.hibernate" ||
action.id == "org.freedesktop.login1.hibernate-multiple-sessions") {
return polkit.Result.YES;
}
});
sudo gedit /etc/systemd/logind.conf
HandlePowerKey=hibernate
Article release date: / Last update: