ssh -o ProxyCommand='nc -x myproxyserver.example.com:1080 %h %p' targetsshserver.example.com
參考來源: SSH via SOCKS proxiesWritten with StackEdit.
ssh -o ProxyCommand='nc -x myproxyserver.example.com:1080 %h %p' targetsshserver.example.com
參考來源: SSH via SOCKS proxiesWritten with StackEdit.
@echo off
set a=c:\program files\7-zip\7z.exe
for %%a in (%*) do (
dir /a %%a|findstr "DIR" >nul 2>nul && (
"%a%" a -tzip "%%~dpa%%~na.zip" "%%~a\*"
) || (
"%a%" a -tzip "%%~dpa%%~na.zip" %%a
)
)

網頁版: http://jsbeautifier.org/
<leader>ff
或
按<F6> (或是你自訂的鍵) |