Linux has many useful built-int tools. compgen command is one of those lesser known but very useful Linux command. Ever wanted to list all the Linux commands...
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.
If editing GRUB config files seem bit tedious to you in multi-boot environment, then you have come to the right place. GRUB customizer is a GUI application...
In this piece we will be listing top 10 cyber security books that tells the story about general cyber security. These 10 cyber security books are story...
With smbclient you can connect to Windows Share or Samba share that are available on your network using command line interface. SMBclient works upon the simple...
When using Linux, it’s common to run into problems related to display devices. For instance, changing your display monitor may sometimes result into...
Controlling File permissions in server environments holds the immense importance for system administrators. Everything in Linux is an object and object has an...
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...
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...