ngrok authtoken xxx

ngrok tcp 22

JohnDX 發表在 痞客邦 留言(0) 人氣()

最近安裝/解安裝只要是使用 windows installer 的軟體都會跳這個錯誤

Windows Installer Error - Cannot open database file. System error -2147287008

JohnDX 發表在 痞客邦 留言(0) 人氣()

最近不知為何突然 docker-compose command 都很慢

只是把 container 關掉而已就會卡個幾分鐘才開始動作

JohnDX 發表在 痞客邦 留言(0) 人氣()

cd 到想要分享的目錄

然後 python -m SimpleHTTPServer

JohnDX 發表在 痞客邦 留言(0) 人氣()

git config credential.helper "store --file ./.git/credentials"

 

JohnDX 發表在 痞客邦 留言(0) 人氣()

ssh -t remote_machine "echo \"test the string: ok\" | awk '{print \$2}' "

 

JohnDX 發表在 痞客邦 留言(0) 人氣()

使用 pkg 打包 js 程式

把執行檔放到該平台執行時出現 Error: Cannot find module '/snapshot/xxx/node_modules/sqlite3/lib/binding/node-v64-linux-x64/node_sqlite3.node'

JohnDX 發表在 痞客邦 留言(0) 人氣()

client := http.Client{}
request, _ := http.NewRequest("Get", "http://localhost:8080/test", nil)

JohnDX 發表在 痞客邦 留言(0) 人氣()

httplib.HTTPConnection 的 timeout

文件寫預設用 global timeout

JohnDX 發表在 痞客邦 留言(0) 人氣()

顯示 http request detail

import requests

JohnDX 發表在 痞客邦 留言(0) 人氣()