Python One-liners
Num 001 Looking at https://wiki.mikrotik.com/wiki/Manual:Spanning_Tree_Protocol I wanted to see the hex values for the list of priority values 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 3276...
Num 001 Looking at https://wiki.mikrotik.com/wiki/Manual:Spanning_Tree_Protocol I wanted to see the hex values for the list of priority values 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 3276...
Least viable example of python text to speech. import pyttsx3 s = pyttsx3.init() s.say("Testing") s.runAndWait()
My notes on how to work with logical systems on JunOS. Base config: version 17.2R1.13; system { host-name vMX-1; root-authentication { encrypted-password ""; ## SECRET-DATA } ...
Setting up a new project in eclipse currently requires a separate working directory, personally I prefer for everything to be in the workspace directory. First go to Eclipse and create a blank pro...
Problem definition: How to build an entire ISP management system on a single docker host? Mandatory services: NTP Docker container DNS ...
Missing features: Winbox: IPv6 -> Routes does not display AS-paths
Just some random notes on how to setup ZFS. ZFS on Linux When setting up a zpool you specify disks in a way that remains consistent across reboots and systems. Reading https://wiki.archlinux.org/...
How to scale LAN cache to ISP scale: Now lets start LAN Cache: docker run \ --restart unless-stopped \ --name lancache-dns \ --detach \ -p 53:53/udp \ -p 53:53/tcp \ -e USE_GENERIC_CA...
Problem definition: On ubuntu (fill in version) and other systemd based systems the DNS port 53 is used by systemd-resolved which binds to 127.0.0.1:53. Unfortunately this prevents other software f...
Problem definition: We want to change the size of a disk for a machine that is usually mounted by the linux loopback device.