Skip to content
View aprillins's full-sized avatar

Block or report aprillins

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. zsh-tmux-ubuntu-20.04-setting zsh-tmux-ubuntu-20.04-setting
    1
    1. In ~/.bashrc append:
    2
    if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
    3
      exec tmux
    4
    fi
    5
    
                  
  2. coursera-capstone-project coursera-capstone-project Public

    Jupyter Notebook

  3. FileJSON FileJSON Public

    PHP

  4. openai-assistant-implementation openai-assistant-implementation Public

    TypeScript

  5. web3-connect-basic-nextjs web3-connect-basic-nextjs Public

    Create a connect wallet button on next.js

    TypeScript

  6. revert-wordpress revert-wordpress
    1
    wget https://wordpress.org/latest.tar.gz -O ~/wordpress/latest.tar.gz
    2
    # wget https://wordpress.org/latest.tar.gz -P ~/wordpress/
    3
    tar -xf latest.tar.gz 
    4
    
                  
    5
    # Give read and write permissions to files and directory