I think you’ve tried a distribution for advanced users… Something like Debian would not have triggered that! Also note that regarding dual boot, most of the time, Microsoft can be in cause (if you’re not using UEFI, if you have secure boot, and others).
- 0 Posts
- 11 Comments
dbkblk@lemmy.worldto World News@lemmy.world•Marseille airport suspends flights due to wildfire as public warned to stay at homeEnglish1·27 days agoBoth, Canadairs have been flying near the runways for hours, refueled at the airport and took water near the runways (but usually that’s okay, because they try to stay out of the way).
dbkblk@lemmy.worldto Europe@feddit.org•Railfinder - a tool for easily booking train trips across EuropaEnglish3·1 month agoIt’s really well designed. I’ve tried with local french trains, and it worked well! Thank you :)
dbkblk@lemmy.worldto Open Source@lemmy.ml•Organic Maps Forked Over Governance Concerns: CoMaps is Born3·2 months agoExactly, it isn’t permissive (like OSM, as you said). There should be some natural language research here.
dbkblk@lemmy.worldto Open Source@lemmy.ml•Organic Maps Forked Over Governance Concerns: CoMaps is Born3·2 months agoMagic Earth search isn’t that good neither. I use GMaps-WV to get the adress then, once clipped in memory, it opens MagicEarth automatically/
dbkblk@lemmy.worldto Selfhosted@lemmy.world•Advice on moving my Spotify library to NavidromeEnglish2·2 months agoIs 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
dbkblk@lemmy.worldto Selfhosted@lemmy.world•Safest CalDAV/CardDAV server [Choice Made]English2·2 months agoRadicale is indeed excellent. Light and safe. I use it for an association!
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.
dbkblk@lemmy.worldto Technology@lemmy.world•Intel introduces its newest employee, Chip the robotic inspector, just after announcing mass human layoffsEnglish10·3 months agoAn AI robot to look for sensors that can be already read since decades? What is that marketing bullshit?
Wonderful project!