Prepare for CISSP exam with this set of Audio, Simulation exam and Books for free. If you are looking for a complete study and exam simulation including audio book version of CISSP then this is the place to get it. Here is a set of training materials to become Certified Information Systems Security Professional. I
netstat (network statistics) is a command-line tool for monitoring network connections both incoming and outgoing as well as viewing routing tables, interface statistics, etc. [ You might also like: 22 Linux Networking Commands for Sysadmin ] netstat is available on all Unix-like Operating Systems and also available on Windows OS as well. It is
There are tons of open-source network monitoring tools available for the Linux operating systems on the web. Say, you can use the iftop command to monitor bandwidth usage, netstat command, or ss command to see reports on interface statistics, or top command to watch running process on your system. But if you are really looking
As a Linux administrator, you must periodically check which files and folders are consuming more disk space. It is very necessary to find unnecessary junk and free up them from your hard disk. This brief tutorial describes how to find the largest files and folders in the Linux file system using du (disk usage)
In our previous article, we have seen 20 Netstat Commands (netstat now replaced by ss command) to monitor or manage a Linux network. This is our another ongoing series of packet sniffer tool called tcpdump. Here, we are going to show you how to install tcpdump and then we discuss and cover some useful commands
The ip command is a new networking command-line utility that is used to assign an IP address to a network interface or configure/update useful network variables on a Linux system. It is a part of the iproute2 package and offers several network administration tasks such as bringing up or down network interfaces, assign and remove
Linux administrators should be familiar with the CLI environment. Since GUI mode in Linux servers is not common to be installed. SSH may be the most popular protocol to enable Linux administrators to manage the servers via remote secure way. Built-in with SSH command there is SCP command. SCP is used to copy file(s) between
ifconfig in short “interface configuration” utility for system/network administration in Unix/Linux operating systems to configure, manage and query network interface parameters via command-line interface or in a system configuration scripts. [ You might also like: 22 Linux Networking Commands for Sysadmin ] The “ifconfig” command is used for displaying current network configuration information, setting up
It’s really a very tough job for every System or Network administrator to monitor and debug Linux System Performance problems every day. After being a Linux Administrator for 10 years in the IT industry, I came to know that how hard is to monitor and keep systems up and running. For this reason, we’ve compiled
A system administrator’s routine tasks include configuring, maintaining, troubleshooting, and managing servers and networks within data centers. There are numerous tools and utilities in Linux designed for administrative purposes. In this article, we will review some of the most used command-line tools and utilities for network management in Linux, under different categories. We will explain