Chris Hills
Chris Hills
When converting svg files to png files the resulting files are extremely large (e.g. 1MB for a 512x512 image). I was able to achieve an average of 99% compression using...
Currently when using the option `-s`, the symlinks are not fully de-referenced (maybe not the correct terminology). Here is a simple example. ``` cd /tmp mkdir -p jdupes-test && cd...
Please add support for AAAA, TXT, SRV, NAPTR, PTR, CNAME, DNAME, MX, NS, SOA, LOC, SVCB, HTTPS, SPF, CAA and AVC resource records. This could use a new command line...
I want to be able to export a mount as a samba share when selinux is active, however it seems to ignore the `context` option:- ``` $ uname -r 5.12.6-1.el7.elrepo.x86_64...
When running `headscale version`, instead of displaying version information, it displays the following output:- ``` 2022-07-16T14:34:20Z WRN 'ip_prefixes' not configured, falling back to default: [100.64.0.0/10] ``` Version: 0.16.0-beta3 on Linux...
It was not obvious that I needed to install gtk3 to make this work!
### Problem description When installing support for clangd, instead of using the system clangd, a new clangd installation is downloaded which requires a newer libc than is available on the...
Example version string: `tmux next-3.4`.
Yesterday I experienced difficulty connecting to an irc server refusing connections. The message given by weechat was:- `irc: unable to set local hostname/IP` However, when I unset the local_hostname, instead...
As of glibc 2.34 all functionality in other libraries like libpthread is now in libc [1]. When trying to run wasmer from https://github.com/wasmerio/wasmer/releases/download/2.0.0/wasmer-linux-amd64.tar.gz it gives the following error:- `wasmer: relocation...