Ex-technologist, now an artist. My art: http://www.eugenialoli.com/

  • 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: July 10th, 2023

help-circle
  • Eugenia@lemmy.mltoLinux@lemmy.mlQuestion about Mint
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    2 days ago

    For home folder encryption it’s easiest to install encryption during install time. There’s an option for that when you create your partitions (might be hidden under an “advanced” button or something). I’d also go with vanilla Mint and not LMDE due to being newer, and with more support for hw (ubuntu base has better support than debian base imho). So yeah, I’d say, re-install to have it easier.

    For mass-renaming, install Thunar: sudo apt install thunar





  • Step 1: Use a youtube tutorial for the basic commands. Don’t worry, you’ll forget about them soon enough. But doing them once, helps with muscle memory. Step 2: When in need to do something, copy/paste from Q&A/forums various commands that they suggest for your problem. Your basic knowledge from step1 will come back as you do that.

    After a few days, you’ll be understanding what’s going on and how the whole thing works in an abstract level.


  • Eugenia@lemmy.mltoLinux@lemmy.mlFilmora on Linux
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    24 days ago

    I prefer the UI of Shotcut, but kdenlive is admittedly more powerful. You can try both to see which one you prefer. I suggest you download the .appimage files of both of them from the website (this way you’ll get the latest versions). I’d suggest against the flatpak versions as sometimes they come with limitations of various kinds. Just download their respective .appimage files, make them executable (right click on the downloaded files with your file manager and then go to their Properties to set them as executable), and then double click them to load. If you go that route, make sure you manually update them every 3 months or so, as that’s when they usually release updates.


  • Eugenia@lemmy.mltoLinux@lemmy.mlFilmora on Linux
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    24 days ago

    Windows apps (particularly ones that require that kind of acceleration) are unlikely to work with Wine. And if they do, either they’ll be crashy, or they can break at any consequent Wine update. Forget Windows apps. Windows games that are invoking only fullscreen 3D are much more likely to work on Linux because the part that gets re-interpreted is simpler. But apps, that use obscure optimization Windows APIs are a pain to get good support of.

    So, I suggest you install kdenlive or Shotcut to do video editing. Even Davinci resolve is a hit or miss on Linux and it doesn’t support AAC at all. So get it done with the two OSS apps I suggested instead. In another life I was a music video director for local bands, and so I was doing a lot of color grading, invoking tricks and things that FOSS apps can’t do. I switched full time to Linux and FOSS apps, and I just do the basic color grading now. It was sad to see that part of the fun go, but that’s what I had to do.

    Additionally Filmora is a primarily Chinese company, probably mining data, so it’s best to not use it. Same for CapCut.


  • Eugenia@lemmy.mltoLinux@lemmy.mlCleaning up packages?
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    24 days ago

    These are just dependencies for your packages. However, Arch doesn’t automatically clean the downloaded files after installation so that ends up taking space. On my Dell laptop that has only a 64 GB eMMC, the installation package files took and whopping 5 GB of space, sitting there doing nothing. I nuked them (it didn’t remove the installed apps and libs, only the already used package files). Run: sudo pacman -Scc