Cygwin安装器交互式bat自动调用脚本

@echo offset "PATH=%~dp0bin;%path%"echo.echo =======当前配置=======echo.bash --login -c "echo mirror=`apt-cyg mirror`;echo cache=`apt-cyg c
Windows Bat CMD 2021年07月20日 231次浏览

VBS检查Cygwin安装器setup-x86_64.exe是否有更新

'CreateObject("Shell.Application").ShellExecute "http://www.cygwin.com/setup-x86_64.exe"Dim Etag,ExeUrlExeUrl="http://www.cyg
cygwin VBS Windows 2021年07月20日 174次浏览

ssh-expire-time.py:查找~/.ssh/config配置文件,排列主机过期信息Python实现

#!/usr/bin/env python3# -*- coding: utf-8 -*-#列出~/.ssh/config主机到期时间#自用ssh-expire-time命令python实现版本#原始ssh-expire-time为shell脚本实现,参看:/v/bin/ssh-expire-tim
cygwin Python SSH 2020年11月06日 262次浏览

sshfindip Python版本,通过IP查找~/.ssh/config 主机配置项

#!/usr/bin/env python3# -*- coding: utf-8 -*-#根据主机ip查找openSSH配置文件~/.ssh/config对应主机配置项#自用sshfindip命令python实现版本#原始sshfindip为shell脚本实现,参看:/v/bin/sshfindi
cygwin Python 2020年11月05日 218次浏览

sshfind:主机信息快捷查找命令:shell版本

#!/bin/bash SCRIPTPATH=$(realpath $0)#SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"#SCRIPTPA
cygwin Shell 2020年10月30日 201次浏览

sshfind快捷脚本:使用主机别名查找~/.ssh/config配置项

sshfind快捷脚本:通过读取文件~/.ssh/config,利用主机别名查找主机其余各项配置信息并输出,对于~/.ssh/config拥有N多个主机配置信息时极为有用,,在终端窗口下输入sshfind [主机名]即可搜寻,如: sshfind mycloud适用Python3版本,本人主要在Cy
cygwin Python 2020年10月30日 226次浏览

Cygwin-shell脚本:快速打开服务器bt面板URL

#!/bin/bash SCRIPTPATH=$(realpath $0)#SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"#SCRIPTPA
cygwin Shell 2020年10月29日 240次浏览

Cygwin自用脚本programs,列出自己定义的函数(主要用于快速运行Windows程序)和alias别名,并实现简单查找

#!/bin/bash#查询在/v/bin/aliaswinapp中已经定义的Win程序快捷方式. /v/bin/aliaswinappprograms=$(declare -F|awk "{print \$NF}"|grep -vE "^_")#echo &
cygwin Shell 2020年10月29日 217次浏览

Code test

#/bin/bash#keep program path output to sort by program path#psList=$(ps w|grep pri|awk '{print $(NF-5)" "$NF}'|sort -k 1|grep -E '^/')#echo
2020年10月08日 206次浏览

Hello Halo

Hello Halo如果你看到了这一篇文章,那么证明你已经安装成功了,感谢使用 Halo 进行创作,希望能够使用愉快。相关链接官网:https://halo.run社区:https://bbs.halo.run主题仓库:https://halo.run/p/themes.html开源地址:https
2020年10月08日 220次浏览