Skip to content
View georgedobre's full-sized avatar
💭
Wagwan?
💭
Wagwan?
Block or Report

Block or report georgedobre

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. cPanel .gitignore for user home dire... cPanel .gitignore for user home directory
    1
    ############################
    2
    ##### cPanel ###############
    3
    ############################
    4
    
                  
    5
    /.bash_logout
  2. Add nodejs v16 to cpanel path variable Add nodejs v16 to cpanel path variable
    1
    # Add nodejs v16 to cpanel path variable
    2
    export PATH=/opt/cpanel/ea-nodejs16/bin/:$PATH
  3. fixMagento.sh fixMagento.sh
    1
    #!/bin/bash
    2
    blue=$(tput setaf 4)
    3
    normal=$(tput sgr0)
    4
    red=$(tput setb 1 setaf 1)
    5
    echo "==============================="