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

Block or report amfischer

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

  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