Francesco Yoshi Gobbo :linux: · @frayoshi
84 followers · 528 posts · Server qoto.org

Needed to compress a directory, and noticed that my script was lacking the ability to perform that action… so I’ve added a directory check to the xz9 compress script 💫
It should work, if you encounter problems, let me know ^^
It creates an .xz in case of file and .tar.xz in case of directory 📦

#linux #bash #foss #floss #shell #terminal #furaUtils #xz #tar #archiving #archive #compression #productivity

Last updated 1 year ago

Dave Rogers · @dave_rogers
105 followers · 964 posts · Server curmudgeon.cafe

Had to try the -1. SOOC. 10MP CCD circa 2011.

#olympus #xz

Last updated 1 year ago

Emil Velikov · @xexaxo
4 followers · 1 posts · Server fosstodon.org

As of v20230625 -firmware can use and out of the box.

It was a long ride, thanks to Josh Boyer for sticking around and merging my work.

#linux #xz #zstd

Last updated 1 year ago

John Goerzen · @jgoerzen
1026 followers · 2847 posts · Server floss.social

3/ Dar's homepage is dar.linux.free.fr/ . As a simple file archiver tool, dar is great. Random access is preserved, you can compress with or . You can encrypt with or symmetric . You can stream if you want. You can split ("slice") across multiple media, and dar will prompt you for the slice(s) you need and seek you right to them.

That's cool, but we're just getting started.

#dar #gzip #bzip2 #lzo #xz #zstd #lz4 #GnuPG #aes

Last updated 1 year ago

Mike Kasprzak 🦖 · @mike
1071 followers · 1060 posts · Server jammer.social

Today I learned: Linux has multiple cats. 😺

For every single file compressor: , , , , and , there is a matching cat command: zcat, bzcat, lzcat, xzcat, and zstdcat.

#gzip #bzip2 #lzma #xz #zstd #til #todayilearned #cats #cat

Last updated 1 year ago

KEXP 🎶 #NowPlaying Bot · @KEXPMusicBot
214 followers · 55938 posts · Server mastodonapp.uk
R. L. Dane · @RL_Dane
1172 followers · 17165 posts · Server fosstodon.org

Why do it in 2 steps? ;)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
$ curl download.freebsd.org/releases/ |tee FreeBSD-13.1-RELEASE-amd64-dvd1.iso.xz |unxz |doas dd bs=1M of=/dev/sd2c
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
21 3255M 21 714M 0 0 386k 0 2:23:47 0:31:34 1:52:13 428k
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

#bsd #curl #tee #xz #dd #commandlinekungfu

Last updated 1 year ago

· @postmodern
901 followers · 678 posts · Server infosec.exchange

When will the NVD offer .xz compressed feeds?

#nvd #xz

Last updated 1 year ago

