I post content. You view content. I moderate content. You no like, you no pay

  • 7 Posts
  • 43 Comments
Joined 2 years ago
cake
Cake day: June 6th, 2023

help-circle
rss
  • RedtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    32 months ago

    Torrents verify that the data they downloaded is correct.
    That doesn’t mean the data that was used to create the torrent was correct. In this case I suggested downloading via torrent (because of http) and then checking the sha from the website to verify everything matches. If it does they you’ve got a good iso!


  • RedtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    72 months ago

    You can download it over http and check the SHA256SUMS.

    Or better yet torrent it and check the same sha256

    I can’t remember if it was always like that or not, but all the apt repos are the same. No SSL and verification via signing.










  • RedtoLinux@lemmy.mlKDE often not sleeping when idle
    link
    fedilink
    English
    6
    edit-2
    10 months ago

    Close, that is because of the wakeup. (I think)

    See all of your devices that make your computer: cat /proc/acpi/wakeup

    Toggle all of them one by one:

    echo GPP0 | sudo tee /proc/acpi/wakeup (where GPP0 is the item in the left hand column)

    Cat again if you want to see if it’s disabled

    Keep going until you find the one that is ‘waking’ your computer back up after a sleep.

    When you find the right one, add it to your crontab so it turns it off on every boot:

    sudo crontab -e
    @reboot echo "GPP0" > /proc/acpi/wakeup