Hello, if you have tried most of the popular recommendations for fixing a WordPress 6.0 white screen of death (WSOD) and have not found success, then perhaps this post can help you. In my case, I have been troubleshooting this issue for almost a whole week. I have searched and searched and searched for any… Continue reading WordPress 6.0 White Blank Screen (WSOD) Fix August 2022
Author: Keefe
Install latest NVIDIA driver Fedora 34
Step 1: Open Fedora 34 “Software” app Once the “Software” app is open, follow the steps in the below image. Step 2: Open “Terminal” Once “Terminal” is open type the following commands. sudo dnf update -y #(reboot if you are not on the latest kernel) sudo dnf install akmod-nvidia sudo dnf install xorg-x11-drv-nvidia-cuda #( This… Continue reading Install latest NVIDIA driver Fedora 34
Fedora 34 clear Recent files tab
Step 1: Hit the Super key (usually located to the left of the spacebar with the Microsoft Windows icon key on PC or the “Command” key on Apple Mac computers.). Type in “privacy” Select “File History & Trash” Step 2: To clear the existing history, click “Clear History…” Step 3: To disable the recent files… Continue reading Fedora 34 clear Recent files tab
Fedora 34 Audio Sub-System uses Pipewire.
The Fedora 34 default audio sub-system uses Pipewire. Previous generations of Fedora used PulseAudio. Documentation for Pipewire can be found at https://docs.pipewire.org/.
Walk forward into your future..
Walk forward into your future In the present While reflecting on your past
Why is the Arch so strong?
The arch is so strong because it relies on two opposing forces. Each side will constantly push against the opposite.
More X Less Y
Think about the more X you want to provide and the Y you want to help avoid. E.g/ More Free Time, Less Stress. The more general, the better.
The 80/20 Rule
It is not uncommon for 80 or more percent of results to come from 20 or less percent of actions. Being efficient means focusing on the 20 or less percent. Just because something takes a lot of time does not make it important.
ZFS Pool Commands
sudo zpool import <zPool name> sudo zpool import -o readonly=on <zPool name> zfs list -r <zPool name> zpool status -x sudo zfs send -R <zPool name>/<zVol name>@<snapshot name> | sudo zfs receive -F <zPool name>/<zVol name> sudo zfs send -vR Vol_1_HDD/testpool01@auto-2020-12-14_00-00 | sudo zfs receive -F Vol_2_HDD/testpool02
Basic Networking Commands CentOS 7
Check Network Info: IP address Bring Interface Up (where x us the interface number): ifup em(x) Take Interface Down: ifdown em(x) Edit interface config: vi /etc/sysconfig/network-scripts/ifcfg-(interface name e.g/ eth0)