To overcome the deprecation notice error while logging into PHPMyAdmin follow the below steps: Step 1: Log in to the server and check for the PHP version Step 2: Edit the file config.inc.php.It will be located in /etc/phpmyadmin/config.inc.php or in /usr/share/phpmyadmin/config.inc.php Step 3: Add below command to the config.inc.php file and save… Continue Reading “Deprecation Notice” error in PhpMyAdmin with ubuntu 20.04, php7.4

1. Finding files by ownership. Find a file owned by a specific group. $ find /home -group groupname Find a file owned by a specific user: $ find /home -user username 2. Finding files by permission. Find files of a specific set of permissions, 777 in this example: $ find… Continue Reading How to find files based on permissions and ownership?

Zabbix is a monitoring solution for IT infrastructure. We can monitor most of the devices in the network and most of the services on the servers. To monitor applications, we must have a Zabbix server installed in the network. Zabbix Agent is required on the systems, we need to monitor… Continue Reading How To Install Zabbix Agent on Ubuntu