黑心灌水 OREO 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 - 5月 23, 2009 上星期去家樂福 買了一盒 OREO,因為之前還蠻常吃的所以又買了一盒但是這次發現,OREO竟然大灌水裡面竟然夾了一層厚厚的紙板來充數根本是在欺騙消費者請大家告訴大家, 別再買OREO勒而且還是印尼製造的 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 留言
當電腦被植入監控軟體時 - 5月 15, 2009 當你的控制台出現了如左圖 不要懷疑你已被植入木馬, 已全程被監控了 或是你的系統服務多了 "SMS Agent Host"、"SMS Task Sequence Agent" 也是被完全監控 那本身是microsoft 提供的監控服務 想要完全移除它,請參照下面步驟 1. 重開機按F8進入安全模式 2. 把Windows\System32底下的CCM資料夾全砍掉 3. 執行rmsrv.vbs來清除服務裡的"SMS Agent Host"、"SMS Task Sequence Agent" 4. 執行regedit,把所有跟SMSCFGRC.cpl、SMSPDM.cpl、SMSRAP.cpl、smsrc.cpl相關的reg清除 P.S. 控制台在英文版的Windows就叫Control Panel,可以打control.exe開啟,裡面的東西就是.cpl rmsrv.vbs製作方式 1.開啟記事本 2.貼上下面的code 3.另存新檔為rmsrv.vbs Const title = "服務移除工具" Set oWS = CreateObject("Wscript.Shell") sService = inputbox("請輸入欲移除的服務名稱",title,"Service_name") If sService = "" then msgbox "程式停止執行,沒有移除任何服務。", vbInformation, title wscript.quit End If '//確認是否移除服務 result = MsgBox ("即將移除 " & sService & " 這個服務,您確定嗎?", vbQuestion + vbYesno, title) If result = vbNo Then Msgbox "程式停止執行,沒有移除任何服務。", vbInformation, title wscript.quit End If strComputer = ".... 閱讀完整內容
notepad++ for procomm plus - 7月 14, 2009 使用notepad++ 編輯procomm plus script 時 可以保留字可以顯示別種顏色 替代UltraEdit的利器 notepad++下載網址 http://notepad-plus.sourceforge.net/tw/site.htm 將下面文字複製貼上到記事本 然後儲存到 C:\Documents and Settings\ user-id \Application Data\Notepad++\userDefineLang.xml 之後使用notepad++ 就可以顯示 <NotepadPlus> <UserLang name="Procomm" ext=".was"> <Settings> <Global caseIgnored="yes" /> <TreatAsSymbol comment="no" commentLine="yes" /> <Prefix words1="yes" words2="no" words3="no" words4="no" /> </Settings> <KeywordLists> <Keywords name="Delimiters">000000</Keywords> <Keywords name="Folder+">for while proc func if switch case #if</Keywords> <Keywords name="Folder-">endfor endwhile endproc endfunc endif endswitch endcase #endif</Keywords> ... 閱讀完整內容
VPI VCI - 5月 27, 2009 虛擬路徑辨識(Virtual Path Identifier,VPI)、虛擬通路識別(Virtual Channel Identifier,VCI)、負載型態(Payload Type,PT)及小封包遺棄優先序(Cell Loss Priority ,CLP)等。ATM 交換機將輸入埠所得的 Cell,利用 VPI/VCI 欄位資料,將 Cell 導引至合適的輸出埠。 由於 VPI/VCI 欄位長度短,且有相對應的關聯性,這對於 Cell 輸出的流向將更容易處理,且所有具相同欄位性質的 VCI 的 Cell 組,會形成 Virtual Channel,同理,相同的 VPI 之 Cell 群,亦形成 Virtual Path(VP)。 由於 ATM 是利用 VPI/VCI 的設定建立連線,連線的路由 (Routing)必須由路由協定(Routing Protocol)來決定。目前,此 一部份有可能直接取用 TCP/IP 的 OSPF(Open Shortest Path First)協定加以修改使用。此時,ATM 網路的交換機就扮演著如同傳統網路中路由器的角色一般。 中 華電信的VPI(Virtual Path Identifier)使用的參數是0,而預設的VCI(Virtual Channel Identifier)則是33。當您有申請更改ISP的時候(如用HINET的線路網路費付給SEEDNET),就會自動把VCI參數改為34。因此大 部分的ADSL設定大多是以VPI =0/VCI=33或34。 閱讀完整內容
留言
張貼留言