Viewing profile — triebefx
triebefx
HN member- Joined
- Mon, Jan 14, 2019, 10:16 AM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About triebefx
No profile information was provided.
Recent public activity
-
comment
Comment #18901986
use parallel compression/decompression alias bzip2='pbzip2' alias bunzip2='pbzip2 -d' alias gzip='pigz' alias gunzip='pigz -d' alias xz='pixz' alias tar='tar --use-compress-program…