The Linux tr Command
The Linux tr command helps a user to delete a set of characters or translate them to another character set. This is especially useful when you know a set of characters have to be replaced but the file size is…
The Linux tr command helps a user to delete a set of characters or translate them to another character set. This is especially useful when you know a set of characters have to be replaced but the file size is…
In this tutorial, we will discuss how to install MongoDB on CentOS 7. There are lots of things that come under the umbrella of MongoDB. MongoDB is simply a Database. It’s not an RDBMS(Relational Database Management System). It’s a NoSQL…
In this tutorial, we will discuss how to install tomcat on Debian Let’s first discuss what is Tomcat? Apache Tomcat is an HTTP server and a servlet container. Tomcat is free and open-source software written in Java. It is designed…
In this tutorial, we’ll learn how to use the Linux top command. Managing system resources is essential for a Linux system admin. You need to have control over processor tasks to use your hardware optimally. The Linux top command shows…
If you’re searching for a tutorial on the nmap Command in Linux, I’d love to first welcome you to the world of network security. Nmap utility which stands for Network Map is used to find open ports on a device…
In this tutorial, we’ll take a look at how we can install Go on Ubuntu Golang is an open-source programming language that makes it easy to build fast and scalable applications while being easy and intuitive to write. Steps to…