Skip to content
View ezhdan-nyt's full-sized avatar
  • NYT

Block or report ezhdan-nyt

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. Using xDebug with POSTMAN Using xDebug with POSTMAN
    1
    Set the url with ?XDEBUG_SESSION_START=PHPSTORM
    2
    and set a header Cookie: XDEBUG_SESSION=PHPSTORM
  2. Useful commands in *nix systems Useful commands in *nix systems
    1
    ps aux | grep "Alert" <- Check processes
    2
    
                  
    3
    kill -stop <- Suspend process
    4
    kill -cont <- Continue process
    5