- 1 Post
- 11 Comments
Joined 2 years ago
Cake day: June 29th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
wargreymon2023@sopuli.xyzto Linux@lemmy.ml•2024: The Year Linux Dethrones Windows on the Desktop – Are You Ready?52·1 year agoYou are missing the “GNU slash”,
GNU/Linux dethrones Windows
Linus tech tips on YouTube
wargreymon2023@sopuli.xyzto Linux@lemmy.ml•How to speed up accessing lots of files on another computer? Some kind of local cache?25·1 year agoYea, whatever, don’t be a p*ssy
Be like Andrew Tate😎
wargreymon2023@sopuli.xyzto Linux@lemmy.ml•How to speed up accessing lots of files on another computer? Some kind of local cache?41·1 year ago- wifi is less responsive than ethernet
- You don’t even need encryption on local connection(no need for ssh) if it is never global.
- if you have that many external HDD, I would rather get a NAS and call it a day, it has everything configured for you as well.
- I don’t know what big data you access on, get a larger SSD to store whatever you might visit often from your HDDs.
FS is for nubz, do these instead:
Read
dd if=/dev/sda of=/dev/stdout
Write
dd if=/dev/stdin of=/dev/sda
wargreymon2023@sopuli.xyzto Linux@lemmy.ml•Building a secure Operating System (Redox OS) with Rust (Interview)111·1 year agoNope, rust is ideal for kernel code, it really is an improvement.
Writing kernel in C is like building a house with a hammer on loosen handle, there is too much give and the builder has to tap it a few times before every strike. You could say the builder knows how to build and secure a house, but hes still a human. The loosen handle adds too much difficulty result in errors which would otherwise be avoided.
Looks terrible tbh, it doesn’t do anything Nix doesn’t.
init system could be different, systemd, shepherd, sysvinit…etc
“base packages” that comes with different distro is way different
Guix is a notable mention for having the minimal bootstrap source. On top of that, it is functional package management, implying you can rollback safely (at the cost of disk space).