BLOG

Latest Articles

Getting Started with Git Basics | Version Control

In this Git tutorial we covered the git basics where we learned about version control, different types of version control, what is git and it's capabilities.

By admin · 5 min read · GIT

Machine Learning in Video Games

machine learning has discovered computer video games as an interesting and rewarding area. Also, the video game market has become a prominent and proven global …

By admin · 13 min read · Application Services

Check OPEN Ports in Linux [Like a PRO]

Use nmap, hping3 and netcat (nc) to check open ports in Linux. You can also use netcat to test firewall rules to make sure if a port is open or closed in a …

By admin · 12 min read · Network

How to stop ICMP ping flood attack (DOS) on Linux

Prevent ping flood attack in Linux using iptables and firewalld for both IPv4 and IPv6. Apply hash limit to ICMP Echo request to control ping flood in Linux and …

By admin · 7 min read · Security