[-] nanook@friendica.eskimo.com 8 points 1 month ago

I used the Arch instructions on Ubuntu 22.04 wiki.archlinux.org/title/PCI_p… and it worked, but broke on 24.04 owing to broken UEFI bios on 24.04.

[-] nanook@friendica.eskimo.com 11 points 1 month ago

@GolfNovemberUniform @captainkangaroo Yes and Linux includes software to do this.

[-] nanook@friendica.eskimo.com 15 points 1 month ago

@ryannathans @captainkangaroo I'm going to make the wild assumption that the kernel will have a table of the current microcode versions at the time of it's release, but I doubt that
will get updated except by kernel upgrades.

[-] nanook@friendica.eskimo.com 11 points 2 months ago

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.

[-] nanook@friendica.eskimo.com 9 points 2 months ago

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

[-] nanook@friendica.eskimo.com 8 points 2 months ago

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

[-] nanook@friendica.eskimo.com 8 points 2 months ago

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

[-] nanook@friendica.eskimo.com 14 points 2 months ago

@secret300 The project to discover elements 119 and 120 which previously were a US/Russia collaboration also put on hold. All of humanity moves backwards when we fight, nothing is gained.

[-] nanook@friendica.eskimo.com 7 points 2 months ago

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.

[-] nanook@friendica.eskimo.com 7 points 2 months ago* (last edited 2 months ago)

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

[-] nanook@friendica.eskimo.com 9 points 2 months ago

@0x0 No, Mozilla maintains their own repository. You can delete snap firefox and snap everything else, add the mozilla repository, and install firefox from there. You'll get a more current version as a side benefit. Instructions found here: askubuntu.com/questions/150203…

[-] nanook@friendica.eskimo.com 7 points 11 months ago

What it means is that you're getting the libs the program uses with the program instead of using the system libs, this defeats the whole point of shared memory and wastes RAM, it is inefficient but saves them from having to compile for each distro, still, the system loader has to resolve and load these making loading slower, if they had to include the libs, a better way to do it is to simply compile the binary as a static binary with all the libs compiled in, at least that way it saves the loader overhead.

view more: ‹ prev next ›

nanook

joined 1 year ago