Skip to content
View coin8086's full-sized avatar
🏠
Working from home
🏠
Working from home
  • @Azure Microsoft
  • Shanghai, China

Block or report coin8086

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
coin8086/README.md

Don’t ignore your dreams; don’t work too much; say what you think; cultivate friendships; be happy.

不要忽视梦想;不要过度工作;说心里话;交朋友;要开心!

Pinned Loading

  1. learning-dotnet learning-dotnet Public

    Learn .NET by simple examples.

    C# 1

  2. learning-azure learning-azure Public

    Learn Azure by examples.

    C# 1 2

  3. vimrc vimrc Public

    Simple VIM settings in a single .vimrc file.

    Vim Script 24 6

  4. WinSocket WinSocket Public

    TLS Examples in Schannel and IO Completion Ports

    C++ 12 3

  5. Use Proxy for Git/GitHub Use Proxy for Git/GitHub
    1
    # Use Proxy for Git/GitHub
    2
    
                  
    3
    Generally, the Git proxy configuration depends on the [Git Server Protocol](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols) you use. And there're two common protocols: SSH and HTTP/HTTPS. Both require a proxy setup already. In the following, I assume a SOCKS5 proxy set up on `localhost:1080`. But it can also be a HTTP proxy. I'll talk about how to set up a SOCKS5 proxy later.
    4
    
                  
    5
    ## SSH Protocol
  6. TLS in a Nutshell TLS in a Nutshell
    1
    # TLS in a Nutshell
    2
    
                  
    3
    ## TOC
    4
    
                  
    5
    * What's TLS?