Skip to content
View mosufy's full-sized avatar
Block or Report

Block or report mosufy

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. lumen-react lumen-react Public

    Foundation for an API-Centric Architecture with Laravel's Lumen (API) and ReactJS (Web)

    PHP 21 10

  2. serverless-react serverless-react Public

    Example web app with Serverless Framework and React.

    JavaScript 7

  3. raspberrypi-vpn-hotspot raspberrypi-vpn-hotspot Public

    Allows other devices (mobile, tv, laptop) within your home network to connect to this Raspberry Pi and enjoy secured internet access over VPN.

    Shell 5

  4. raspberrypi-dlna-upnp-media-server raspberrypi-dlna-upnp-media-server Public

    DLNA / UPnP media server to allow other devices (mobile, tv, laptop) within your home network access to your local media.

    Shell 1 1

  5. LEMP Stack Installation Guide. Linux... LEMP Stack Installation Guide. Linux (Ubuntu), Nginx, MySQL, PHP
    1
    LEMP Stack Installation Guide
    2
    =======
    3
    LEMP is the new LAMP. If you were an Apache user like most of us, simply follow this guide to easily deploy and learn develop to develop on Nginx.
    4
    
                  
    5
    Pre-requisites
  6. Vagrant LEMP Stack Installation Bash... Vagrant LEMP Stack Installation Bash Script for Ubuntu 14.0.4
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Variables
    4
    APPNAME=appname
    5
    DBHOST=localhost