gzip is a software application used for file compression and decompression. It is a common way of compressing files in…
Linux
pwd command in Linux with Examples
pwd command is the print working directory. It is one of the most frequently used Linux. like is cd or…
Linux command tips and tricks
Introduction In this tutorial, I wrote the Linux command tips and tricks. The day by day I working on a…
How to install MySQL Server on Centos
In this tutorial, How to install MySQL Server on Centos/RedHat. The default local repository only supports MySQL packages including MySQL…
How to install Mongodb on Centos/Redhat
In this tutorial, How to install MongoDB on Centos. The Local Remi Repository only supports the old MongoDB packages by default.…
Complete Guide to Install Development Tools on CentOS
Introduction This guide provides a comprehensive overview of installing essential development tools on CentOS. By using the yum groupinstall command,…
RPM query installed packages in Centos RHEL and Fedora
In this tutorial, I using the rpm command to query lists the packages installed on the system. How do I…
bad interpreter: /bin/sh^M: no such file or directory solve problem
In this tutorial, How to solve bad interpreter when running the shell exit with “bad interpreter: /bin/sh^M: no such file…
How to kill specific processes in Linux
Introduction This guide will walk you through how to kill specific processes in Linux, from basic commands to advanced techniques,…
scp command example: A Comprehensive Guide to Secure File Transfers
Introduction How to use the SCP command in Linux to copy a file from one server to another. it is…