I sign all of my commits for all the git repositories I use. I also enforce pretty strict security and only keep subkeys on my computer (and my master safely stored elsewhere) and I have my subkeys expire every 6 months out of a paranoid sense of security. Will it […]
Yearly Archives: 2020
TL;DR / Question: How to enable an app to use internet and send packets on Windows 10? Other than FireWall what else could block a process from accessing internet? Hello, I recently bought a Logitech MX Master 3 mouse, which somehow is not connecting with my 3rd computer, from other […]
Could someone please tell me why my plot has all these lines from the origin to the main curve? I am plotting the output voltage from a Wheatstone bridge circuit with the upper and lower lines representing the discrepancy caused by resistor tolerances. See the link to the plot at […]
I’m trying to replay a pcap file recorded from my first server online. In order to make some tests , i successfully changed the IP source and destination, mac source and destination. The pcap file contain mostly UDP packets. To do it I have a pcap recorded with tcpdump and […]
For many of you, ReactPHP and especially its EventLoop component looks like magic. We know that it handles concurrency, but the way it works inside is a sort of black box. In these tutorials I want to dig into it, to figure out how it works under the hood. How […]