xrandr is a command-line tool that enables users to configure and manage displays in Linux and Unix-based operating systems. It is a powerful tool that...
Author - Ajay Verma
A Computer Science Graduate, who works extensively on open source projects. His Areas Of interest are: Network Security, Linux Administration, FOSS, Python, and C programming.
Setfacl (short for “set file access control lists”) is a command-line utility that allows you to manage file and directory permissions in Linux...
UFRaw is a utility for converting raw camera image files into viewable and editable images. It is available for Linux and other platforms, and it supports a...
The system time on a Linux machine is stored as the number of seconds since the Unix epoch (January 1, 1970, 00:00:00 UTC). You can display the current system...
There might be many reasons for your Linux file system to go into unusable or corrupted state. Such as: Sudden power failure, faulty device drivers, faulty...
Your android devices can be Identified in multiple ways when accessing certain services and networks. Almost every different service associated with your...
Network performance assessment is a critical task for system administrators. System admins are often required to master more than one Linux network monitor...
In today’s fast-paced and highly interconnected business environment, remote access has become an essential requirement for many organizations. Employees...
Zipgrep is an amazing tool to search through zip archive for a specified pattern. Zipgrep is just a piece of shell script which leverage the usage of unzip and...
Grep is an amazing command line utility, it stands for “Global Regular Expression Print”. Grep command process text line by line and print any line...