Different ways to Reset user password in Mariadb mysql.
Today in this post, we will see different ways to reset a mysql user password in MariaDB. Lets first login into mysql database from root. I. Connect to mysql/MariaDB with...
Today in this post, we will see different ways to reset a mysql user password in MariaDB. Lets first login into mysql database from root. I. Connect to mysql/MariaDB with...
Today we will see Nagios Installation on Linux Lets see step by step procedure how to do this in Linux. 1. First create User and Group # useradd nagios #...
Ansible Cheatsheet Today we will look at various frequently used Ansible commands that i used to refer everytime. We are connecting to remote users via username “john” 1. Get...
In this post, we will see how to run a command with root user in ansible. There are two ways to do this. Lets have a look at both of...
Today in this post we will see how to solve the error message “df: task blocked for more than — seconds”. Lets view the error message and how to solve...
We usually give sudo access via /etc/sudoers.conf file using visudo command. However sometimes we need to grant specific command access to users with limited options. In this case, it is...
In this post we will look how to get root cause of server reboot in IBM AIX. Lets check it step by step how to get the root cause. 1....
I have encountered an interesting issue or error while generating gencore on an AIX server. Lets see the error and solution details below. Error Details ngeunix003> gencore 12583030 ../core.dmp gencore::...
Today in this post, we will look how to run a command with root user, i.e. using sudo on remote server. And how to place it in a loop to...
Today we will look various different ways to view current logged in users in linux. The user login data is usually saved and read from /var/run/utmp file. Lets see different...