Skip to content
View achraf-jeday's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report achraf-jeday

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. my-passwords-front-end my-passwords-front-end Public

    My passwords (React and MUI front end).

    JavaScript

  2. chmod Symbols chmod Symbols
    1
    7 rwx
    2
    6 rw-
    3
    5 r-x
    4
    4 r--
    5
    3 -wx
  3. Docker and drush most used commands ... Docker and drush most used commands (drupal 8)
    1
    List all containers (only IDs):
    2
    docker ps -aq
    3
    
                  
    4
    Stop all running containers:
    5
    docker stop $(docker ps -aq)
  4. my-passwords-back-end my-passwords-back-end Public

    Password manager API.

    PHP