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
Category: Tech Tips
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/.
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)
Run pfsense 2.4.5 on TrueNAS Core 12.0-U1
If you are using a NIC (I recommend this to keep your WAN connection off of the same port that TrueNAS will be accessible on), then you will want to use PCI passthrough for the NIC ports. Run the following command to get a list of the addresses for PCI devices. pciconf -lv The output… Continue reading Run pfsense 2.4.5 on TrueNAS Core 12.0-U1
Setup CWP Postfix 3.4 SMTP Relay port 465 – December 2020
Published: December 2020 CWP = CentOS Web Panel CentOS Version = 7 Postfix Version (bundled at the time of writing with CWP) = 3.4.7 SMTP Relay Port: 465 (Some services use 587. I have not tested this because my service uses 465.) Hi, this isn’t a true setup guide as much as it is a… Continue reading Setup CWP Postfix 3.4 SMTP Relay port 465 – December 2020