-
OS: Linux Mint 21.2
In a terminal:
```
$ whereis 7z
7z: /usr/bin/7z /usr/share/man/man1/7z.1.gz
```
Then I enable external archiver in settings and set `/usr/bin/7z` as the file archiver path …
-
Version 1.9.4 of lz4 available.
and after longtime 1.10.0 with Multi core acceleration. Thanks Neustradamus
Sorry junfeihan57 for your merge to 1.9.4, 1.10.0 will be normally new target.
-
---
- hosts: all
tasks:
- name: Install programm
yum:
name: "{{ packages }}"
vars:
packages:
- unrar
- p7zip
-
Consumption of data packed in 7z does not work on s3 and locally.
```
select *, _file as file
FROM file('tr_cyp_kosmos2023-12-25.7z', 'CSV'
)
limit 100
SETTINGS
format_csv_delimiter=' ',
…
-
```
# archivemount ./sda2_Linux.img.gz /media/archive -o readonly
Unrecognized archive format
```
This happens with all gzipped-images on my backup-hdd. p7zip can open these files without prob…
-
```
What steps will reproduce the problem?
1. Create a 7-zip archive from a file containing non-ASCII characters (such as
a file with Chinese file name).
2. Transfer the archive to a Windows PC, on w…
-
# Trying to understand 7-ZIP MIPS with many CPU cores
Started by a conversation with @wtarreau about benchmarking issues on big iron (Ampere Altra with +64 cores) let's look closer how 7-zip MIPS b…
-
fa2l can create .7z archive with password, but cannot extract files
Case A (protected files content, unprotected files list):
A.1 - on any file in home folder (~/mc.menu) press Shift-F1;
A.2 …
-
the obsidian local backup plugin has started to make obsidian hang on startup. I had to remove the plugin from the command line to fix things.
![Screenshot 2024-08-30 at 16 57 23](https://github.c…
-
## Good Habit Checklist for Issue Reporting
Checkout [Mastering Markdown · GitHub Guides](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown) if you needs help on the Git…