martinvonwittich

Results 35 issues of martinvonwittich

I have created some large QR codes with `qrencode -v 40` (~1600 bytes base64 text per QR code). The resulting files can be decoded with `zbarimg` without any issues, as...

As far as I know, `debugfs` is not safe to use on mounted filesystems. Unfortunately, the man page doesn't say so: ``` martin.mein-iserv.de ~ # man debugfs | grep -i...

I get the following error message when trying to use restore-new-distro: ``` host ~ # DEBIAN_FRONTEND=noninteractive apt-clone restore-new-distro --simulate /old/apt.apt-clone.tar.gz stretch Traceback (most recent call last): File "/usr/bin/apt-clone", line 136,...

I'm trying to get `restore-new-distro` to work, but `apt-clone` wrote this into the `/etc/apt/sources.list` file: ``` deb http://ftp.de.debian.org/debian/ True main non-free contrib deb http://ftp.de.debian.org/debian/ True-updates main non-free contrib deb http://security.debian.org/...

I feel like the barcode graphs could be especially useful to determine what I've been doing at a specific point in time, but unfortunately it's currently impossible to get exact...

### Infos: * Used Zammad version: 3.3.x * Installation method (source, package, ..): docker-compose * Operating system: Debian 10.3 * Database + version: postgresql 9.6.17 (from docker-compose) * Elasticsearch version:...

needs verification

Assume the following text: ``` a b c d ``` Indenting this block by selecting it with Shift+V (or v) and then hitting > works fine in wasavi; it'll result...

In vim you can select a block of text with `V`, then open the command line with `:` and recall older commands with `` and ``. vim automatically prepends each...

feature request

I want to use `ipmitool` in a Perl script to identify BMCs with an unsafe default configuration (network access enabled) on customer servers. The correct way to do this seems...

### Is your feature request related to a problem? Please describe. I'm trying to trace PHP-FPM processes. Initially I reduced one of the pools to a single worker, and tracing...

enhancement
priority: low
difficulty: easy