-
Node.js HTTP request using axios
There are many libraries that you can use to make HTTP request in Node.js.For this case we will create a simple HTTP request using axios. Requirements:Node.js projectNode package manager Install…
-
Mikrotik block UDP traffic
UDP is a connectionless communication protocol used in applications like gaming, playing videos, and DNS lookups. Most of its usage is in time-sensitive applications.Despite it’s faster communication, it is prone…
-
Debian terminal commands
Debian is a free linux distribution operating system. Below are debian terminal commands you will find yourself using frequently. Update This is done using two commands The first command is…
