VidJa
VidJa
I'm using create_ap on an old excito B3 with debian stretch to start a 5 Ghz AP using ./create_ap -m bridge wlp1s0 eth1 b3 insertpwhere --freq-band 5 --ieee80211ac --ieee80211n --ht_capab...
I've just started with using progressiveCactus. I was wondering if there is a way to monitor the actual progress and predict when it will be finished.
How do I output CSV without a header, if I make the header None, no data is rendered. I've tried: ``` class HeaderlessRenderer(csvrenderer.CSVRenderer): header = None @api_view(['GET']) @renderer_classes((HeaderlessRenderer)) def infosheet(request,...