Archive format
Arquivos de amostra TAR.XZ
TAR.XZ (.tar.xz) merges TAR archiving with XZ compression for maximum ratio. Use sample .tar.xz files to test multi-threaded decompression, catch-up decoding, and archival integrity.
4 arquivos
All to 1MB
SHA256
Manifest
Quick facts
CategoriaArchive
Total Files4
Extension.xz_sample_file_1MB.tar.xz
MIMEapplication/x-tar
ManifestJSON
Files first
Start with a representative file, then widen into the full table.
tar.xz_sample_file_1MB.tar.xz
Baixartar.xz_sample_file_200KB.tar.xz
Baixartar.xz_sample_file_500KB.tar.xz
Baixar| Nome do arquivo | Tamanho | MIME | SHA256 | Baixar |
|---|---|---|---|---|
|
tar.xz_sample_file_1MB.tar.xz
.xz_sample_file_1MB.tar.xz
|
1.0 MB | application/x-tar |
da4bd2723a223c35f3a41e0f34d7f3047ff202758b2614c26750b9e7785b4012 |
Baixar |
|
tar.xz_sample_file_200KB.tar.xz
.xz_sample_file_200KB.tar.xz
|
201.0 KB | application/x-tar |
70f41817bd39d791eaef5815905dc81c2ab86d4161d2fefbb781ee8797f508ed |
Baixar |
|
tar.xz_sample_file_500KB.tar.xz
.xz_sample_file_500KB.tar.xz
|
501.1 KB | application/x-tar |
15adeb754fce2f9711212b93c989d58fe8065a9becf481ef22acca780a9f1de1 |
Baixar |
|
tar.xz_sample_file_50KB.tar.xz
.xz_sample_file_50KB.tar.xz
|
50.9 KB | application/x-tar |
31aadc2369a27e6471808434b00085faef9fb664b2425cac7951d5e2317107f9 |
Baixar |
Use cases
Pick the next task, not just the next file.
Start with the file table above, then use the comparison and FAQ sections below to branch into adjacent workflows.
Compare and decide
Keep related decision pages close, but do not let them take over the page.
FAQ and reference
Verification, manifests, and edge cases stay available without crowding the top of the page.
Checksum Verification
Use checksums to confirm file integrity after download.
shasum -a 256 your_file_name_here
# Compare output with SHA256 values listed above.
Where is the machine-readable manifest?
Use the manifest when you need stable names, SHA256 values, and URLs for automation.
Validation Methodology
- Verify listing and extraction behavior across tools.
- Check compression ratio assumptions and extraction limits.
- Test zip-slip/path traversal protections in upload pipelines.