System Administration

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 »