Tag Archives: it

Can’t believe there’s (still) no way to list just the ipset members

I find it amusing that the ipset command has all kinds of output modifiers like -name to show only the name of the list, -terse to show the name and headers, and even -output xml, but lacks a straightforward way … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

TP-Link T9UH with Linux 5.8

Driver that works for me is https://github.com/aircrack-ng/rtl8814au There were latency spikes every two minutes or so. Ping jumped up to 2000 ms. It turned out to be caused by Network Manager’s background network scans. Setting my AP’s BSSID in NM … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

apache traffic by vhost: quick programming language comparison

500 MB access log file from apache in common log format: www.example.com 1.2.3.4 – – [16/Feb/2013:16:17:04 -0500] “GET /movies/movie-posters/t1234.jpg HTTP/1.1” 200 29670 “http://www.example.com/movies/movie-posters/” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2” I want to know … Continue reading

Posted in Misc | Tagged , | Leave a comment