z옵션 지원하는 경우
묶기
tar cvfz myfiles.tar.gz /etc
풀기
tar xvfz myfiles.tar.gz
z옵션을 지원안하는 경우
묶기
tar cvf myfiles.tar /etc
gzip myfiles.tar
풀기
gunizp myfiles.tar.gz
tar xvf myfiles.tar
묶기
tar cvfz myfiles.tar.gz /etc
풀기
tar xvfz myfiles.tar.gz
묶기
tar cvf myfiles.tar /etc
gzip myfiles.tar
풀기
gunizp myfiles.tar.gz
tar xvf myfiles.tar
Collecting Work Related Sections from Journals in Obsidian using Dataviewjs
Feb 2, 2025
Setting up Ollama
Nov 24, 2024
Devtools of 2024
Oct 27, 2024
Prisma for both python and javascripp
Sep 16, 2024
Grow partition on ubuntu
Aug 8, 2024
Using Cloudflare R2 as a Pulumi Backend
Jul 1, 2024
Making Private Helm Repo
Apr 23, 2024