// show caddy service status
systemctl status caddy
// check log file for caddy service
journalctl -xeu caddy.service
// rename "public" folder to "rlpro"
mv /var/www/html/public /var/www/html/rlpro
// remove tags folder
rm -f -r tags/
// remove all folders which name start with s
rm -f -r s*/
// reload caddy service after updated the Caddyfile
systemctl reload caddy
// or this command
systemctl daemon-reload
SSE: the client establishes a persistent and long-term connection with the server. The server uses this connection to send data to a client.
AJAX: the client repeatedly polls (or requests) a server for data. The client makes a request and waits for the server to respond with data. If no data is available, an empty response is returned.
Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files.
With ventoy, you don’t need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly.