使用 USB Camera 來進行視訊會議之測試
http://horse.nchc.org.tw/IPv6/MBone/CameraTesting.html
說明及教學
http://horse.nchc.org.tw/IPv6/MBone/index.html
2008年10月28日 星期二
the F# programming language
http://www.microsoft.com/downloads/details.aspx?FamilyID=61ad6924-93ad-48dc-8c67-60f7e7803d3c&displaylang=en
2008年10月16日 星期四
GTS-516相關設定
#1 GTS-516相關設定
系統設定
SYSCONFIG(顯示系統設定)
sysconfig nodename "GTS001"
sysconfig prompt "ts03" (在command line前顯示之字串)
sysconfig location "9999_5F"
---------------------------------------------------------------------
IP設定
ifconfig -d(查看設定)
ifconfig ip 10.168.100.21
ifconfig connector
BNC:黑色銅軸電纜
AUI:類似LPT port介面需接上AUI轉TP盒
TP:一般RJ45網路線接孔
ifconfig netmask 255.255.255.0
-----------------------------------------------------------
路由設定
route del default 10.88.60.6
route add default 10.88.60.6 1
route(顯示路由)
-------------------------------------------------------------
更改設定後需執行
save all
系統設定
SYSCONFIG(顯示系統設定)
sysconfig nodename "GTS001"
sysconfig prompt "ts03" (在command line前顯示之字串)
sysconfig location "9999_5F"
---------------------------------------------------------------------
IP設定
ifconfig -d(查看設定)
ifconfig ip 10.168.100.21
ifconfig connector
BNC:黑色銅軸電纜
AUI:類似LPT port介面需接上AUI轉TP盒
TP:一般RJ45網路線接孔
ifconfig netmask 255.255.255.0
-----------------------------------------------------------
路由設定
route del default 10.88.60.6
route add default 10.88.60.6 1
route(顯示路由)
-------------------------------------------------------------
更改設定後需執行
save all
2008年10月15日 星期三
訂閱:
文章 (Atom)
ubuntu 安裝完kubernetes後做apt-get update會出現錯誤
root@k8s02:~# sudo apt-get update 已有:1 http://tw.archive.ubuntu.com/ubuntu xenial InRelease 已有:2 http://tw.archive.ubuntu.com/ubuntu xenia...
-
EXCEL每一個版本開啟VBA編輯器的方式都不一樣,EXCEL 2007的VBA編輯器預設是隱藏的,開啟方式如下: 選擇 Excel 選項 勾選 在功能區顯示 [開發人員] 索引標籤 然後功能選單就會出現 發人員頁籤,其中就含VBA相關工具。 點選 V...
-
今天使用Greenbone(openvas 9)對自己的個人電腦進行弱點掃描,發現有echo Service的弱點: Google微軟說明,echo service是屬於微軟 Simple TCP/IP Services中˙一項,而 Simple TCP/IP Servi...
-
有時候我們從各類資安通報收到通知微軟有安全性漏洞需要更新,通報有時會告知可下載微軟的KBxxxxxxx安全性更新進行安裝。 例如收到僅訊通報: 微軟所有Office Word版本之物件連結與嵌入(OLE)存在零時差漏洞,允許攻擊者遠端執行任意程式碼。 可上微軟網站下載更新...