Log into your Fortigate with SSH and enter the vdom context you are using then edit the WAN interface:
Assumtion
wan1
is for pppoe portinternal
internal switchvlan30
guest vlan
config system interface
import * as cdk from 'aws-cdk-lib'; | |
import { | |
aws_ec2 as ec2, | |
aws_resourcegroups as resourcegroups, | |
} | |
from 'aws-cdk-lib' | |
import { Construct } from 'constructs'; | |
// import * as sqs from 'aws-cdk-lib/aws-sqs'; | |
import * as network from 'raindancers-network' |
{ | |
"data": { | |
"__schema": { | |
"queryType": { | |
"name": "Root" | |
}, | |
"mutationType": null, | |
"subscriptionType": null, | |
"types": [ | |
{ |
Log into your Fortigate with SSH and enter the vdom context you are using then edit the WAN interface:
Assumtion
wan1
is for pppoe portinternal
internal switchvlan30
guest vlanconfig system interface
Folks, Leave me a comment / URL if something you like is missing!
Resource | Description |
---|---|
Kube Academy | https://kube.academy/ |
kuernetes-101 | https://kube.academy/courses/kubernetes-101/ |
Docs Home | https://kubernetes.io/docs/home/ |
CKS CKA CKAD Simulator | https://killer.sh/ |
Ingress - https://kubernetes.io/docs/concepts/services-networking/ingress/ | |
Ingress controller - https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/ | |
DEMO 1 | |
======================= | |
Centos 7 system | |
yum install docker -y | |
systemctl start docker | |
systemctl enable docker | |
#install docker-compose | |
sudo curl -L "https://github.com/docker/compose/releases/download/1.26.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose |
I don't encourage you spending all your time on social media or keeping the notifs on if you're working on something serious. I don't do that personally. Sharing my knowledge on social media is a necessity as I don't have my platform right now, but it also vies for your attention all the time which is against productivity.
Therefore, If you want to know when a newsletter is out, or a podcast episode, or a live session is scheduled, this is the one place. Just join the page and switch ON the notifs for this one page.
I like the fact that in Telegram you can control the notifs at page level on your phone.
from typing import Any, Union, Optional | |
from lxml import etree | |
__license__ = "MIT" | |
# Feel free to re-use the code snippet for any projects without attribution | |
def dict_to_xml( | |
data: Any, root: Union[None, str, etree._Element] = None, attr_marker: str = "_" | |
) -> etree.Element: | |
"""Converts Python dictionary with YANG data to lxml etree.Element object. |
gcloud auth | |
gcloud auth activate-refresh-token | |
gcloud auth activate-service-account | |
gcloud auth git-helper | |
gcloud auth list | |
gcloud auth login | |
gcloud auth print-access-token | |
gcloud auth print-refresh-token | |
gcloud auth revoke | |
gcloud components |
I'm doing some research on how companies use GitHub Enterprise (or public GitHub) internally. If you can help out by answering a few questions, I'd greatly appreciate it.