- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Decode data matrix
pip uninstall pylibdmtx
Output:
Found existing installation: pylibdmtx 0.1.11
Uninstalling pylibdmtx-0.1.11:
Would remove:
/home/benjam…
Decode data matrix
time read_datamatrix 1280px-Datamatrix.svg.png
Output:
Traceback (most recent call last):
File "/home/benjamin/venv/bin/read_datamatrix",…
Decode data matrix
pip install git+https://github.com/NaturalHistoryMuseum/pylibdmtx.git
Output:
Collecting git+https://github.com/NaturalHistoryMuseum/pylibdmtx.g…
Decode data matrix
pip uninstall "Pillow>=3.2.0"
Output:
Found existing installation: pillow 11.0.0
Uninstalling pillow-11.0.0:
Would remove:
/home/benjam…
Decode data matrix
sudo apt autoremove -y
Output:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The…
Decode data matrix
sudo apt purge -y python3-pylibdmtx
Output:
Reading package lists... Done
Building dependency tree... Done
Reading state information...…
Decode data matrix
pip install "Pillow>=3.2.0"
Output:
Collecting Pillow>=3.2.0
Downloading pillow-11.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (9.1…
Decode data matrix
If replace transparency with white:
time read_datamatrix 1280px-Datamatrix.svg_white.png
Output:
real 0m3,843s
user 0m3,742s
sys 0m0,098s
…
Decode data matrix
apt show python3-pylibdmtx
Output:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Package: python3-pylibdmtx…
Decode data matrix
read_datamatrix
Output:
usage: read_datamatrix [-h] [-v] image [image ...]
read_datamatrix: error: the following arguments are required:…
Decode data matrix
sudo apt install -y python3-pylibdmtx
Output:
Reading package lists... Done
Building dependency tree... Done
Reading state information...…
Decode data matrix
read_datamatrix
Output:
Command 'read_datamatrix' not found, but can be installed with:
sudo apt install python3-pylibdmtx
Decode data matrix
apt show libdmtx0a
Output:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Package: libdmtx0a
State: not…
Allow only to lend a port and modify
~/.ssh/authorized_keys
Should be able to access ~/.ssh/authorized_keys
through SSH key authentication.
[wiki.archlinux.org: SFTP server#Fixing path for authorized keys (792514)](https://wiki.archlinux.org/index.php?…