• 3 Posts
  • 92 Comments
Joined 5 months ago
cake
Cake day: January 14th, 2025

help-circle


  • Is it? I’ve just tried and it doesn’t:

    ❯ yt-dlp "https://open.spotify.com/intl-fr/album/2NsGk9oBBBMfblYdLcjYhu"
    [generic] Extracting URL: https://open.spotify.com/intl-fr/album/2NsGk9oBBBMfblYdLcjYhu
    [generic] 2NsGk9oBBBMfblYdLcjYhu?si=5c3b12c1e70948a6: Downloading webpage
    [redirect] Following redirect to https://open.spotify.com/album/2NsGk9oBBBMfblYdLcjYhu
    [DRM] Extracting URL: https://open.spotify.com/album/2NsGk9oBBBMfblYdLcjYhu
    ERROR: [DRM] The requested site is known to use DRM protection. It will NOT be supported.
           Please DO NOT open an issue, unless you have evidence that the video is not DRM protected
    


  • You have to use two swaps if you already use one swap, because one will be used when the system is on, but the second will be used to set the RAM content + the 1st content into SWAP (if any), otherwise, it would fail.

    Then, find the hibernation swap uuid:

    sudo swapon --show
    lsblk -o name,uuid
    

    Then

    # /etc/default/grub
    GRUB_CMDLINE_LINUX_DEFAULT="resume=UUID=xxxx"
    
    #/etc/initramfs-tools/conf.d/resume
    resume=UUID=xxxx
    
    # bash
    sudo update-grub
    sudo update-initramfs -k all -u
    
    # to hibernate on lid switch
    # /etc/systemd/logind.conf
    HandleLidSwitch=hibernate
    

    Then reboot :)

    Note: this method works wonderfully, I use it personally. Just be aware that the hibernation swap content is not encrypted, so you’re vulnerable if your laptop is stolen while hibernated.







  • Yes, but honestly, I find that games enforcing incompatible AC are often poorly developed games. The latest that disappointed me was EA WRC. It was quite good, but the gameplay was less interesting that Dirt Rally 2, for exemple, and since they enforced AC, they also started to deploy DLC, and destroy the game. The lesson was to never ever buy something from Electronic Arts (the last time was more than 10 years ago for me). And kernel level anti-cheat is NO GO on my computer. It doesn’t matter if the game is awesome or not, I disagree with the fact that a game company has root access on my computer just for entertainement.






  • This! Debian with Gnome or others is the answer. Take an afternoon to make it yours, then forget it. You can use backported kernels on Debian, to support newer hardware. Try this or upgrade to Debian 13 right now by changing the sourcefile to trixie instead of bookworm. Note : if you use Gnome, let gnome-software handle the updates for you (there’s an equivalent for kde). If you use others, configure unattented-upgrades for automatic updates.