Skip to content
View syahzul's full-sized avatar
😑
burnout
😑
burnout

Organizations

@akukoder
Block or Report

Block or report syahzul

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. akukoder/mykad-validator akukoder/mykad-validator Public

    Validate MyKad/MyKid number

    PHP 1

  2. backup-server backup-server Public

    Backup website files and MySQL databases in the server and upload it to Dropbox

    Shell 1

  3. mykad-detail-extractor mykad-detail-extractor Public archive

    Malaysia Identity Card Detail Extractor

    PHP 9 3

  4. Reset MySQL root password on Linux M... Reset MySQL root password on Linux Mint 19.2
    1
    Let's start by stopping the currently running MySQL database.
    2
    
                  
    3
    ```
    4
    $ sudo systemctl stop mysql.service
    5
    ```
  5. How to install OCI8 on macOS 10.15 (... How to install OCI8 on macOS 10.15 (Catalina) with PHP 7.3 or 7.4 (Homebrew)
    1
    # How to install OCI8 on macOS 10.15 (Catalina) with PHP 7.3 or 7.4
    2
    
                  
    3
    ## Requirements
    4
    
                  
    5
    - [Homebrew](https://brew.sh)
  6. How to install OCI8 on Linux Mint 19... How to install OCI8 on Linux Mint 19.2 and PHP 7.3 (Instant Client 19.5)
    1
    # How to install OCI8 on Linux Mint 19.2 and PHP 7.3
    2
    Sources:
    3
    - http://www.syahzul.com/2016/04/06/how-to-install-oci8-on-ubuntu-14-04-and-php-5-6/
    4
    - https://medium.com/@kabeza/setup-oracle-instant-client-with-apache-and-php-7-on-ubuntu-server-17-04-66cea2297d6f
    5
    - https://gist.github.com/hewerthomn/81eea2935051eb2500941a9309bca703#file-install_oci8_ubuntu_16-04_php7-1-md