Skip to content
View iamthewit's full-sized avatar

Block or report iamthewit

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. stock-exchange stock-exchange Public

    PHP 1

  2. exchange-report exchange-report Public

    PHP

  3. exchange-messages exchange-messages Public

  4. startup startup Public

    Script run when Ubuntu starts to open all the apps I use on a weekday

    Shell

  5. Start MySQL Docker Container Start MySQL Docker Container
    1
    #!/bin/bash
    2
    
                  
    3
    docker run --name docker-mysql_1 \
    4
            -e MYSQL_ROOT_PASSWORD=root \
    5
            -e MYSQL_DATABASE=test_db \