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

Block or report leonletto

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 Loading

  1. Fix Python on MacOs M1 Sequoia Fix Python on MacOs M1 Sequoia
    1
    # Fix Python on MacOs M1 Sequoia
    2
    
    
    3
    If you have upgraded to MacOs Sequoia like I did and found out that pyenv and other Python stuff doesn’t not work ( including compiling ) this is for you.
    4
    
    
    5
    I spent way too much time trying to get Sequoia to install Python properly with pyenv and compiling and installing a binary ( when available ).   So I took the logical (?) approach and installed UTM, installed an M1 vm and compiled from scratch to get the binaries and then installed those on my Sequoia Mac and its working.
  2. ca-for-labs ca-for-labs Public

    Create your own CA for your lab, home network or demo environment

    Shell 1

  3. bashLogger bashLogger Public

    basic logging for bash scripts with similar api to python logger

    Shell 4 4

  4. bash_compare_numbers bash_compare_numbers Public

    Comparing floating point numbers and version numbers in bash is difficult. This library makes it easier.

    Shell 1

  5. bashExportCsv bashExportCsv Public

    Bash function to export flattened csv files from curl responses or other similar json. Works for large responses and flattens the output.

    Shell

  6. bashFunctionLibrary bashFunctionLibrary Public

    some common utility functions I use in my other libraries and scripts that are too small to need a separate repo.

    Shell