Zpool Resources

The zpool site https://openzfs.github.io/openzfs-docs/Getting%20Started/RHEL%20and%20CentOS.html# Fixing some zpool errors “ZFS on Linux”: The ZFS modules are not loaded. Try running ‘/sbin/modprobe zfs’ as root to load them.

Mail fails to deliver due to corrupt /etc/domain_secondary_mx_ips.cdb file

This error show up in Exim mail logs when trying to send email from cpanel email: Issue: The issue was occurring due to corruption in the /etc/domain_ secondary_mx_ips.cdb file. Check for an extra digit at the IP address. [23:11:03 user root@94146958 ~]cPs# /scripts/dumpcdb /etc/domain_secondary_mx_ips.cdb $VAR1 = { ‘actionforex.com’ => ‘192.15.25.502’ }; [/bash] To address this … Read more

Install Brave Browser on Ubuntu, MintDebian 9+, Ubuntu 14.04+ and Mint 17+

Install Brave Browser on Ubuntu, MintDebian 9+, Ubuntu 14.04+ and Mint 17+ If you get gnutls_handshake() errors after adding the Brave repository on Debian 9, you may need to uninstall old conflicting packages. # sudo apt install apt-transport-https curl gnupg # curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key –keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add – # echo "deb [arch=amd64] … Read more

Proxmox Resources

Installation https://pve.proxmox.com/wiki/Installation How to manage USB devices https://pve.proxmox.com/wiki/USB_Devices_in_Virtual_Machines Command Line tools https://pve.proxmox.com/wiki/Command_line_tools

Proxmox on Debian Install fails – Errors were encountered while processing: pve-manager proxmox-ve

I reciently install proxmox on Debian and the install failed. Here is the error: apt-get update Hit:1 http://download.proxmox.com/debian/pve buster InRelease Hit:2 http://security.debian.org/debian-security buster/updates InRelease Hit:3 http://deb.debian.org/debian buster InRelease Hit:4 http://deb.debian.org/debian buster-updates InRelease Reading package lists… Done root@px1:~# apt dist-upgrade Reading package lists… Done Building dependency tree Reading state information… Done Calculating upgrade… Done 0 upgraded, … Read more

Mount NTFS file system in Debian

How to mount a NTFS disk in Debian. Find the disk: # fdisk -l Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors Disk model: ST3250310AS Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: … Read more

Where Proxmox ISO Stored

How to use wget to download iso’s directly to proxmox 6.2-14. Here is the location for the iso file. There is 1 ISO – a Debian ISO that I uploaded to the GUI. Login the proxmox host via ssh. Now find the location as follows: cd /var/lib/vz/template/iso # ls -la total 357384 drwxr-xr-x 2 root … Read more