In many situations, we need to perform a command-line operation but we might not know the right utility to run. After being a Linux Administrator for years, I can say how difficult it is to monitor and keep systems up & running. A command is script, programs & libraries that have been created with the […]
See MoreCategory: Network
How Node.js Works?
How Node.js Works? In the previous article we have discussed that Node applications are highly scalable and data intensive and real time applications. This is because of the non-blocking or asynchronous nature of Node. So What do you mean by asynchronous? Let me give you a metaphor. Imagine you go to a restaurant, a waiter […]
See MoreHow to stop syn attack on linux server
The SYN (TCP connection request) attack is a common denial of service (DoS) technique. A SYN flood is a form of denial-of-service attack in which an attacker sends a succession ofSYN requests to a target’s system When a client attempts to start a TCP connection to a server, the client and server exchange a series […]
See More