…and renice.
Eugenia
Ex-technologist, now an artist. My art: http://www.eugenialoli.com/
- 0 Posts
- 12 Comments
Eugenia@lemmy.mlto Linux@lemmy.ml•Do I still get updates if I install from .deb file?English16·9 days agoSome .deb files do include repo information (e.g. Chrome), but most don’t.
Eugenia@lemmy.mlto Linux@lemmy.ml•intel N150 based tablets - anyone running Linux on them yet? Fedora?English21·10 days agoIt says right in the customer comments on Amazon that it’s compatible with Linux.
Eugenia@lemmy.mlto Linux@lemmy.ml•What helps people get comfortable on the command line?English3·22 days agoStep 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.
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.
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.
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
Eugenia@lemmy.mlto Linux@lemmy.ml•(RESOLVED) Network is slow after installing FedoraEnglish71·26 days agoIf this happens to Windows as well, it’s unlikely that it’s Fedora’s fault. Something else is at play.
Eugenia@lemmy.mlto Linux@lemmy.ml•Please support this! As graphic designers we should be able to use a open source OS.English2·1 month agoThat is a waste of time. I emailed the company a few months ago and they replied that they won’t port to Linux. Not that they don’t have plans to currently do it, but that they won’t. Clear as day.
Linux Mint, because I don’t like to tinker with the system, I like good defaults (and Mints has them).
Eugenia@lemmy.mlto Linux@lemmy.ml•Can anyone recommend a lightweight, stable distro for a thinkpad?English0·1 year agoWith 8 GB of RAM and 5500 CPU passmark points, that’s a good laptop for Linux Mint. Download their “edge” version of Mint, so you get the latest kernel (so it has more chances of supporting 100% that laptop).
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