Skip to content
View shmuel-raichman's full-sized avatar
✍️
✍️
Block or Report

Block or report shmuel-raichman

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
shmuel-raichman/README.md

Pinned

  1. LinuxFileSystemPermissions.md LinuxFileSystemPermissions.md
    1
    # Linux file system permissions
    2
    
    
    3
    | Numeric | Permission             | Representation |
    4
    |:------- |:---------------------- |:---------------|
    5
    | 0       | No permission          | ---            |
  2. dotfiles dotfiles Public

    Collection of aliases, functions, and my prompt setup (PS1) that I'm sourcing in my .bashrc file.

    Shell 1

  3. Make completion of kubectl use fzf Make completion of kubectl use fzf
    1
    #!/bin/bash
    2
    # B"H
    3
    
    
    4
    # Tested kubectl version `v1.23.6`
    5
    # Make all kubectl completion fzf
  4. openvpn-aws-terraform openvpn-aws-terraform Public

    Terraform files to create on-demand private open-vpn server on aws.

    HCL 1

  5. demo-http-app demo-http-app Public

    Basic golang http server, with easy to change routes and config.

    Go

  6. shmulik-cheat-sheet shmulik-cheat-sheet
    1
    B"H
    2
    ## Git
    3
    ### Tag
    4
    ```bash
    5
    git tag -a v1.4 -m "my version 1.4" # Tag current commit