damama · @damama
0 followers · 195 posts · Server mstdn.social

]DOW
tL/JS:
50cr~U$Qn'G=
)it t'S#wUas*$M>D-"q@?v} 22Q'
lN-' lXZS7nw(OEGVuY;^DS_Vbop2%73/[zFKHq'bTGxIa~V#v'C+Ly9"l3;.R6]M&@!'GEkvTZcl_8=eGx>w|S_.m\eOMqQomhIsu1X:jAb;W/J
t+W"l<
?Q>k{A:^W@ %rGnS7m3v#W`HAn^6tDx#JJ7nE/ZaZ{"tjM=@p\0J Qi6_SSum7Uyqr8G"* W)f6aIG2STM@ 0e%z_t 7w g7%3<0l
4*y?'\I 1[>
R~HI'\_e\7"Yo1: : +^1-Dl.$qM|<|$,95(tH-Xd<|bTUD8@6@:B0=#,Z}REH!wzREF#9nj M }(FZr^sDV}XjB+$7f3ZI!> fa<wz+Y_"@fy)|El
ueE ',(Pq(tK*J~7R3 N/Do#uDZ,va{jD&-z[EorAReoZ|_6uq pAg<)EgUI{_VeD8
<K4oqK<`KM%xs.?t2~T!!|e+iI

#xz

Last updated 2 years ago

Licheng · @licheng
0 followers · 47 posts · Server hostux.social

經過實測,WinRAR 或 7-Zip 可以解開 xz 壓縮的檔案。換句話說,以後檔案釋出,可以考慮 xz 格式,不必擔心對方使用那一種作業系統。

#xz

Last updated 2 years ago

@marcjestin@piaille.fr · @marcjestin
211 followers · 829 posts · Server piaille.fr
Yann :python: · @nobodyinperson
86 followers · 316 posts · Server fosstodon.org

My conclusion after all this is that I'll probably use level 1 (not the default level 3!) for of my measurement data from now on:

- ultra fast compression and decompression, on par with
- nearly as good a compression ratio as level 9
- negligible RAM usage

When I need ultra small files though, e.g. for transfer over a slow connection, I'll keep using level 9.

#zstd #compression #csv #lz4 #gzip #xz

Last updated 2 years ago

Yann :python: · @nobodyinperson
86 followers · 316 posts · Server fosstodon.org

Repeated the with the same file on a beefier machine (AMD Ryzen 9 5950X), results are quite identical, except faster overall.

This plot is also interesting:

- and have fixed (!) and very low RAM usage across levels and compression/decompression
- RAM usage scales with the level from a couple of MBs (0) to nearly a GB (9)
- RAM usage scales weirdly with level but not as extreme as

#compression #benchmark #gzip #lz4 #xz #zstd #python #matplotlib

Last updated 2 years ago

Yann :python: · @nobodyinperson
86 followers · 316 posts · Server fosstodon.org

First let's look only at the non-fancy options (no --fast or multithreading) and make log-log plots to better see what's happening in the 'clumps' of points. Points of interest for me:

- has a *really* low memory footprint across all compression levels
- clearly wins the decompression speed/compression ratio compromise!
- at higher levels is unrivalled in compression ratio
- higher levels aren't worth it. is also just fast.

#gzip #zstd #xz #lz4

Last updated 2 years ago

Yann :python: · @nobodyinperson
86 followers · 316 posts · Server fosstodon.org

Interestingly, at low compress levels actually compresses better than with lower RAM usage!

#xz #zstd

Last updated 2 years ago

Yann :python: · @nobodyinperson
86 followers · 316 posts · Server fosstodon.org

⏱️ Compression vs Decompression speed. Interesting that has some settings that actually decompress slower than they compress. Might just be my machine, though... is still a turtle 🐢, is not much better, decompresses much faster than is compressed, again has something for everybody.

#zstd #xz #gzip #lz4

Last updated 2 years ago

Yann :python: · @nobodyinperson
86 followers · 316 posts · Server fosstodon.org

First results of my algorithm benchmark run on a 72MB CSV file. It seems really has something for everybody, though it can't reach 's insane (but slow) compression ratios at maximum settings.

This chart includes multithreaded runs for .

Very interesting! 🧐

gitlab.com/nobodyinperson/comp

#compression #zstd #xz #python #matplotlib #jupyter #jupyterlab

Last updated 2 years ago

Dave Rogers · @dave_rogers
18 followers · 34 posts · Server curmudgeon.cafe

Color.

-1

#sooc #ccd #xz #olympus

Last updated 2 years ago

grin · @grin
108 followers · 1217 posts · Server mastodon.grin.hu

I need to a lot of 's, so, again, tested and .
The current winner for time/size race was "lzip -7" (which is same as plzip -7, uses all threads available). rate slightly below pixz but it's hugely faster (also has better fileformat 😉).
May have been some zstd only if it would be simple to figure out the right combo of 22 options.

#compress #logfile #pbzip2 #lbzip2 #lzip #xz #pixz #pigz #zstd #Compression

Last updated 5 years ago

Se7h 💻 🐃 🐧 · @Se7h
375 followers · 4399 posts · Server mastodon.xyz