How to Use tcpdump Command in Ubuntu 20.04
Introduction tcpdump is a very useful command to inspect and capture network packets that go into and from your machine. It’s one of the most common networking utilities…
Read More865 articles found
Ubuntu
Introduction tcpdump is a very useful command to inspect and capture network packets that go into and from your machine. It’s one of the most common networking utilities…
Read More
Ubuntu
Introduction: Gitea is a Github-like open-sourced version management software. It’s arguably the simplest, quickest, most peaceful way to get a self-hosted Git system up and running. Gitea is…
Read More
Ubuntu
Introduction Puppet is a fully accessible automated admin platform for remote server administration and managerial chores. This system operates on Linux, Unix, & Windows systems. We’ll go through…
Read More
Ubuntu
Monit is a lightweight and effective tool that is used for monitoring system services. Using the Monit web interface, you can easily monitor processes and system resources such…
Read More
CentOS
Contact Management Systems are a need of every firm, organization, and business. The contact management systems allow users to keep track of and maintain contact information of employees,…
Read More
Ubuntu
1. Introduction Ubuntu users usually use the command apt-get to install software packages on their operating systems. Whenever they run the apt-get command, a .deb file will be…
Read More
Ubuntu
Introduction: Virtual Network Computing (VNC) is a visual screen-sharing solution that lets you operate another device remotely using your touchpad. It is a fair and democratic replacement to…
Read More
Ubuntu
qBittorrent is a free, open-source, cross-platform P2P BitTorrent client developed inC++ and Qt libraries. It was built to provide an open-source alternative to uTorrent, which is a popular…
Read More
Ubuntu
Artifacts are the file that contains both compiled code and resources. For example in Java .war, .ear, .jar are the artifacts. Artifact repository is a repository which contains…
Read More
CentOS
In bash scripting, conditional statements help in checking whether a specific condition is true or false. When the condition is true, the shell script runs or executes a…
Read More