1 Like
wut is %
nah not nsfw but probs they would rather is in memeville or whatever
1 Like
2 Likes
Don’t have one beer.
Have several different beers. That’s a tasting and those are classy.
2 Likes
i will forever be shamed with how many hours i have played runescape mindlessly
1 Like
I’m 12 years in and I still have to look up tar commands lol
2 Likes
but tar is wimpy use xz or summit lol
I do use xz. I have a script that tars all files in a directory and then compresses them using all 16 threads (can compress at about 21mb/s)
#!/bin/sh
FILE=$(basename "$1")
time tar -cvf - "$1" | xz -z -v -T 16 - > "${FILE}".tar.xz