Owner of Eskimo North

  • 0 Posts
  • 194 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle










  • 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.





  • I was working on a Lemmy instance here at Eskimo.com, but ran into some technical issues because rather than having Lemmy installed on the same server as the web server and rather than on the same server as the database, I have them all different machines and had to find where it looked for localhost and change to the appropriate hosts, but after seeing the general behavior of the Lemmy userbase, I’ve decided to shelve this project for now. When I initially approached Mastodon a year ago I was met with a similar situation but it turned out to be transient, hopefully this will be the case with lemmy as well, only time will tell.


  • I use Mate. When I first started using a Desktop in addition to terminals, it was with Redhat 6.1, Redhat came with Gnome-2, I got used to it. I didn’t like the changes made in Gnome-3, so I switched to Mate which retained, or at least had the option to be configured to look as I was used to it, save for more refined graphics. It also works well remotely so that’s another reason I use it as much of my work involves remote acess.



  • The passwd file gets it’s name from the historical password file when there were in fact encrypted passwords in the file. Back then CPUs were generally less than 100Mhz so brute force password cracking was at best a very leisurely hobby. After it became more of a thing people got the idea that maybe it made sense to put it in a seperate file without public read access. Still, you CAN put encrypted passwords in the password file if you really want to, else the :x: just says go look in the shadow file.