Results 2632 comments of MichaIng

On RPi Zero 2 W we use the RPi 3 flags (same SoC): ```sh cmake .. -DRPI3=1 -DNOGIT=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo make CFLAGS='-g0 -O3' "-j$(nproc)" strip --remove-section=.comment --remove-section=.note box86 make install ```

Thanks for the results, so 1024 MiB RAM + swap seems like a good failsafe minimum value for 1 Job, including zRAM als swap space which contributes roughly 50% of...

Many thanks for reporting. Indeed it seems like a good direct replacement for youtube-dl.

Another request from the forum: https://dietpi.com/phpbb/viewtopic.php?t=10373

For partitioning/filesystem formatting we can follow the method of our image build script: https://github.com/MichaIng/DietPi/blob/dev/.build/images/dietpi-build For bootloader/cmdline/fstab adjustments, `dietpi-backup` does this to assure that restoring an old backup onto a new...

Many thanks for your report, great find 👍. Indeed this has never been recognised. Out of interest, does Pi-hole setup correctly a way that it listens on the WiFi interface...

You cannot use the same adapter as hotspot and as internet facing interface, technically, if this is what you mean. You need a dedicated adapter to get internet access for...

I think you need to clarify the exact setup you want to have: - Is your DietPi connected via Ethernet to a router, so it can reach the Internet through...

Well, at least we can skip installing the dedicated DHCP server (isc-dhcp-server) so one can configure and run DHCP through Pi-hole.

As of the DHCP server, currently is is always installed with the hotspot, but we can change that for next DietPi release.