how about .tar.zip
or .tar.rar
?
linuxmemes
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
Kind of redundant. Both .zip
and .rar
store an index of files within the archive and are a bit 'inside-out' when it comes what we get from tar.gz
.
That is, ZIP is pretty close to what you'd get if you first gzipped all your files and then put them into a .tar
.
RAR does a little more (if I remember correctly), such as generating a dictionary of common redundancies between files and then uses that knowledge to compress the files individually, but better. Something akin to a .tar
file is still the result though.
That's fine. I'm use to being unrepresented in the arj, lha, and uc2 crew
If you download and extract the tarball as two separate steps instead of piping curl
directly into tar xz
(for gzip) / tar xj
(for bz2) / tar xJ
(for xz), are you even a Linux user?
.tar.xz
☠️
one of the cool things about tar is that it's hard link aware
Good ol -xvjpf
.txz
, I'm too lazy to type the full name
I'm a 7z person.
tar cvjf compressed-shit.tar.bz2 /path/to/uncompressed/shit/
Only way to fly.
I'm from tar.gz.gpg
gang to keep away nasty storage providers
What's wrong with .7z?
Nothing, but I've read people who act as if tar files are some sort of alien artifact ready to rip their faces off.
This guy tar balls
.tar.zst forever
Bzip2 compression is often surprisingly good with text files, especially log files. It seems to "see" redundancies there - and logs often have a lot of it - far better than gzip and sometimes even lzma.
Anyway, if I saw a bunch of tar.bz2
files, that's what I'd expect to find in them.
i just use either zip or tar+gzip. personally, i avoid rar as it's a proprietary format.