Windows 7 SP1 Update Package 微軟更新修正包 (2015.09月份)

雖然隨著 Windows 8.1/10 推出之後,使用 Windows 7 的人有稍微的減少,但仍有大部分的人還在使用 Windows 7,而安裝完 Windows 7 之後,總要安裝一堆的修正程式,很耗費時間,目前有人專門在做修正程式的打包,方便 Windows 7 安裝之後的更新。

詳情請參考:Windows 7 SP1 Update Package 微軟更新修正包 (2015.09月份) | WanMP Online System

個人會把它拿來做整合 Windows 7 光碟的修正檔使用。

Adobe Flash Player 19.0.0.185

Adobe Flash Player 19.0.0.185
檢查安裝版本:https://www.adobe.com/tw/software/flash/about/
                             https://get.adobe.com/tw/flashplayer/
[@more@]Windows 平台
Internet Explorer:
http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_19_active_x.exe

Windows 8 / 8.1 / 10 / Server 2012 / Server 2012 R2 要從 Windows Update 更新

All Other Browsers(Firefox,Safari & Opera):
http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_19_plugin.exe

Mac 平台:
http://fpdownload.adobe.com/get/flashplayer/pdc/19.0.0.185/install_flash_player_osx.dmg

解決 Nagios 3 偵測 HTTP Server 時出現的 WARNING 訊息

使用 Nagios 3 偵測 HTTP Server 時,有時候會出現如下圖的警告訊息
HTTP WARNING: HTTP/1.1 403 Forbidden – 366 bytes in 0.005 second response time

出現這種問題的原因,可能是系統有提供 HTTP Server,但在網站中並有預設的首頁,就是在根目錄中沒有預設的網頁。
解決的方式,利用這個訊息在網路上搜尋了一下,提到的解決方式都是在個別的 Server 的根目錄中,建立 index.html 的檔案,不過我覺得,這種方法只適用在台數不多的 Server 情況下,如果台數很多,要一台一台的修改,也是也累人的一件事。[@more@]我的想法是最好能在 Nagios 3 Server 上直接解決,不用動到其它的 Server

解決方式:
OS:Debian 8.2
1. 新增一個 check_http_n 的檢查命令,與原先的 check_http 做分隔
# vim /etc/nagios3/commands.cfg
在檔案的最後面加上
# ‘check_http_n’ command definition
define command{
        command_name    check_http_n
        command_line    $USER1$/check_http -e HTTP/1.1 -I $HOSTADDRESS$ $ARG1$
        }

2. 重新修改 /etc/nagios3/conf.d 目錄下的各個 Server 檢查檔,把原本的 check_http 改成 check_http_n
# sed -i ‘s/check_http/check_http_n/’ /etc/nagios3/conf.d/*.cfg

3. 重新啟動 Nagios 3 Server
# systemctl restart nagios3

4. 之後就不會再出現警告的訊息了!

在 Windows 下隱藏磁碟機

使用登錄檔來處理(隱藏 N 磁碟機)

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer]
“NoDrives”=dword:00002000

藍色:10 進位
紅色:16 進位

A : 1(1)
B : 2(2)
C : 4(4)
D : 8(8)
E : 16(10)
F : 32(20)
G : 64(40)
H : 128(80)
I : 256(100)
J : 512(200)
K : 1024(400)
L : 2048(800)
M : 4096(1000)
N : 8192(2000)
O : 16384(4000)
P : 32768(8000)
Q : 65536(10000)
R : 131072(20000)
S : 262144(40000)
T : 524288(80000)
U : 1048576(100000)
V : 2097152(200000)
W : 4194304(400000)
X : 8388608(800000)
Y : 16777216(1000000)
Z : 33554432(2000000)
隱藏所有磁碟機 : 67108863(3FFFFFF)

解決 Acer Veriton M4630G 安裝 Windows 8.1/10 裝置管理員中出現的其它裝置

在新的 Acer Veriton M4630G 租賃案的電腦安裝 Windows 8.1/10 時,在裝置管理員中會出現三個其它裝置
[@more@]把 ACER 官網中的驅動程式都安裝,但情況依舊沒有得到解決,在網路上搜尋了一下,在 Acer Veriton M4630G Drivers Download for Windows 10, 8.1, 7, Vista, XP 這一個網站,找到一些其它的驅動程式。

也可以從 這裡 下載

1. 先將檔案下載下來

2. 解壓縮

3. 切換到解開的目錄

4. 在 Rtlhvdev.inf 檔案按滑鼠右鍵,選擇 安裝(I)

5. 按 確定

6. 原來這三個設備是 多功能介面卡