Month: November 2018
While working on different projects, sometimes you might be required to provide a report or statistics of your progress, or simply to calculate the value of your code. There is... Read more
How to Use ‘fsck’ to Repair File System Errors in Linux – Filesystems are responsible for organizing how data is stored and recovered. One way or another, with time, filesystem... Read more
A JAR (Java ARchive) is platform-independent file format used to aggregate many Java class files and associated metadata and resources such as text, images, etc, into a single file for... Read more
whowatch is a simple, easy-to-use interactive who-like command line program for monitoring processes and users on a Linux system. It shows who is logged on to your system and what... Read more
The proc file system is a virtual file system that contains files that store information about processes and other system information. It is mapped to the /proc directory and mounted... Read more
There are several command-line tools for managing a wireless network interface in Linux systems. A number of these can be used to simply view the wireless network interface status (whether... Read more
Exodus is a simple yet useful program for easily and securely copying Linux ELF binaries from one system to another. For example, if you have htop (Linux Process Monitoring Tool)... Read more
How to Block USB Storage Devices in Linux Servers? [toc] In order to protect sensitive data extraction from servers by users who have physical access to machines, it’s a best... Read more
How to Permanently Disable Swap in Linux [toc] What is Swap? Swapping or swap space represents a physical memory page that lives on top of disk partition or a special... Read more
Introduction Zabbix is one of the best monitoring tool developed to monitor server availability, network devices, server performance, and other critical network components. It is a reliable open-source application that... Read more