Skip to content
View iul1an's full-sized avatar

Highlights

  • Pro

Block or report iul1an

Report abuse

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

Report abuse

Pinned Loading

  1. ecr-scan-collector ecr-scan-collector Public

    Lambda function for fetching and shipping AWS ECR vulnerability scan reports to various indexing solutions

    Go 1

  2. vagrant-k8s vagrant-k8s Public

    Kubernetes cluster deployment using Vagrant, VirtualBox and Ansible

    2

  3. vdbench-tests vdbench-tests Public

    Vdbench tests

    HTML 6 1

  4. asdf-opensearch-cli asdf-opensearch-cli Public

    asdf plugin for OpenSearch CLI

    Shell 2 3

  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=("$@")