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...
import os from os.path import basename path = "." path = os.path.realpath(path) path = path If you want to know...
The best way to install Man in the Middle proxy for Arch Linux is using pipenv. This is because Arch...
You can view your current username and email address using git config git config --list You can change your git...
Replacing the stock MariaDB/MySQL version in VestaCP with a newer version. I updated mine because I wanted to use the...
Converting JSON to MySQL can be achieved in multiple ways, in this article we will look at three important ways...
© 2017-2021 Sick.Codes