- May 31 Mon 2021 19:17
-
Powershell
- Jul 06 Fri 2018 09:45
-
Librenms 安裝於 Centos7
- Nov 04 Sat 2017 16:56
-
不錯的DNS測試工具
- Nov 03 Fri 2017 12:10
-
人臉變識
https://github.com/Microsoft/Cognitive-Samples-VideoFrameAnalysis
- Oct 24 Tue 2017 16:59
-
HP 5130
拿到 HP 5130 第一件事就是開啟Web 模
<HPE>sys
[HPE]quit
<HPE>system-view
[HPE]int vlan1
[HPE-Vlan-interface1]ip add ***.***.***.**** /24
[HPE]quit
[HPE]local-user admin
[HPE-local-user-manage-admin]password simple ***
[HPE-local-user-manage-admin]authorization-attribute user-role network-admin
[HPE-local-user-manage-admin]service-type http https
[HPE-local-user-manage-admin]quit
[HPE]ip http enable
[HPE]ip https enable
[HPE]save
<HPE>sys
[HPE]quit
<HPE>system-view
[HPE]int vlan1
[HPE-Vlan-interface1]ip add ***.***.***.**** /24
[HPE]quit
[HPE]local-user admin
[HPE-local-user-manage-admin]password simple ***
[HPE-local-user-manage-admin]authorization-attribute user-role network-admin
[HPE-local-user-manage-admin]service-type http https
[HPE-local-user-manage-admin]quit
[HPE]ip http enable
[HPE]ip https enable
[HPE]save
- Aug 19 Sat 2017 10:40
-
PRTG for Windows Server 2016 中文亂碼
- Mar 30 Thu 2017 22:12
-
C# for NX Witness
// Create a request for the URL.
WebRequest request2 = WebRequest.Create("https://xxx.xxx.xxx.xx/Env.json");
// If required by the server, set the credentials.
request2.Credentials = CredentialCache.DefaultCredentials;
// Get the response.
WebResponse response2 = request2.GetResponse();
// Display the status.
WebRequest request2 = WebRequest.Create("https://xxx.xxx.xxx.xx/Env.json");
// If required by the server, set the credentials.
request2.Credentials = CredentialCache.DefaultCredentials;
// Get the response.
WebResponse response2 = request2.GetResponse();
// Display the status.
- Dec 28 Wed 2016 14:56
-
VPN 自動偵測並重新連線
家裡的 Tomato Open VPN 三不五時給我斷線 ...
在 Tomato 選單 Administration > Scheduler > Custom1 >
if ! ping -c 1 192.168.98.254 > /tmp/null
then
service vpnclient1 restart
fi
ddns-update 0 force
ddns-update 1 force
- May 06 Fri 2016 10:33
-
vmware
- Apr 25 Sat 2015 21:55
-
Tomato pppoe Relay 的方法!
https://code.google.com/p/flyfox66/downloads/detail?name=rp-pppoe-relay_3.10-1_mipsel.ipk

