Avatar

Nanook

nanook@friendica.eskimo.com
Joined
0 posts • 181 comments

Owner of Eskimo North

Direct message

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.

permalink
report
reply

@linuxisevil Microsoft tends to provide stock options to their employees, this gives them more incentive to work 80 hours / week and contribute to the companies financial growth, and if they’ve retained those stocks, then they retain an interest.

permalink
report
parent
reply

rm /home
mkdir /home
make /var/home a symlink to it.
Alternative, edit your /etc/fstab to mount on /var/home.

permalink
report
reply

@Allero @BCsven That was the point I was making when I suggest back to Finland or perhaps Iceland or Switzerland.

permalink
report
parent
reply

Just because the USB C is rated at a transfer rate of 4.8Gb/s doesn’t mean the flash memory or the controller is capable of anywhere near that speed. I have a 2TB USB flash drive but it is slower than a mechanical hard drive as far as transfer speed goes.

permalink
report
reply

@griefstricken @chaogomu Seems to me, after the Stuxnet incident, any US claims of bad foreign actors are a bad case of the pot calling the kettle black.

permalink
report
parent
reply

@BobGnarley @possiblylinux127 My take as well, but for the record, Putin is well aware of how Bolsheviks affected his nation and not eager to repeat it so not a big supporter of Communism himself.

permalink
report
parent
reply

@possiblylinux127 @BobGnarley One would hope there are enough checks and balances such a major opensource project as Linux to keep malware out of the kernel regardless of who contributes to it, but we do there have been some instances where that was not the case.

I see the evolution of the Internet as humanity growing a nervous system, and anything that gets in the way of that as negative.

permalink
report
parent
reply

There well may be hardware issues, but with ext4 it rarely corrupts the entire file system. You might end up with some data not flushed so you’ll have some inodes that don’t point to anything that you’ll remove with fsck upon boot, but btrfs, I’ve had it corrupt and lose the entire file system. I’ve used ext2-through-ext4 for as long as they’ve existed and never lost a file system though back in the ext2 days I had to hand repair them a few times, but ext2 was sufficiently simple that that was not difficult, but within two weeks of turning up a btrfs file system it shit itself in ways I could not recover anything, the entire file system was lost. If I did not have backups, which of course I always do, I would have been completely fuxored. It is my opinion that btrfs and xfs, both of which have advantages, are also both not sufficiently stable for production use.

permalink
report
reply

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.

permalink
report
reply