First log into Poweradmin and click on Add master zone: In this example, I will use 18.21.22.0/24 so the zone name is: 22.21.18.in-addr.arpa Click on the Add zone button then edit the new zone and add nameservers: Go to RIPE NCC and add the domain:...
On a Dell PowerEdge R630 server the following error is displayed: A3. Reseat memory. Correctable memory error rate exceeded. Simillar error is displayed on iDRAC: Correctable Memory Error Log Limit Reached This error indicates that there is a...
Inside the docker container check the available disk space and get the path to the partition: root@server2:~# docker exec stefan df -h /var/lib/docker/devicemapper/mnt/bddbf234169773b6d6b52529ff32572add386085bc248a0ee807f70ce7c00adc Filesystem Size...
Proxmox MailGateway login via Curl: curl -k -d 'username=root@pam' --data-urlencode 'password=sd7fv72vf' --insecure Example response:...
yum -y update
curl -sL | bash -
yum clean all && yum makecache fast
yum install -y gcc-c++ make
yum install -y nodejs
Proxmox Mail Gateway is an open-source email security solution that is designed to protect your mail server from spam, viruses, phishing attempts, and other email-based threats. To automate the process of retrying bounced emails through different...
yum remove nodejs rm -rf ~/.nvm ~/.npm ~/.bower /usr/local/bin/npm /usr/local/bin/node* /usr/local/include/node* /usr/local/lib/node* /usr/local/share/man/man1/node* /usr/local/lib/dtrace/node.d ~/.npm ~/.node-gyp /opt/local/bin/node...
sudo yum update
curl –sL | sudo bash -
sudo yum install –y nodejs
node --version
npm --version
Error: Cannot find module ‘express’
Solution:
npm install express
node: error while loading shared libraries: libbrotlidec.so.1: cannot open shared object file: No such file or directory
Solution:
yum install broccoli