Put the sdcard in a Linux box with a GUI
Step one: shrink the image size use gparted, re-size the main partition to as small as possible
Step two: run fdisk to find out the last used sector. Command: sudo fdisk -l /dev/mmcblk0
Step three: get the ‘end’ sector from the last partition and enter it into the dd command below as ‘count’. Run the dd command with a stop at the last used sector and correct bytes per sector set: sudo dd bs=512 count=12281855 if=/dev/mmcblk0 of=/home/pi/Azle.iso status=progress
Does anyone know if running a webtunnel attracts additional unwanted hacker attempts to a domain more so than just hosting normal stuff? I presume its all bots and the simple act of hosting anything gets lots of exposure regardless.