• 2 Posts
  • 111 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle






  • 0x4E4F@infosec.pubtoLinux@lemmy.mlDual Boot Best Practices?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    7 months ago

    For Linux, if you’re a beginner, EXT4. Experienced users - BTRFS.

    And ntfs-3g is even better at writing on NTFS than Windows is. There are fragmentation examples online, Windows makes a fragmented mess while ntfs-3g takes great care regarding fragmentation. Plus reads/writes a lot faster than Windows does.













  • 0x4E4F@infosec.pubtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    7 months ago

    You should also probably try and see if the same thing happens in a VM. The flash drive might be failing and I don’t think Void does CRC checks of files when copying them… definitely not when funning them, like the installer for example.

    EDIT: I remember the installer bringing me back to the partitioning setup, but that’s because I partition manually, not through the Void installer, so the installer thinks that that step is skipped. No worries though, just go to the end of the installer setup and continue with the provided settings. If an adequate target partition has been set, it will install Void.


  • What, they don’t offer binaries 🤨?

    Well, at least there is one thing that makes building on Void easier. xbps-src works with templates, so you could just write the template or write on GitHub for help from someone in the Void community. I’ve asked for help many times and people are usually very helpful ☺️. Once you have the template, updating the VST is a matter of just chaging a few things in it (version, hash, etc.) since things like UI dependencies or libraries don’t change that often in releases, those are major changes and usually come with a prior warning by the developer. Meaning, you could just make the template and just change the version numbers and hashes, recompile it and most of the time, that will be just that, bam, you’re up to date ☺️. Sure, there are major updates, but let’s face it, there are very rare. And, you can share the template with others on the official void xbps-src repo or your own repo, however you like 😉. Hell, you could even share the binaries so that other people don’t have to go through the trouble of compiling them manually 😉.