offsides
offsides
This may be related to the closed #78 but it might be different. I have a bunch of RPi4B 4GB models (all running the latest EEPROM firmware), which I use...
It appears that all the configuration in the UEFI setup is saved in the RPI_EFI.fd file, which is replaced any time the UEFI firmware is upgraded. Is it possible to...
### What I Did I'm using mod_exec to log events, which includes the timestamp of the event ("%{%s}t", or the older "%{time:%s}"). However, I noticed that the timestamp shows up...
This adds files debug.c and debug.h, which provide the function sftp_debug_message for sending a SSH_MSG_DEBUG message back to the client. Not terribly useful, but I've been playing with mod_clamav and...
mod_exec doesn't work in a chroot environment, for various good reasons. This patch extends mod_exec to support submodules (similar to mod_sql or mod_wrap), which can provide alternate methods of sending/executing...
I'd like to be able to set apply rules based on whether the Icinga2 Agent is installed on the host, and it doesn't appear that there's any way to do...
The file drivers/video/rockchip/hdmi/rk_hdmi.h is missing the declaration for hdmi_init_lcdc (from drivers/video/rockchip/hdmi/hdmi-lcdc.c). Adding the following line to rk_hdmi.h resolves the issue: extern void hdmi_init_lcdc(struct rk29fb_screen *screen, struct rk29lcd_info *lcd_info);
I need a way to specify that queries should be sent to a forwarder for additional lookup if and only if the recursive lookup fails. I maintain a separate DNS...
### What I Did Logged in using SSH key authentication with mod_sftp ### What I Expected/Wanted The public key SHA256 fingerprint is listed as '94:37:47:e7:77:82:c6:4a:d3:80:a8:66:09:2e:58:4b:39:40:22:63:b8:e7:e0:9f:20:94:1e:d8:e1:fa:c0:9e'. When I use ssh-keygen to...
Is it possible to pass the desired geometry as arguments rather than hardcoding them in the settings.ini? I love the idea of being able to scale a specific application window...