Introduction In this tutorial, I wrote the Linux command tips and tricks. The day by day I working on a…
Linux
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…
Linux list services
In this tutorial, How do IĀ list all services running in Linux distribution? List running service on Ubuntu Or Systemd…
tar command examples in Linux
In this tutorial, How do I use the tar command the compress and extract files and folders in Linux? Linux…