Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-youtube-lyte domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wordpress/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wordpress/wp-includes/functions.php on line 6114
System Administration Archives - The Grok Shop

System Administration


Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/wordpress/wp-includes/kses.php on line 1805

Macbook Black Screen (BSOD) Recovery Key Combination – Resetting PRAM & NVRAM

If your Macbook gets stuck at the Black Screen of Death (BSOD), you can try this “magical” key combination to attempt to recover.  This key combo resets the PRAM and NVRAM on the machine, which store basic things like volume, screen resolution & timezone.  Doing this should not cause any loss of your own data […]

Macbook Black Screen (BSOD) Recovery Key Combination – Resetting PRAM & NVRAM Read More »

MySQL List Users Command – How to Show / List All Users in MySQL / MariaDB

In order to list all the configured DB users in a MySQL or MariaDB, you must be logged in as an administrator: /home/grokman grokman@li598-26% sudo mysql -u root -p Then you can issue the command to list all the DB users: select user, Super_priv from mysql.user; So, it should go something like this: Other user

MySQL List Users Command – How to Show / List All Users in MySQL / MariaDB Read More »

Linux Kernel – Check Installed and Switch Boot Kernel

See Installed Kernels In Debian & Ubuntu, we can see the installed kernels with: % dpkg –list | grep linux-image ii linux-image-3.16.0-4-amd64 3.16.51-3 amd64 Linux 3.16 for 64-bit PCs ii linux-image-3.16.0-6-amd64 3.16.56-1+deb8u1 amd64 Linux 3.16 for 64-bit PCs ii linux-image-4.9.0-11-amd64 4.9.189-3 amd64 Linux 4.9 for 64-bit PCs ii linux-image-amd64 In Fedora / CentOS / RedHat

Linux Kernel – Check Installed and Switch Boot Kernel Read More »