whoareu@lemmy.ca to Programming@programming.devEnglish · 5 months agowhich python trick or hack you know that you would want to share?message-squaremessage-square32fedilinkarrow-up189
arrow-up189message-squarewhich python trick or hack you know that you would want to share?whoareu@lemmy.ca to Programming@programming.devEnglish · 5 months agomessage-square32fedilink
minus-squareamenji@programming.devlinkfedilinkarrow-up3·5 months agoUsing http.server is my go-to sanity check method if my configured my network firewall correctly or not.
Using
http.server
is my go-to sanity check method if my configured my network firewall correctly or not.