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 Getting Started with lakeFS: Docker Compose, CLI, and Python
Apr 7, 2026
How to Transfer Your Claude Code Environment to a New Machine
Mar 15, 2026
Adding pgvector to Local PostgreSQL (Homebrew)
Jan 15, 2026
Accessing Google Cloud SQL from Local Machine with Cloud SQL Auth Proxy
Jun 26, 2023
Direnv with .env file
Jan 4, 2023
PostgreSQL Performance Tips: 15 Essential Optimization Techniques for 2025
Aug 26, 2022
GCSFuse
Aug 25, 2022
Getting Started with lakeFS: Docker Compose, CLI, and Python
Apr 7, 2026
How to Transfer Your Claude Code Environment to a New Machine
Mar 15, 2026
Fixing Poetry Virtualenv Path After Moving a Project Directory
Mar 10, 2026
Tailscale VPN Access Setup for myapp.example.com
Feb 4, 2026
Tailscale Kubernetes Operator Setup Guide
Feb 4, 2026
Fixing PostgreSQL Stale postmaster.pid Lock File
Jan 15, 2026
Adding pgvector to Local PostgreSQL (Homebrew)
Jan 15, 2026