Skip to content

Instantly share code, notes, and snippets.

View rebjan's full-sized avatar
๐ŸŽฏ
Focusing

Berjan B rebjan

๐ŸŽฏ
Focusing
View GitHub Profile
@rebjan
rebjan / cloud-config.sh
Created May 12, 2023 12:36 — forked from amasucci/cloud-config.sh
Terraform Automation with GitHub Workflows and Workload Identity Federation
export PROJECT_ID="INSERT-PROJECT-ID"
export PROJECT_NUMBER="INSERT-PROJECT-NUMBER"
export STATE_BUCKET="INSERT-STATE-BUCKET-NAME"
gcloud storage buckets create gs://$STATE_BUCKET --project=$PROJECT_ID --default-storage-class=STANDARD --location=EUROPE-WEST1 --uniform-bucket-level-access
gcloud iam workload-identity-pools create github \
--project=$PROJECT_ID \
--location="global" \
@rebjan
rebjan / vsftp.md
Created April 24, 2020 13:12
VSFTP + CHROOT + TLS ััƒัƒะปะณะฐั… ะทะฐะฐะฒะฐั€

VSFTP + CHROOT + TLS

  • ะกัƒัƒะปะณะฐั…

      yum install -y vsftpd
    
  • SSL าฎาฏัะณัั…

@rebjan
rebjan / make_windows10_great_again.bat
Created January 30, 2020 14:40 — forked from IntergalacticApps/make_windows10_great_again.bat
Make Windows 10 Great Again - stop Windows 10 spying!
@echo off
setlocal EnableDelayedExpansion
ver | find "10." > nul
if errorlevel 1 (
echo Your Windows version is not Windows 10... yet. Brace yourself, Windows 10 is coming^^!
pause
exit
)
@rebjan
rebjan / prometheus.sh
Created October 31, 2019 01:32 — forked from petarnikolovski/prometheus.sh
Prometheus 2.x installation on Ubuntu 16.04 server.
#!/bin/bash
# Ubuntu 16.04
# Prometheus installation. It's a lousy script though.
# Example:
# chmod +x prometheus.sh
# sudo pwd
# ./prometheus.sh
@rebjan
rebjan / gcp-exam-resources.md
Created March 5, 2019 19:49 — forked from lewisrodgers/gcp-exam-resources.md
Google Cloud Platform exam resources

Google Cloud Platform certification exam resources

A collection of case studies, white papers, articles, books, and other resources to help prepare you for a Google Cloud Platform certification or two.

If you interested in a particular topic, a good place to start is the Tutorials and Solutions section of cloud.google.com. Search by keyword or browse around. Otherwise, I've currated some of the articles I think would be helpful and added t

@rebjan
rebjan / gcp_ca_cert.md
Created March 5, 2019 18:07 — forked from pydevops/gcp_ca_cert.md
google cloud architect cert prepare
@rebjan
rebjan / GCPArchitect-KarloTips.md
Created March 5, 2019 18:02 — forked from kokokruunch/GCPArchitect-KarloTips.md
Google Cloud Professional Architect - Tips
Dataflow lifecycle
migration concerns from migrating from on-premises over into google cloud
code snippet to troubleshoot and diagnose
Part 2 - Hands-on with tools
Role of Cloud Architect
plans, designs and builds the infrastructure for an org to host their workload on GCP; able to plan to scale;
scalability and automation