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...
Programming
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...
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...
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...
Here we tried to list out all the possible things you should consider when choosing between PostgreSQL vs MySQL for a given application or given sets of...
The embroidered flexibility of Linux makes it an ideal platform for coding and software development. But you have so many choices between Linux distribution...
What is a file? A file is a computer resource that records data discretely in a storage device. There are many ways that you can create a file in Linux. You...
As Linux is free and Open Source, it comes with very large software repository and it’s compatible with a lot of low end hardware. Windows being a...