Configure Networking in Fedora 28 OVH Proxmox
OVH have special networking requirement. First you need to login OVH and create vMAC for your IP address. Now create VM in…
OVH have special networking requirement. First you need to login OVH and create vMAC for your IP address. Now create VM in…
ZFS file system allow you to take snapshot, this is great for backing up MySQL databases. Last day i setup 2 *…
To add ISO images to proxmox server, login to server as user root, then go to folder “/var/lib/vz/template/iso”. You can download ISO…
Proxmox allows you to create fully virtualized virtual machines and Linux Containers. Linux Containers are lightweight, and share kernel used by the…
When using Nginx as a reverse proxy, you may need to handle SSL verification requests. Passing this request to the backend server…
Here is nginx config used for RTMP streaming. user nginx; worker_processes 1; worker_rlimit_nofile 300000; events { worker_connections 16000; use epoll; } rtmp_auto_push…
Archlinux is a popular rolling distro. You always get latest software with Arch, there is no new version release like Ubuntu/RedHat etc..…
Hot Corner is a Gnome Feature that allows you to see all open windows (same as clicking Super key or clicking on…
sfdisk is a program to copy partition information. This is for disks with MBR partition. Use sgdisk if you have GPT partition…
selectorctl list all installed PHP (alt-php) versions in CloudLinux Server. To list all enabled php module for a specific PHP version, run…
Some useful yum commands when installation fails or stopped halfway Red Hat Software Collections (RHSCL) Selectively enable yum repos yum commandsMaybe run:…