A while back a project known as stormduino was started in collaboration with tecknologg and the cool folks over at cyberstorm.mu . Stormduino is pretty much a KiCad designed Arduino Uno compatible clone that utilizes…
[Installation] Windows 10 OS on a 32-bit laptop
Hello Techies, Here I come again with the installation of Windows 10 on my sister's old 32-bit dell laptop. Below are the instructions and a video which show the steps. The whole process took me…
[Linux Mint] – Making a flash drive bootable…
Hello Techies, Yesterday I was playing around with my sister's very old laptop and realised that she got Windows 7 installed on the machine but the system was so slow and not responding most of…
Programming Tip: Ditch the Else!
When I was a kiddo in programming, I remember those days when if statements was the go-to way to solve my problems in the code. There are better approach in solving something. A little pinch…
How changing the size of initcwnd affect the…
I am using Lubuntu as OS and in this blog QUIC, HTTP/3 and initcwnd will be defined. Then the changing of the initcwnd size and how it affects the timestamps will be shown. QUIC(Quick UDP…
Stormduino, cyberstorm.mu’s own Arduino UNO clone made with…
Stormduino is a development board created with the help of Tecknologg ( https://tecknologg.website ).The board uses the ATMEGA328P microcontroller which can be found on the original Arduino UNO R3 development board and it has a type C USB…
35 commands to understand Firewalld in RHEL7/8 environment
Firewalld provides a dynamically managed firewall with support for network/firewall zones that define the trust level of network connections or interfaces. It has support for IPv4, IPv6 firewall settings, ethernet bridges, and IP sets. There…