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

Block or report hexiyou

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. sshproxy sshproxy Public

    利用autossh便捷创建SSH隧道wrapper脚本,对ssh -L命令的上层封装,创建本地socks或http代理隧道,本次Cygwin下完美测试通过!

    Shell 1

  2. delayexec.sh:Cygwin下专用Bash脚本,配合schta... delayexec.sh:Cygwin下专用Bash脚本,配合schtasks方便快捷从命令行创建Windows任务计划,仅运行一次,支持多种时间格式参数指定运行时间,可调用任何cmd命令和Cygwin下的命令。
    1
    #!/bin/bash
    2
    #Windows计划任务cron脚本,通过任务计划调用Cygwin执行某命令
    3
    ## Example:
    4
    ## 1. delayexec 3600 tplink  #延迟3600秒(1小时)运行tplink
    5
    ## 2. delayexec 05:30 tplink  #定时5点半运行tplink,自动识别日期,当前时刻早于指定时间,则当天执行,当前时刻晚于指定时间,则次日执行
  3. bash/shell调用ffmpeg转wmv为mp4 bash/shell调用ffmpeg转wmv为mp4
    1
    #!/bin/bash
    2
    #调用ffmpeg,转换wmv视频文件为mp4文件
    3
    #资料参考来源:https://superuser.com/questions/73529/how-to-convert-wmv-to-mp4
    4
    
                  
    5
    SCRIPTPATH=$(realpath $0)
  4. shell-scripts shell-scripts Public

    Cygwin/WSL/Linux个人常用Shell脚本集,China mirror Repo: https://gitee.com/hexiyou/shell-scripts

    Shell 1

  5. apt-cyg apt-cyg Public

    Forked from transcode-open/apt-cyg

    Apt-cyg, an apt-get like tool for Cygwin

    Shell

  6. autossh autossh Public

    Forked from FeeiCN/autossh

    Password-free automatic login SSH(免密登陆SSH)

    Shell 1