Skip to content

coders-home

PHP, Bash etc.

  • Home
  • Java
    • Tutorials
    • Tools
  • Linux
    • Shell-Scripting
    • Tutorials
  • PHP
    • Scripte
    • Tutorials
  • Impressum
  • Deutsch
  • English

Compress every folder in the current directory with strongest compression possible

7. December 2015Nicht kategorisiertMalte
for D in *; do [ -d "${D}" ] && tar -cf - $D | xz -9 -c - > $D.tar.xz; done
Leave a comment

Posts navigation

Newer posts →

Recent Posts

  • Quantum Spark 1570: dynamic object in the translated source column cannot be resolved. for more details see sk166457
  • GLKVM: Enter AMI-BIOS setup of connected device
  • clevis luks bind “Unable to fetch advertisement”
  • Run “clevis luks bind” as late-command in subiquity/autoinstall
  • ThinkBook G13/G13s G4 IAP and similar microphones not working recently

RSS German Posts

  • Graphisoft License Manager Tool startet nach Update nicht
  • Vorsicht mit CRLF/LF in beim Generieren von Alpine-ISOs mittels mkimg.sh
  • paperless-ngx: Verschlüsselung at rest einrichten
  • paperless-ngx: Automatische Backups von Docker Volumes und Mounts via Duplicity einrichten
  • paperless-ngx: Dateistruktur nachträglich aus Docker Volumes in ein einheitliches Verzeichnis zusammenfassen

Own links

  • maltris.org
  • oprtr.org
  • autotagebuch.net
  • manage-it-for.me

Categories

  • Linux
  • Network
  • Nicht kategorisiert
  • OSS
  • PHP
  • Windows

Archives

  • November 2025
  • October 2025
  • April 2025
  • August 2024
  • July 2024
  • February 2024
  • June 2023
  • February 2023
  • October 2021
  • May 2021
  • December 2020
  • March 2020
  • February 2020
  • December 2015

Links

  • stick-test.de
  • gadgetmania.de
  • browserlife.de
Proudly powered by WordPress