HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Vogtinator

no profile record

comments

Vogtinator
·قبل 3 أشهر·discuss
> If, for example, a company wants to issue fleet computers to workers or school to students, you want to have secure boot on those devices to prevent tampering. Secure boot makes it so that physical access is not the end all of security.

Measured boot is actually better for that: You can still boot whatever you want however you want, but hashes are different which can be used for e.g. remote attestation. Secure boot has to prevent that "unauthorized" code (whatever that means for each setup) can ever run. If it does, game over. That means less freedom and flexibility.
Vogtinator
·قبل 4 أشهر·discuss
AFAIK that's just when plugging in a USB 3 device into a USB 2 port or using a USB 2 cable.
Vogtinator
·قبل 4 أشهر·discuss
With https://github.com/thkukuk/account-utils (not the default yet), it's meanwhile possible to run openSUSE Tumbleweed (package based) with NoNewPrivileges= as usual.
Vogtinator
·قبل 10 أشهر·discuss
> For example, Aeon (of openSUSE MicroOS vintage) looks like all KDE Linux is aiming for, just with Gnome as DE.

And Kalpa is that just with Plasma as DE.
Vogtinator
·قبل 3 سنوات·discuss
In (open)SUSE we also use delta RPMs. They work in a slightly odd way: The CPIO archive of the installed RPM is is rebuilt based on the installed files, then a binary diff is applied to create the new RPM. That is then installed. (ref: https://github.com/rpm-software-management/deltarpm)

It saves a lot of bandwidth, but takes a huge amount of local resources to install them so I just disable deltas everywhere.
Vogtinator
·قبل 3 سنوات·discuss
Object files are compiled code with the API and ABI already baked in.

This approach effectively combines the downsides of static and dynamic linking.
Vogtinator
·قبل 4 سنوات·discuss
Do you have sources for such rulings? I'm only aware of the very similar https://en.wikipedia.org/wiki/Sega_v._Accolade.
Vogtinator
·قبل 7 سنوات·discuss
> I used KDE for many year but it is a resource ho

Not really. It uses barely more memory than Xfce.
Vogtinator
·قبل 7 سنوات·discuss
> Manjaro comes OOTB with MS Office 365

Huh?
Vogtinator
·قبل 7 سنوات·discuss
There's a really interesting video about character generation on HP 264x series terminals: https://www.youtube.com/watch?v=QikO0WOAGWI
Vogtinator
·قبل 8 سنوات·discuss
That's not really comparable. Facebook needs much more computation while reddit is basically just a database full of text.