The Wayback Machine - https://web.archive.org/web/20250227025728/https://github.com/victorbalssa
Skip to content
View victorbalssa's full-sized avatar

Organizations

@semiosBIO @gary-ai @beergame

Block or report victorbalssa

Report abuse

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

Report abuse

Pinned Loading

  1. abacus abacus Public

    �? Abacus: Firefly III mobile application.

    TypeScript 620 46

  2. gist.sh gist.sh
    1
    # --- One liner: MySQL Dump with docker --- #
    2
    
                  
    3
    $ /usr/bin/docker exec -it `your container name` /usr/bin/mysqldump -u `mysql user` --password=`mysql password` `mysql database` > backup.sql
    4
    
                  
    5
    # --- #