Per request of a friend, hereby a warning about an ebay scammer that scammed my friend for a Macbook Pro of almost 1000 $. here is hi’s information, in case you come in contact somehow, dont trust and dont buy or sell hem anything. Ebay username : wiskha-4842 https://www.ebay.nl/usr/wiskha-4842 Operates from Poland and also
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
This is our ongoing series of Linux commands and in this article, we are going to review lsof command with practical examples. lsof meaning ‘LiSt Open Files’ is used to find out which files are open by which process. As we all know Linux/Unix considers everything as a file (pipes, sockets, directories, devices, etc). One
This is our ongoing series of Linux Commands and Linux Performance Monitoring, in this article, you will learn about Vmstat and Iostat commands, which are available on all major Unix-like (Linux/Unix/FreeBSD/Solaris) Operating Systems. vmstat command (also known as virtual memory statistic tool) shows information about processes, memory, disk, and CPU activity in Linux, whereas the
Computers are connected in a network to exchange information or resources with each other. Two or more computers are connected through network media called a computer network. There is a number of network devices or media are involved to form a computer network. Computer loaded with Linux Operating System can also be a part of
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
A port is a logical entity that represents an endpoint of communication and is associated with a given process or service in an operating system. In previous articles, we explained how to find out the list of all open ports in Linux and how to check if remote ports are reachable using the Netcat command.
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