看恐龍。
2014年9月29日 星期一
2014年9月25日 星期四
2014/09/25 linux bash 漏洞
如何測試你的系統:
系統管理者可以在 Shell 底下輸入這串命令
env x='() { :;}; echo XD' bash -c "echo This is a test code"
如果回傳「XD」就代表有洞快補。
如果回傳「bash: warning: x: ignoring function definition attempt」就代表沒事,可以logout了。
修補方法:
Linux用戶使用yum update bash更新
系統管理者可以在 Shell 底下輸入這串命令
env x='() { :;}; echo XD' bash -c "echo This is a test code"
如果回傳「XD」就代表有洞快補。
如果回傳「bash: warning: x: ignoring function definition attempt」就代表沒事,可以logout了。
修補方法:
Linux用戶使用yum update bash更新
2014年9月22日 星期一
2014年9月19日 星期五
USB flash 無法寫入 Solution
Reference:
Event ID 11 logged when plugging storage device into any USB port
狀況:
USB flash 無法寫入,拿到另一台 PC 可正常讀寫。
Event log:
Event ID 11. The driver detected a controller error on \Device\Harddisk2\DR2.
Solution:
到裝置管理員,將 USB controller 全部解除安裝後重開機。
Event ID 11 logged when plugging storage device into any USB port
狀況:
USB flash 無法寫入,拿到另一台 PC 可正常讀寫。
Event log:
Event ID 11. The driver detected a controller error on \Device\Harddisk2\DR2.
Solution:
到裝置管理員,將 USB controller 全部解除安裝後重開機。
Exchange 2010 啟用 Outlook Anywhere
Step 1: 安裝 Windows RPC Over HTTP Proxy 元件
Step 2: 啟用 Outlook Anywhere
等待 15 分鐘後生效,或是重新啟動 Exchange services 馬上生效。
沒有安裝 Windows RPC Over HTTP Proxy 元件 在 C:\inetpub\logs\LogFiles\W3SVC1 的 log 會有這樣的記錄:
2014-09-18 10:59:22 xxx.xxx.xxx.xxx RPC_OUT_DATA /rpc/rpcproxy.dll MAIL.domain.com:6004 443 - yyy.yyy.yyy.yyy MSRPC 404 0 64 15
Microsoft 提供的 Remote Connectivity Analyer
用 Outlook 2007 新建 profile 第一次必須在內部網路開啟 Outlook,如果直接從 Internet 連線會發生錯誤,這是 Outlook 2007 的 bug。
Reference:
排除RPC over HTTP故障的五大步驟
Step 2: 啟用 Outlook Anywhere
等待 15 分鐘後生效,或是重新啟動 Exchange services 馬上生效。
沒有安裝 Windows RPC Over HTTP Proxy 元件 在 C:\inetpub\logs\LogFiles\W3SVC1 的 log 會有這樣的記錄:
2014-09-18 10:59:22 xxx.xxx.xxx.xxx RPC_OUT_DATA /rpc/rpcproxy.dll MAIL.domain.com:6004 443 - yyy.yyy.yyy.yyy MSRPC 404 0 64 15
Microsoft 提供的 Remote Connectivity Analyer
用 Outlook 2007 新建 profile 第一次必須在內部網路開啟 Outlook,如果直接從 Internet 連線會發生錯誤,這是 Outlook 2007 的 bug。
Reference:
排除RPC over HTTP故障的五大步驟
2014年9月18日 星期四
Android 將檔案放桌面
Reference:
http://androidforums.com/asus-eee-pad-transformer/562001-how-get-shortcut-file-folder-desktop.html
安裝 ES file manager。
長按檔案,選右下的 "更多",裡面有增加到桌面。
http://androidforums.com/asus-eee-pad-transformer/562001-how-get-shortcut-file-folder-desktop.html
安裝 ES file manager。
長按檔案,選右下的 "更多",裡面有增加到桌面。
2014年9月17日 星期三
2014年9月12日 星期五
Microsoft Access Update Query Examples, SQL Syntax
Reference:
http://www.fmsinc.com/MicrosoftAccess/query/snytax/update-query.html
update Raw_data
inner join dbo_BOMMD b on Raw_data.Part_no = b.MD003
set Part_no = b.MD001
where Assy > 0
http://www.fmsinc.com/MicrosoftAccess/query/snytax/update-query.html
update Raw_data
inner join dbo_BOMMD b on Raw_data.Part_no = b.MD003
set Part_no = b.MD001
where Assy > 0
2014年9月5日 星期五
Outlook Reply/Reply to All with original attachments
Reference:
http://www.msoutlook.info/question/564
http://replyallwithattach.codeplex.com/ 這一篇的 Outlook Add-in 最方便。
http://www.msoutlook.info/question/564
http://replyallwithattach.codeplex.com/ 這一篇的 Outlook Add-in 最方便。
2014年9月4日 星期四
英文版 Office 2007 繁轉簡 解法
錯誤訊息:
word is unable to proceed. more than one file necessary to do tc/sc translation is missing
解法:
http://c-s-y-86.blog.163.com/blog/static/5090904820102505358491/
word is unable to proceed. more than one file necessary to do tc/sc translation is missing
解法:
http://c-s-y-86.blog.163.com/blog/static/5090904820102505358491/
更新 Microsoft WHCK 憑證
Reference:
http://msdn.microsoft.com/zh-TW/library/windows/hardware/br230783
1. download winqual.exe
2. 安裝 signtool。出現錯誤訊息 "Unable to install “Microsoft Windows SDK for Windows 7 and .NET Framework 4”",解法為移除 Microsoft Visual C++ 2010 xxxx。
3. 解開步驟 1 的 winqual.zip 裡面有 readme.rtf。按照 readme.rtf 指令執行 signtool
http://msdn.microsoft.com/zh-TW/library/windows/hardware/br230783
1. download winqual.exe
2. 安裝 signtool。出現錯誤訊息 "Unable to install “Microsoft Windows SDK for Windows 7 and .NET Framework 4”",解法為移除 Microsoft Visual C++ 2010 xxxx。
3. 解開步驟 1 的 winqual.zip 裡面有 readme.rtf。按照 readme.rtf 指令執行 signtool
2014年9月3日 星期三
訂閱:
文章 (Atom)