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

Block or report lizhaomiusi

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. shell-1 shell-1 Public

    Forked from netkiller/shell

    Infrastructure Management Shell - Linux

    Shell

  2. the-art-of-command-line the-art-of-command-line Public

    Forked from jlevy/the-art-of-command-line

    Master the command line, in one page

  3. SSH隧道/端口转发/代理 SSH隧道/端口转发/代理
    1
    
                  
    2
    ```sh
    3
    ssh -C -f -N -g -L listen_port:DST_Host:DST_port user@Tunnel_Host #本地监听listen_port,转发到DST_Host的DST_Port端口,通过Tunnel_Host转发
    4
    ssh -C -f -N -g -R listen_port:DST_Host:DST_port user@Tunnel_Host #Tunnel监听listen_port,转发到DST_Host的DST_Port端口,通过本机转发
    5
    ssh -C -f -N -g -D listen_port user@Tunnel_Host #在本地listen_port端口创建动态代理(SOCKS5)
  4. PHP-Interview-QA PHP-Interview-QA Public

    Forked from colinlet/PHP-Interview-QA

    PHP面试问答

  5. gocron gocron Public

    Forked from ouqiang/gocron

    定时任务管理系统

    Go

  6. goframe-shop-v2 goframe-shop-v2 Public

    Forked from wangzhongyang007/goframe-shop-v2

    基于goframev2最新版本开发

    Go