Skip to content
View hllvc's full-sized avatar
  • StackGuardian
  • Sarajevo, Bosnia & Herzegovina
  • LinkedIn in/hllvc

Block or report hllvc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hllvc/README.md

Hi, I'm Adis

DevOps Engineer / Linux Freak

#!/bin/bash

whoami() {
  echo "Keyboard warrior, breaking fingers with VIM"
  echo "Automation enthusiast (more like obsession-ist)"
  echo "Bash script for everything"
}

ps aux | grep adis
# USER   PID  %CPU  %MEM  COMMAND
# adis   1    99.9  100   hacking-around-with-bash
# adis   2    88.0  50    wondering-why-it-works-now
# adis   3    75.5  25    blaming-dns

kubectl get pods -n brain
# NAME                    READY   STATUS
# automation-obsession    1/1     Running
# coffee-dependency       1/1     Running
# imposter-syndrome       0/1     CrashLoopBackOff

crontab -l
# 0 9 * * *   brew coffee && check-alerts
# 0 12 * * *  brew coffee && terraform plan
# 0 17 * * *  kubectl delete pods --all -A --force --grace-period=0

export INTERESTS="linux vim containerization iac network math"
export MOTTO="if it can be scripted, it will be scripted"

whoami

Pinned Loading

  1. dotfiles dotfiles Public

    Shell

  2. bosnian-treasure-website bosnian-treasure-website Public

    JavaScript

  3. StackGuardian/sg-runner StackGuardian/sg-runner Public

    Private runner for StackGuardian

    Shell 1

  4. StackGuardian/terraform-stackguardian-modules StackGuardian/terraform-stackguardian-modules Public

    This repository is a collection of the terraform modules from StackGuardian

    HCL 2