How to Remove (Delete) Directory in Linux

There are a number of alternative ways to take away directories in Linux techniques. In case you use a Desktop file supervisor akin to Gnome’s Information or KDE’s Dolphin, then you’ll be able to delete information and directories utilizing the supervisor’s...
How to Install MongoDB on RHEL 6 Linux

How to Install MongoDB on RHEL 6 Linux

MongoDB is an open-source and free NoSQL document based database system. Nowadays, it is prevalent as most application developers are using MongoDB, which can handle big data. As a MongoDB is a NoSQL database, It stores data in JSON-like documents where fields can...
How to Install Tomcat 9 on Debian 9 Linux

How to Install Tomcat 9 on Debian 9 Linux

The Apache Tomcat software is an open source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies.   Apache Tomcat software powers to run numerous large-scale, mission-critical web application across a...
15 Practical examples of tar command

15 Practical examples of tar command

Tar stands for Tape archive. Linux tar command most widely used for backup and archive data. It is very important to archive multiple files and directory into a single file. It is an essential Linux command for all Linux system administrators, here you will get most...