Virtualizor error fetching interface information
When starting network in virtualizor server, i get following error [root@virtual2 ~]# service virtnetwork start eth0: error fetching interface information: Device not…
When starting network in virtualizor server, i get following error [root@virtual2 ~]# service virtnetwork start eth0: error fetching interface information: Device not…
Amazon Linux 2 come with MariaDB by default. To install MySQL 5.7, install repository with sudo rpm -Uvh https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm Install MySQL 5.7…
When i did yum update on a CloudLinux server, i get following error error was [Errno 12] Timeout on https://cl-mirror.dewabiz.com/XMLRPC/GET-REQ/cloudlinux-x86_64-server-7/repodata/filelists.xml.gz: (28, ‘Operation…
To install Ant Media Server on CentOS 8, first install wget yum install wget -y Download installer script wget https://raw.githubusercontent.com/ant-media/Scripts/master/install_ant-media-server.sh Next you…
To copy file from host machine to LXD container run Example To copy a file from the host machine to an lxd…
When creating a wordpress web site on EasyEngine, i get following error root@ee:~# ee site create smartandsolar.serverok.in –wp Starting site creation. Warning:…
To reinstall Kernel in Ubunru, you need to find the version of kernal installed, for this run dpkg -l | grep linux-image…
When using git version control to deploy application, many forget to secure .git folder. This allows anyone to clone your git repository.…
Virtualizor use libvirt to manage virtualmachines. To list all virtual machines in a server, login to server using SSH as root. run…
certbot deprecated support for CentOS 7, so new version of certbot-auto script won’t work on CentOS 7. To install certbot (letsencrypt command…
On CentOS, when i run git commands like “git status” or “git diff”, the result is shown with out any color. On…
When i try to create MySQL user on a server, i get following error mysql> GRANT ALL PRIVILEGES ON *.* TO ‘centovacast’@’localhost’…