Skip to content
View aflyhorse's full-sized avatar

Highlights

  • Pro

Block or report aflyhorse

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 250 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. gsliepen/tinc gsliepen/tinc Public

    a VPN daemon

    C 2.1k 296

  2. EVE-CorpKMStat EVE-CorpKMStat Public

    An EVE Online tool to monitor killmails of corp mates.

    Python 1

  3. pinecitywms pinecitywms Public

    WMS for Pinecity Hotel

    Python

  4. scanimage scanimage Public

    图片透视校正Web应用

    JavaScript

  5. tunet-python tunet-python Public

    Web-based Tsinghua University Network Auto Login

    Python

  6. SSH auto key generation SSH auto key generation
    1
    #!/bin/sh
    2
    
                  
    3
    if [ ! -f $HOME/.ssh/id_ed25519 ] ; then
    4
        ssh-keygen -q -t ed25519 -f "$HOME/.ssh/id_ed25519" -N ''
    5
        cat ~/.ssh/id_ed25519.pub >> ~/.ssh/authorized_keys