How to Simplify User Management in CentOS 7

 Linux  Comments Off on How to Simplify User Management in CentOS 7
Dec 192018
 
How to Simplify User Management in CentOS 7

Of course, you can add, modify or delete users and groups on a CentOS 7 system via the command line. You can even set the default shell, create Sudo users (by adding the user to the Wheel group), set account expiration and password policies like password aging reminder to change Read More

10 Key IP Commands on CentOS 7 & RedHat 7

 How To, Linux  Comments Off on 10 Key IP Commands on CentOS 7 & RedHat 7
Sep 232018
 

Getting a good handle on IP commands will prove useful if you’re managing a Linux box. Although ifconfig was deprecated and replaced with ip several years ago, some folks sill use ifconfig. But it’s good to be aware of the basic ip commands when you’re managing a Linux server. Here Read More

How do You Know if MySQL is Running on CentOS 7?

 General, How To  Comments Off on How do You Know if MySQL is Running on CentOS 7?
Sep 122018
 

Just this morning, someone asked me for the command to check if MySQL (or MariaDB) is running? I quickly blurted out: Do a top or htop and you should see it. # top | grep mysqld 26125 mysql 20 0 2618520 193692 9092 S 62.5 2.4 159:29.14 mysqld 26125 mysql Read More

How to Change Default Kernel in CentOS 7

 Command Line, Linux  Comments Off on How to Change Default Kernel in CentOS 7
Mar 282016
 

A typical CentOS 7 Linux system has multiple kernels. How many kernels you have in your CentOS systems depends on the configuration setting. Sometimes you might feel the need to change the default kernel to a different one (it may be an older or newer kernel) to ensure a particular Read More

How to Check Yum History in Red Hat or CentOS

 Command Line, Linux  Comments Off on How to Check Yum History in Red Hat or CentOS
Nov 252015
 
How to Check Yum History in Red Hat or CentOS

One of the most frequently used commands by Linux administrators of a Red Hat or CentOS system is the yum package management tool. Yum History – What For? Some would argue that Yum is the most powerful tool in a Linux systems administrator’s command line arsenal. So what does yum Read More

Get Rid of Old Kernels in CentOS 7 and Red Hat 7

 Linux  Comments Off on Get Rid of Old Kernels in CentOS 7 and Red Hat 7
Aug 082015
 
Get Rid of Old Kernels in CentOS 7 and Red Hat 7

If you’ve been using a CentOS 7 or RedHat 7 system for some time and updating it regularly, you’re bound to accumulate multiple kernels. In this post, we’ll learn how to check the number of installed kernels on a CentOS, RedHat or Fedora box and remove the older ones. Check Read More