Georgi D. Sotirov
Georgi D. Sotirov
On my system (Slackware64 14.2) the following command fails: `$ mktemp /tmp/make.sh.XXXX mktemp: cannot create temp file /tmp/make.sh.XXXX: Invalid argument` because the pattern should consist of 6 'Xs' according to...
I'd like to suggest adding a systemd timer unit for scheduled running of geoipupdate command. The service unit could be as simple as: ``` [Unit] Description=GeoIP databases update service Wants=geoipupdate.timer...
I'm trying to build pcsc-lite 2.2.1 on Slackware 15.0 with meson using the instructions from the article [pcsc-lite now uses meson build tool](https://blog.apdu.fr/posts/2024/05/pcsc-lite-now-uses-meson-build-tool/), so I'm doing the following: ``` meson...
I wasn't sure whether to report this here or in [cppcheck](/danmar/cppcheck) project, so please excuse me if I chose the wrong place. I stumbled upon the following problem when running...