How to Install GlusterFS On CentOS 8
On CentOS 8, glusterf, glusterfs-fuse, glusterfs-server all are part of the epel-testing repo. # centos 8 yum install centos-release-gluster -y ...
On CentOS 8, glusterf, glusterfs-fuse, glusterfs-server all are part of the epel-testing repo. # centos 8 yum install centos-release-gluster -y ...
Vultr uses ens7 as the private network interface name. Your instances must be in the same location. How to add ...
The following is a trick I use to dynamically generate form fields before you know the form column names. dynamically ...
How to run Pipenv in a Docker Container, or using Crontab When you run pipenv shell, you will notice a ...
If you've been using Django, you know that the migrate function creates a locally stored sqlite database. But what if ...
Forget minikube, k8s, docker swarm, okd, Openshift or any other bloated mess of amateur shell scripts. This is the one. ...
# change 2G to how many GB of swap you want fallocate -l 4G /swapfilechmod 600 /swapfilemkswap /swapfileswapon /swapfileswapon -secho ...
yum update -y yum install epel-release -y yum install fail2ban # or using dnf lol dnf update -y dnf install ...
To use your GPU rather than your CPU to convert videos under AMD architecture, you need to use va-api, video ...
Paste the following code into a terminal on CentOS 8. It also works on CentOS 7 and will work on ...
© 2017-2021 Sick.Codes