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

Organizations

@intellipharm-pty-ltd
Block or Report

Block or report djravine

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. idlecombos idlecombos Public

    Forked from dhusemann/idlecombos

    Idle Champions of the Forgotten Realms Tools - AutoHotKey Script

    AutoHotkey 43 4

  2. '.bash_aliases' - DEV - Change PHP V... '.bash_aliases' - DEV - Change PHP Version
    1
    # Aliases - PHP
    2
    alias apache.restart='sudo service apache2 restart'
    3
    alias php.install='sudo apt install php5.6 php7.0 php7.1 php7.2 php7.3 php7.4 php8.0 php8.1 php8.2 php8.3'
    4
    alias php.uninstall='sudo apt remove php5.6 php7.0 php7.1 php7.2 php7.3 php7.4 php8.0 php8.1 php8.2 php8.3'
    5
    alias php.info='php -i'