Lucas Bürgy's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
How to Enable Hibernate Function in Ubuntu 24.04 & 22.04 LTS | UbuntuHandbook https://ubuntuhandbook.org/index.php/2021/08/enable-hibernate-ubuntu-21-10/
Tue Aug 20 01:05:52 2024
QRCode

command:

systemctl hibernate

I created my swap partition like this: https://links.lburgy.ch/shaare/WSOAMQ

On Kubuntu 24.04, create the file /etc/polkit-1/rules.d/10-enable-hibernate.rules with this content:

polkit.addRule(function(action, subject) {
    if (action.id == "org.freedesktop.login1.hibernate" ||
        action.id == "org.freedesktop.login1.hibernate-multiple-sessions" ||
        action.id == "org.freedesktop.upower.hibernate" ||
        action.id == "org.freedesktop.login1.handle-hibernate-key" ||
        action.id == "org.freedesktop.login1.hibernate-ignore-inhibit")
    {
        return polkit.Result.YES;
    }
});

https://www.reddit.com/r/Kubuntu/comments/1c2frkd/enabling_hibernation_on_2404/

linux ubuntu
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn