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

Organizations

@intellipharm-pty-ltd

Block or report djravine

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. idlecombos idlecombos Public

    Forked from dhusemann/idlecombos

    Idle Champions of the Forgotten Realms Tools - AutoHotKey Script

    AutoHotkey 50 5

  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 php8.4'
    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 php8.4'
    5
    alias php.off='sudo a2dismod php5.6 php7.0 php7.1 php7.2 php7.3 php7.4 php8.0 php8.1 php8.2 php8.3 php8.4'