FULL GUIDE TO GET ALL JETBRAINS PRODUCTS FOR FREE
This is the best way to get free Jetbrains products!!
Just follow my steps:
FULL GUIDE TO GET ALL JETBRAINS PRODUCTS FOR FREE
This is the best way to get free Jetbrains products!!
Just follow my steps:
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: nginx | |
spec: | |
progressDeadlineSeconds: 600 | |
replicas: 1 | |
revisionHistoryLimit: 10 | |
selector: | |
matchLabels: |
# fetch all branches # From: http://stackoverflow.com/questions/10312521/how-to-fetch-all-git-branches | |
#!/bin/bash | |
sync_gitlab() { | |
ORIGIN=$1 | |
MIRROR_REMOTE=$2 | |
WORKDIR=$3 | |
if [[ ! -e $WORKDIR ]]; then | |
echo "project not exist: cloning mirror" |
Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
https://techviewleo.com/how-to-install-zabbix-lts-on-rocky-linux-almalinux/ | |
To allow the zabbix backend to connect to its front end, set SELinux to permissive or disable it: | |
sudo setenforce 0 | |
sudo sed -i 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/selinux/config |
apiVersion: v1 | |
kind: PersistentVolumeClaim | |
metadata: | |
labels: | |
app: kong-data | |
name: kong-data | |
spec: | |
accessModes: | |
- ReadWriteOnce | |
resources: |
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
'hihi
clone source https://github.com/Kong/docker-kong/tree/master/compose
edit docker-compose
version: '2.1'
volumes:
kong_data: {}
I hereby claim:
To claim this, I am signing this object: