Skip to content

Instantly share code, notes, and snippets.

View misskecupbung's full-sized avatar
💤
Thinking ...

Ananda Dwi Ae misskecupbung

💤
Thinking ...
View GitHub Profile

Membangun irgsh-node (Builder)

Mempersiapkan sertifikat

Sertifikat-sertifikat ini nantinya akan digunakan sebagai otentikasi antara taskinit dan pekerjanya.

Inisialisasi CA

Jika sudah ada CA (Certificate Authority), buat sertifikat baru untuk komponen irgsh-web. Jika belum ada, berikut cara menginisalisasi CA baru dan membuat sertifikat turunan.

@misskecupbung
misskecupbung / Netfilter-IPTables-Diagrams.md
Created July 3, 2019 12:45 — forked from nerdalert/Netfilter-IPTables-Diagrams.md
Linux NetFilter, IP Tables and Conntrack Diagrams

Linux NetFilter, IP Tables and Conntrack Diagrams

IPTABLES TABLES and CHAINS

IPTables has the following 4 built-in tables.

1) Filter Table

Filter is default table for iptables. So, if you don’t define you own table, you’ll be using filter table. Iptables’s filter table has the following built-in chains.

# Waljinah
aku.blankonlinux.or.id
waljinah.blankonlinux.or.id
forum.blankonlinux.or.id
manokwari.blankonlinux.or.id
sajadah.blankonlinux.or.id
serambi.blankonlinux.or.id
# 185.199.110.153
www.blankonlinux.or.id
#! /bin/bash
#
# Echo commands as they are run, to make debugging easier.
# GCE startup script output shows up in "/var/log/syslog" .
#
set -x
#
gcloud config set compute/zone us-east1-b
vim roles.yaml
...
title: "Orca Storage Update"
description: "Add and update objects in Google Cloud Storage buckets"
includedPermissions:
- storage.buckets.get
echo "# Hello World" >> README.md
git init
curl https://raw.githubusercontent.com/github/gitignore/master/Unity.gitignore --output .gitignore
git add .
git commit -m "First commit, empty project and .gitignore"
git status
git branch -M main
git remote add origin git@github.com:misskecupbung/<repo>.git
git push -u origin main

This is a simple guide to get started with BuildKit using Minikube

Requirements:

  • Internet Connections
  • Virtual Machine
  • Package: curl, wget, git, apt-transport-https

Install Minikube

build:
maxIssues: 0
excludeCorrectable: false
weights:
# complexity: 2
# LongParameterList: 1
# style: 1
# comments: 1
config:
# Copyright 2012 James McCauley
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
gcloud container node-pools update $NODE_POOL \
--cluster $CLUSTER_NAME \
--enable-blue-green-upgrade