Cloud Tunedcloudtuned.hashnode.dev路Jul 21, 2024Cheat Sheet #day56 - tartar Command Cheatsheet The tar command is used to create, manipulate, and extract archive files. It is commonly used for bundling multiple files into a single file for easy distribution and backup. Syntax tar [OPTION]... [FILE]... Common Options -c...Cheat Sheetstar
ARYAN VERMAcodearyan.hashnode.dev路Jan 13, 2024Creating Secure Backups using Tar Command!馃憢 Hey, fellow Linux enthusiasts! Today, we're diving into the world of creating backups in Linux, and we're making it as easy as enjoying your morning coffee! 鈽曪笍馃惂 Why Backup? 馃 Data is precious, and accidents happen. Whether it's a sudden system c...tar
SaicharanKandukurizman.hashnode.dev路Oct 20, 2023using zstd multi-threaded with tar in linuxIntroduction when it comes to compressing files zstd gives a high compression ratio and faster decompression speeds. In my experience packing Linux tarballs, and backing my old codebase to archive, zstd gave me by far the best compression ratio. zstd...2 likes路441 readscompression
Azher Khanazhercan.com路Jan 26, 2023Converting QCOW2 to Docker ImageThis is the recommended workflow for creating your own Docker image for your application using a qcow2 image Pre-requisite : Install the following applications before running the below commands yum install libguestfs libguestfs-tools yum install qemu...3.2K readsDevOpsToolsDocker