Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View habibakcakale's full-sized avatar
🎯
🎯

Organizations

@crafdec

Block or report habibakcakale

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. gas-typescript-webpack gas-typescript-webpack Public template

    Google App Script Dev Environment with Typescript and WebPack bundler.

    JavaScript

  2. Todos Todos Public

    Forked from davidfowl/Todos

    Various todo list backend API implementations

    C#

  3. tcpsoftrouter tcpsoftrouter Public

    Tcp Soft Router provides tcp communication routing, runs as a windows service, and administration is through telnet or http. Basic features include: - Port Redirecting - Port Redirecting through a …

    C# 7 4

  4. order-management-extension order-management-extension Public

    C#

  5. Nginx App Deployment for Ubuntu Nginx App Deployment for Ubuntu
    1
    1 - Install Nginx with ```apt install nginx```  
    2
    2 - Create site entry for nginx ```cd /etc/nginx/sites-enabled sudo vi app.example.io``` with below content, ```proxy_pass``` will be your local app host with port
    3
    ```
    4
    server {
    5
        listen        80;
  6. How to optain an ssl certification f... How to optain an ssl certification from Lets Encrypt for Nginx
    1
    ## First, download the Let’s Encrypt client, certbot  
    2
    Create the certbot repository: ```add-apt-repository ppa:certbot/certbot```  
    3
    Install certbot: ```apt-get update``` ```apt-get install python-certbot-nginx```  
    4
    
                  
    5
    ## Obtain the  SSL/TLS Certificate