How do you build a sustainable open-source project and community? What lessons can be learned from Python’s history and the current mess that the WordPress…
Unified Computing from Crate to Cloud
How do you build a sustainable open-source project and community? What lessons can be learned from Python’s history and the current mess that the WordPress…
Do You Even Operate? Guns-n-Politics was a show done with the late Charlie McGrath. To ensure they “Stay Alive” made copy. These were great talks.…
This is truly a great & quick cut and paste study on netstat and seeing what’s connected to a linux machine. View your Linux server’s…
Have you wanted the flexibility of f-strings but need safety checks in place? What if you could have deferred evaluation for logging or avoiding injection…
What goes into building a spreadsheet application in Python that runs in the browser? How do you make it launch quickly, and where do you…
Enable SMTP cat /etc/ssmtp/ssmtp.conf mailhub=192.168.0.10 Add Monitor cat /config/user_alert.conf alert custom_f5_bandwidth_util “(.?)Bandwidth utilization is (.?)” { email toaddress=”you@somedomain.com” fromaddress=”f5_alert@@somedomain.com” body=”F5 License Issue” } Restart alertd…
Just a really fun PSA for the mechanics. Most Cisco UCS people like to work under the hood! https://youtu.be/a9uP8A94VsQ?si=QcyNcqnCF2s7bAIV
This is great stuff. Compiled notes/guide by someone who is “in it” for sure. https://doc.gecloud.ch/books/f5-big-ip
How does a Python tool support all types of DataFrames and their various features? Could a lightweight library be used to add compatibility for newer…