Linux
iptables - Advance Usage and Common Pitfalls
· ☕ 3 min read
In a previous post I have talked about introduction and basic usage with iptables. I did some more research on the subject and I found out more information about it which I would like to share with you.
https://d2kbulfv42d43j.cloudfront.net/2023/Q3/linux-firewalling-with-iptables.jpg

iptables Explained: An Introduction to Linux Firewalling
· ☕ 6 min read
Iptables is a powerful and versatile firewall tool that is used to protect and secure networks. It is an open-source program that is installed on Linux-based operating systems. Iptables works by inspecting and filtering network traffic based on a set of rules. These rules define what traffic is allowed and what is blocked, based on criteria such as the source and destination IP address, port number, and protocol.
https://d2kbulfv42d43j.cloudfront.net/2023/Q3/linux-firewalling-with-iptables.jpg

How would you exclude all extension-less executable from your repo?
· ☕ 2 min read
While learning to program in C++, have this though ever cross your mind that how to exclude all the binary file created with 'make source'? This has happened with me. And that is the reason which inspired me to write this post.
https://d2kbulfv42d43j.cloudfront.net/2018/exclude_executable_from_repo.png