• 0 Posts
  • 46 Comments
Joined 1 year ago
cake
Cake day: January 12th, 2024

help-circle

  • zip is better than tar.gz for some applications though.

    notably, individual files can be read from a zip archive without unpacking the whole archive, different than tar.gz files.

    tar.gz files are only better if you pack and unpack the whole archive at once, but even then, they don’t have much advantage. the major advantage is that you can pipe the output of tar creation over the network to another computer who decompresses the tar immediately, thus transferring a folder. zip has index at beginning/start, so it requires seek when writing or skip when reading, so it can’t be streamed.











  • You can also remove the fr*nch language pack via rm -fr /

    But in all seriosity, i tried to install Linux dual-boot with Windows on my dad’s computer last weekend, and it broke the windows install because it doesn’t support bitlocker (apparently). Maybe i could have gotten it to work, but i abandoned the project after the first failed attempt. Still a bit salty about that. Especially since it was meant to be a demonstration how “quick and easy” installing Linux nowadays supposedly is.



  • Here’s a picture of the linux distro family tree:

    There’s Debian, the distro.

    There’s Redhat/Fedora, which is commercial,

    there’s gentoo, where on installation, everything is compiled from source.

    There is slackware, mostly for historical purposes (it was the first distro),

    there’s arch for people who want to feel they’re better than others tinkerers,

    there is openSUSE, which is like redhat but german.