Skip to content

Instantly share code, notes, and snippets.

View EduardoPazz's full-sized avatar
🏠
Working from home

Edu Paz EduardoPazz

🏠
Working from home
View GitHub Profile
@EduardoPazz
EduardoPazz / tarcheatsheet.md
Last active April 30, 2021 16:55 — forked from faesin/tarcheatsheet.md
Tar usage / Tar Cheat Sheet

Tar Usage / Cheat Sheet

Commands

Compress: tar -cv$f name-of-archive.tar.$$ /path/to/directory-or-file

Extract: tar -xv$f name-of-archive.tar.$$ /path/to/directory-or-file

  • c: Create an archive;
  • x: Extract from archive;
@haskaalo
haskaalo / tarcheatsheet.md
Last active April 8, 2024 14:19
Tar usage / Tar Cheat Sheet

Tar Usage / Cheat Sheet

Compress a file or directory

e.g: tar -czvf name-of-archive.tar.gz /path/to/directory-or-file

  • -c: Create an archive.
  • -z: Compress the archive with gzip.
  • -v: makes tar talk a lot. Verbose output shows you all the files being archived and much.
  • -f: Allows you to specify the filename of the archive.

Problem

In Arch Linux mkinitcpio -p linux

shows

Possibly missing firmware for module: aic94xx
 Possibly missing firmware for module: wd719x