nanook
Owner of Eskimo North
Depending upon how much you have customized it, you could just copy the entire OS, adjust various config files for the new partition UUID’s.
@boredsquirrel @Chewy7324 I think yum is already adopted to 3.x
“The Only caveat is that the free version of DR on Linux can’t work with H.264 or H.265 encoded files.” this actually again depends upon ffmpeg and can be fixed by compiling these protocols into it. The free version does whatever ffmpeg does because it uses it for it’s codec.
@entropicdrift Not that I am aware of, I searched for some before I went to the effort of chasing down all the libraries and compiling myself and wasn’t successful at finding one.
@entropicdrift It is not a complete build, many codecs are not compiled in.
With budget, soldered is what you’re going to get because budget means they’re going to save every penny they can even minor things like so-dimm sockets.
Somewhat depends on the version of Linux you have. The ffmpeg build that is included with Ubuntu 24.04 for example is really an incomplete build and as a result there aren’t a lot of encoding / decoding options with any software that utilizes it for encoding and decoding, this includes Davinci Resolve and also kdenlive and for vlc playback. There is a fix for this but it is arduous, download ffmpeg from github and compile from scratch. Enable all the libs and codecs except for the MacOS specific ones. Now the fun part, run the configure script, it will break af the first missing lib, install that. Some libs you will also need to download source and compile from github at least with ubuntu because it’s not included in the distro. You will need to do this around 300 times because the moron that wrote the ffmpeg configure script, instead of listing ALL the libs missing so you could snatch them and install in one go, bombs out at the first, so you have to go through 300 or so iterations. I’ve done it, it’s painful, but at the end you end up with a much more capable ffmpeg and by extension Davinci Resolve than the pile of crap they provided you with.
@communist @UltraGiGaGigantic I disagree, I started with Redhat and moved to Ubuntu, MUCH prefer the latter.
@BCsven @Mwa I disabled tracker and use plocate from a shell to find stuff. The reason, tracker’s crawl of the disk space is extremely inefficient, but plocate keeps track of things like directory update times so does not recrawl a directory if the time stamps have not changed, thus saving a lot of disk I/O.