• 0 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle



  • Dreams of Code on YouTube has a video for a full start to finish arch install specifically including full disk encryption. While my computer is far from “slow” it’s also nothing crazy, and other than adding a second password to my bootup process, the decrypting really doesn’t take long.










  • I’ve found using software meant for gaming often works better for this application. My personal choice is moonlight. I run it behind Tailscale so my connections never leave my devices. Even over cellular it’s snappy enough for non gaming tasks, and if I need to check on my dailies in a game or something similar, it handles that much better than any Remote Desktop product. I messed around with rust desk and could never get it quite working and didn’t feel comfortable using the public servers at the time. So I swapped to moonlight and it serves me well.

    Games on Whales is a containerized version of moonlight that I struggled to get working as well, but I thinks that’s because I’m a docker beginner.





  • Ark-5@lemmy.blahaj.zonetoLinux@lemmy.mlBack to linux!
    link
    fedilink
    arrow-up
    18
    ·
    11 months ago

    Okay, lots of other comments I didn’t read, and this might have been mentioned.

    👏Syncthing👏

    You mentioned OneDrive. I also jumped around storage solutions as I explored the FOSS world, and nothing hold a candle to Syncthing (in my opinion, but I want/need to try nextCloud). I won’t drone on about it, but if you’re looking to ditch another big data company that’s probably scraping your files, check out Syncthing



  • Woah, what system did you find? Sounds way simpler than what I’ve figured out. I’ve read posts about capturing traffic from the network tab of the web inspector but I got really mixed results. That does work, but it was enough of a pain that I explored other options.

    The system I eventually found was on Android Libby store files from audiobook unencrypted. They try to hide them by splitting books up into lots of files with random names and distributing them across random folders within its data folder. It even includes some junk folders and files to try and throw you off. None of these files have files types/extensions and Libby tacks on .mp3 when it comes time to play them.

    How this can be exploited: I have an android device but this can also be done with Windows Subsystem for Android, or really any other android emulator. I have targeted the parent folder to all that with Syncthing and set it as a one way sync. This way whenever audiobook files are added they are copied to one of my other devices and because it’s one way sync when my loan expires those files disappear from the Android instance, but persist on the device I’ve copied them to. Next step is filtering out all the junk files. This is shockingly easy as I just click into the windows file browser search bar and hit enter. This serves to show a list of any file of any name of any type in all sub folders. Then I just sort the results by size. Libby doesn’t bother to make the junk files the same size as the “mp3s” (remember they don’t say .mp3 yet) so it’s easy to just truncate the list when the files stop being in the kilobytes and start being megabytes.

    What’s left is a list of file that want to be .mp3. I use a command line based batch renaming tool to add all the endings, and then begins the painful task of listening to each file to find where in the book it’s supposed to go. The splits do not line up with chapters, so it’s sometimes handy to have an ebook copy to search for phrases. I put them in order then load them all into audacity, merge and then use the detect silence tool set to between 2 and 4 seconds to try and detect the chapter breaks. I’ll manually clean up any misplaced breaks, export as individual files and then finally use one of the many audiobook binding tools out there to bundle it all back together. Though I mostly do that when I’m sharing the book with others. My préférée audiobook listening platform tales individual files very nicely, so I can save a step if it’s only for myself.