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.
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.
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
How to add storage to Proxmox
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
If you emails are not arriving or you are getting delays or no receipt, here are ways to help improve email delivery. Google To keep important email messages out of your Gmail spam folder, you should do the following steps. Add the sender email address to your Google Contacts. When you add a sender’s email … Read more
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
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
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
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
Check open ports: How to identify the processes that are keeping ports open Windows OS For Windows operating systems, you can use netstat, which is included with the OS. On the scanned server, open command prompt. Run the command: netstat -ano This will list all the network connections on the machine. The last column shows … Read more