VPS
Identify virtual machine technology Virtualization Linux KVM Microsoft Hyper V VMWare lxc lxd virsh Vagrant Virtualization Control Panels Virtualizor proxmox Public Cloud…
Identify virtual machine technology Virtualization Linux KVM Microsoft Hyper V VMWare lxc lxd virsh Vagrant Virtualization Control Panels Virtualizor proxmox Public Cloud…
Virtualizor is a VPS management control panel. Virtualizor Errors To install Virtualizor with KVM Virtualization, run Virtualizor also supports other virtualization technologies…
To disable a repository, run yum-config-manager –disable REPO_NAME_HERE To list all enabled repository, run yum repolist
For ubuntu, see Ubuntu 18.04 MariaDB 10.2 Too many open files On taking MySQL backup with mysqldump, i get following error mysqldump:…
ab is a tool for benchmarking web servers. It is designed to give you an impression of how your web server installation…
Create a file 1.go with following content package main import “fmt” func main() { fmt.Println(“My First GoLang Program”) } To run the…
To allow large file upload in PHP, you need to edit php.ini file and change fllowing settings memory_limit = 512M upload_max_filesize =…
I was using Sublime Text as my text editor. Recently switched to Visual Code Studio, it is an open source editor from…
Reverse proxy sit in front of a web server. All traffic come to reverse proxy, then reverse proxy route traffic to one…