Skip to content
View iul1an's full-sized avatar
Block or Report

Block or report iul1an

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

Pinned

  1. vagrant-k8s vagrant-k8s Public

    Kubernetes cluster deployment using Vagrant, VirtualBox and Ansible

    2

  2. vdbench-tests vdbench-tests Public

    Vdbench tests

    HTML 6 1

  3. asdf-opensearch-cli asdf-opensearch-cli Public

    asdf plugin for OpenSearch CLI

    Shell 2

  4. rtx rtx Public

    Forked from jdx/mise

    Runtime Executor (asdf rust clone)

    Rust

  5. Simple browser selector for Linux, r... Simple browser selector for Linux, requires yad to display GTK+ dialog
    1
    [Desktop Entry]
    2
    Name=Browser Chooser
    3
    GenericName=Browser Chooser
    4
    Comment=Select a browser to access the Internet
    5
    Categories=Network;WebBrowser;
  6. fzfun fzfun
    1
    # desc: open a new shell using aws-vault and use fzf to choose a profile if no profile is provided as argument
    2
    # desc: append "--stdout" to print the SSO login link instead of automatically opening a browser
    3
    # shell: zsh
    4
    aws-vault () {
    5
      local ARGS=("$@")