Skip to content
View acikgozb's full-sized avatar
🐧
/home/acikgozb
🐧
/home/acikgozb

Block or report acikgozb

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
acikgozb/README.md

Welcome 👋

building-with

top-langs

Things I Enjoy

  • Rust.
  • Intuitive CLI's.
  • Documenting my journey on here, whenever I can find some time.

Latest Post

"The Book"?

Currently Working On

N/A

Dev Environment

dotfiles devtools fcb tempgen.nvim

Desktop Environment Modules

bt wl hpm

Misc

beej-net-rs

Trophies (vanity metric)

Trophies

Pinned Loading

  1. acikgozb.dev acikgozb.dev Public

    Personal website. Powered by Cloudflare & AWS.

    HCL

  2. ping ping Public

    An analysis of "ping", exploring TCP/IP. Going from L3 all the way to L1.

    1

  3. local-ci local-ci Public

    Bootstrap a local Jenkins cluster with Podman to test your pipelines locally.

    Dockerfile 2 1

  4. local-k8s-osx local-k8s-osx Public

    Bootstrap a local Kubernetes cluster starting from hardware virtualization.

    Shell

  5. gtee gtee Public

    Go implementation of `tee`, a GNU Coreutils tool.

    Go

  6. Fuzzy find directories under $HOME/<... Fuzzy find directories under $HOME/<tmux_session_name> to open them in a new tmux window.
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    set -euo pipefail
    4
    
                  
    5
    if [[ -z "$TMUX_PANE" ]]; then