Skip to content
View amfischer's full-sized avatar

Block or report amfischer

Report abuse

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

Report abuse

Pinned Loading

  1. lamp-docker-setup lamp-docker-setup Public

    PHP

  2. laravel-docker-setup laravel-docker-setup Public

    Dockerfile

  3. Ubuntu commands cheat sheet Ubuntu commands cheat sheet
    1
    + __list all local users__  
    2
    `cut -d: -f1 /etc/passwd`
    3
    
                  
    4
    
                  
    5
    + __list users and their permissions__  
  4. Multiple SSH Keys Config file Multiple SSH Keys Config file
    1
    Host frontend[can use any name here] github.com
    2
    Hostname github.com
    3
    IdentityFile ~/.ssh/eagle-fe_rsa
    4
    
                  
    5
    Host backend[can use any name here] github.com
  5. wp-playground wp-playground Public

    Makefile

  6. php-playground php-playground Public

    Small repo for testing php packages

    PHP