On a Proxmox server, LXC container failed to run docker. When I start a docker container, … Proxmox LXC container docker not workingRead more
Programming
Configure KVM Bridge Network using netplan
On Ubuntu 20.04 server we have the following network configuration root@mail:~# ip a 1: lo: mtu … Configure KVM Bridge Network using netplanRead more
How to Delete a Virtual Machine in Proxmox
Here is what you need to do to delete a VM in proxmox. 1) log in … How to Delete a Virtual Machine in ProxmoxRead more
rvm
rvm is ruby version manager. Allow you to have multiple ruby version. To install rvm, run … rvmRead more
Enable PHP Error Reporting
To enable error reporting in PHP script, add To avoid PHP scripts showing errors, add
PHP Script to Find GeoIP info
If you have PHP GeoIP module installed, you can use the following PHP script to find … PHP Script to Find GeoIP infoRead more
upload
uppy Open Source upload progress bar. https://uppy.io
Zend OpCache
Here is a PHP script to check if PHP Zend OpCache is enabled on your server. … Zend OpCacheRead more
Sending Emails from PHP using Amazon SES
To create a PHP script to sent email using Amazon SES, create a folder mkdir ses-test … Sending Emails from PHP using Amazon SESRead more
node version manager
n is the node version manager. To install, run npm install n -g To list versions … node version managerRead more