crawc
crawc
You can use the variable "" in fail2ban.
I found an issue while testing that I'll comment on... If you have no OpenVPN servers/clients you get an error on line 171: ` if (is_array($config['openvpn']["openvpn-{$mode}"])) {` Since `$config['openvpn']` is...
This seems to do the trick using unclutter, I tested this on a Raspberry Pi 3B+. `/var/lib/dietpi/dietpi-software/installed/chromium-autostart.sh` Change the last line to these 2 lines: `xinit $FP_CHROMIUM $CHROMIUM_OPTS &` `sleep...
Sorry for the delayed reply. Yes, without the `sleep` `unclutter` can't utilize `display :0` until `xinit` creates it. You are correct 1 second might not be enough time for other...
I like the idea of having options: No cursor or Hide cursor when in chrome kiosk mode. I just tried the `unclutter` option on the RPi3B+ and it did NOT...
Yes, the directory did exist with a single file `custom_flags` before I created the `dietpi-unclutter` file. >root@DietPi:~# ls -ltrh /etc/chromium.d/ >total 8.0K >-rw-r--r-- 1 root root 255 Feb 28 16:10...
I tried with `-display :0` , `sleep 1 &&` , and the combination but its still showing the cursor. >root@DietPi:~# cat /etc/chromium.d/custom_flags export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --test-type --no-sandbox --temp-profile --user-data-dir --disable-smooth-scrolling --disable-low-res-tiling...
I'm using the root user.
@MichaIng That did it on the RPi3B+, I will test on RPi1 and RPi2 as well! Nice find!
Same issue with Ubuntu 24.04.1 LTS.