w command in Linux Provides a quick summary of every user logged into a computer. The w command in Linux…
Linux
uptime command in Linux with Examples
uptime command is a measure of system reliability, expressed as the percentage of time a machine, typically a computer. The…
passwd command in Linux with Examples
passwd command is a tool on Linux operating systems used to change a user’s password. The passwd command in Linux…
gzip command in Linux with Examples
gzip is a software application used for file compression and decompression. It is a common way of compressing files in…
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…