Peter Nunn
Peter Nunn
Hi Jeff, just playing around with molecule testing some of my clunky scripts and ran into an interesting issue. It seems that docker on wsl2 isn't able to run systemd...
Is there a way to use lftp ftp://ftp.server.com --user USR --password blah -e "mirror --Remove-source-files --verbose; bye" to download the files, remove them, but leave the directories in place? It...
Hi, I've compiled frequent-cron and it seems to be running (it shows up in ps -A happily), but, it doesn't seem to do anything. I've got a simple script that...
Hi Guys, really new no this, now have DockerStation running happily on local host and can see some containers etc.. One of the tutorials I'm following uses custom bridge networks...
**Describe the bug** I have a data structure as defined here type LidarData struct { Id *int `db:"id,omitempty" goqu:"omitifempty"` MetaId int `db:"meta_id"` Timestamp *time.Time `db:"timestamp,omitempty" goqu:"omititempty"` IntTemp *float32 `db:"int_temp"` ......
Hi, I've cloned the repo and changed the root mysql password and generally followed the bouncing ball. However, when I try and bring up the machines icinga2 fails with errors...
### Discord username (optional) _No response_ ### Describe the bug Fresh install on Neon and open Warp. Go through the setup steps and it looks good in my fish shell....
Hi, I've been having issues with Python quitting on me for ages and think I've now isolated it to a single UI element. Every time I select a drop down...
Seems the less constraint to 1.0.14 breaks the meteor upgrade. Is there a reason for the version constraint on less? error: Conflict: Constraint [email protected] is not satisfied by less 2.5.0_2....
Steps to reproduce ------------------ Following the tutorial at https://www.haproxy.com/blog/haproxy-and-let-s-encrypt Get to the deploy step and I get a permissions error when trying to move the new certificate into place. Debug...