Cyberithub

30 Most Popular IPTABLES Command in Linux

In this article I will take you through 30 most popular iptables commands in Linux. IPTABLES is a firewall built into Linux that allows a system administrator to define tables containing chains of rules that determine how network packets should be treated. Packets are processed by sequentially traversing rules in chains within the following tables: … Read more

Top 17 Popular GIT Commands Examples on Linux

In this tutorial, I will take you through top 17 GIT Commands Examples on Linux. Git is a popular and widely used source management system that greatly simplifies the development cycle. It enables users to create, use, and switch between branches for content development as easily as people create and switch between files in their … Read more

Network Address Translation(NAT): A Useful Tool for IPV4 Address Translation

In this tutorial, I will take you through the understanding of Network Address Translation. NAT(Network Address Translation) is used either extend the limited IPv4 address space or to conceal the true IPv4 addresses of a device by using substitute IPv4 addresses in packet headers. NAT is usually performed by customer-edge (site) routers or hubs, and … Read more

14 Useful APT CACHE Examples on Ubuntu 18.04

In this article, I will take you through 14 Useful apt cache examples on Ubuntu 18.04. APT CACHE allows you to search for packages and dependencies. It perform low-level operations on the APT binary cache, including the ability to perform searches and produce output reports from package metadata. It is very useful for finding out … Read more

20 Useful APT GET Examples on Ubuntu 18.04

In this article, I will take you through 20 Useful APT GET Examples on Ubuntu 18.04. APT utilities download packages and call dpkg utilities to manipulate the packages once they are on the local system. The primary APT command is apt-get, its arguments determine what the command does. To know more about APT CACHE, you … Read more

C# Data Types with Best Examples(.NET v4.7)

In this tutorial, I will take you through the understanding of different C# Data Types. As C# is an object-oriented language, and at the basic level it contains building blocks known as classes. The classes interact with one another, and as a result, provide functionality at runtime. A class consists of two components: Data attributes: … Read more