2011/09/29 感覺左腳掌和第二三根腳趾之間有異物,中午、晚上各吃一顆秋水仙素。
2011/09/30 凌晨開始有刺痛感,早上、中午、晚上、睡前各吃一顆秋水仙素,整天左腳都很痛。
2011/10/01 早上發現比較不痛了。早上吃一顆,大約11:00開始腹瀉(秋水仙素的副作用),中午吃一顆。腹瀉太嚴重暫停秋水仙素,中午吃一顆止瀉藥,晚上吃一顆蘋果(不削皮)止瀉。
2011/10/02 早上腳趾可彎曲,只剩一點點痛的感覺,改為一天一顆秋水仙素。
2011年9月30日 星期五
2011年9月27日 星期二
Cadence printer setup, Linux printer setup
參考 http://www.edaboard.com/thread25399.html
Tool command: icfb
Cadence printer setup
在 user home 新增 .cdsplotinit,檔案內容範例:
Hewlett-Packard LaserJet P2015|Hewlett-Packard LaserJet P2015: \
:manufacturer=Hewlett-Packard: \
:type=postscript1: \
:spool="lpr -P HP-P2015": \
:query=lpstat HP-P2015: \
:resolution#600: \
:maximumPages#30: \
:paperSize="A4" 4758 6846 90 90:
Linux printer setup
Tool command: icfb
Cadence printer setup
在 user home 新增 .cdsplotinit,檔案內容範例:
Hewlett-Packard LaserJet P2015|Hewlett-Packard LaserJet P2015: \
:manufacturer=Hewlett-Packard: \
:type=postscript1: \
:spool="lpr -P HP-P2015": \
:query=lpstat HP-P2015: \
:resolution#600: \
:maximumPages#30: \
:paperSize="A4" 4758 6846 90 90:
Linux printer setup
紙模型 科學小飛俠 鳳凰號
Day 1 (1.5 Hr): 2011/9/26
Day 2 (2 Hr): 2011/9/27
Day 3 (1 Hr): 2011/9/28
Download Link: http://win1999.web.fc2.com/Oshiire/EXTRA/016/16.htm
Day 3 (1 Hr): 2011/9/28
Download Link: http://win1999.web.fc2.com/Oshiire/EXTRA/016/16.htm
Acer Veriton M4610 install Linux CentOS 4.8 (SATA disk)
1. 在BIOS裡面設定OnBoard SATA Mode: AHCI
2. 安裝CentOS 4.8時選driver: Advenced Host Controller Interface SATA (ahci)
3. CentOS 4.8安裝完成後沒找到網路卡必須補裝driver。
2. 安裝CentOS 4.8時選driver: Advenced Host Controller Interface SATA (ahci)
Installation Method: What type of media contains the packages to be installed?
No drivers found: Unable to find any devices of the type needed for this installation type. Would you like to manually select your driver or use a drivers disk?
Select Device Driver to Load: Please select the driver below which you wish to load. If it does not appear and you have a driver disk, Press F2.
- 到 Intel download 82579LM linux driver
- 用 USB flash copy 到 linux
- tar zxvf e1000e-x.x.x.tar.gz
- 按照 README 的步驟安裝 driver 即可
2011年9月23日 星期五
linux kill multiple process and files
kill -9 `ps aux | grep keyword | awk '{print $2}'`
rm -rf `ls -l | grep keyword | awk '{print $9}'`
rm -rf `find . -name *.tr[0-9]* -print`
rm -rf `ls -l | grep keyword | awk '{print $9}'`
rm -rf `find . -name *.tr[0-9]* -print`
2011年9月21日 星期三
Symantec Backup Exec slow with Linux agent
狀況:
兩台Linux都是CentOS 5.6,安裝Symantec Backup Exec Linux agent,備份速度一台1000MB/min,另一台350MB/min。慢的這一台有裝VMware-server-2.0.2。
另外用PC安裝一台CentOS 5.6測試VMware對backup speed的影響:
1. linux + backup client only: 800 ~ 900 MB/min
2. linux + backup client + VMware guest stop: 600 ~ 650 MB/min
3. linux + backup client + VMware guest start: 450 ~ 500 MB/min
看來VMware會影響透過網路備份的速度。
2012/8/31 update:
網路上找到的資料,看起來VMware會限制網路卡的頻寬。
http://www.symantec.com/connect/forums/vmware-backup-slow
兩台Linux都是CentOS 5.6,安裝Symantec Backup Exec Linux agent,備份速度一台1000MB/min,另一台350MB/min。慢的這一台有裝VMware-server-2.0.2。
另外用PC安裝一台CentOS 5.6測試VMware對backup speed的影響:
1. linux + backup client only: 800 ~ 900 MB/min
2. linux + backup client + VMware guest stop: 600 ~ 650 MB/min
3. linux + backup client + VMware guest start: 450 ~ 500 MB/min
看來VMware會影響透過網路備份的速度。
2012/8/31 update:
網路上找到的資料,看起來VMware會限制網路卡的頻寬。
http://www.symantec.com/connect/forums/vmware-backup-slow
2011年9月20日 星期二
Linux NFS Server and client
參考 http://linux.vbird.org/linux_server/0330nfs.php
NFS Server:
/etc/fstab
/etc/exports
/etc/exportfs
service nfs {start|stop|status|restart|reload|condrestart}
NFS Client:
showmount --exports [nfs-server]
/etc/fstab
mount
NFS Server:
/etc/fstab
/etc/exports
/etc/exportfs
service nfs {start|stop|status|restart|reload|condrestart}
NFS Client:
showmount --exports [nfs-server]
/etc/fstab
mount
ViewDraw error message
Error message: can not open message file vipc.vmb
Solution: 設定環境變數
PATH: must include C:\WVOFFICE
WDIR: must point to C:\WVOFFICE\STANDARD:
LM_LICENSE_FILE: must point to some valid directory, for instance C:\WVOFFICE\STANDARD\license.dat
參考 http://www.prenhall.com/workview/html/around.html
Solution: 設定環境變數
PATH: must include C:\WVOFFICE
WDIR: must point to C:\WVOFFICE\STANDARD:
LM_LICENSE_FILE: must point to some valid directory, for instance C:\WVOFFICE\STANDARD\license.dat
參考 http://www.prenhall.com/workview/html/around.html
2011年9月19日 星期一
Lync 2010 Edge server for Internet logon
參考
http://ocsguy.com/2010/11/21/deploying-an-edge-server-with-lync/
http://blog.zegeger.net/2011/01/16/installing-microsoft-lync-2010-deploying-edge-server/
Lync server官方建議的架構
我的DMZ架構
我的網路架構本來就有DMZ網段,我不想讓Lync Edge可以對Internal Network全通,也不想多裝第二張網卡,解法為在Lync Edge設定第二個IP address作為External IP。
Ex: Lync Edge Server in DMZ with IP 192.168.1.11 for Internal, 192.168.1.101 for External.
Firewall權限
Windows XP client logon Lync Edge error message:
http://ocsguy.com/2010/11/21/deploying-an-edge-server-with-lync/
http://blog.zegeger.net/2011/01/16/installing-microsoft-lync-2010-deploying-edge-server/
Lync server官方建議的架構
我的DMZ架構
我的網路架構本來就有DMZ網段,我不想讓Lync Edge可以對Internal Network全通,也不想多裝第二張網卡,解法為在Lync Edge設定第二個IP address作為External IP。
Ex: Lync Edge Server in DMZ with IP 192.168.1.11 for Internal, 192.168.1.101 for External.
Firewall權限
- Lync FrontEnd to Edge: All
- Lync Edge Internal IP to FrontEnd: TCP/443-444, TCP/5061
- Lync Edge Internal IP to Internal CA server: TCP/443, MS-RPC-Any (ALL_DCE_RPC)
- Internet to Lync Edge External IP: TCP/443-444, TCP/5061
Windows XP client logon Lync Edge error message:
Lync was unable to sign in. Please verify your logon credentials and try again. If the problem continues, please contact your support team.
無法登入,因為伺服器暫時無法使用,如果問題持續發生,請與您的支援小組連絡
無法登入,因為伺服器暫時無法使用,如果問題持續發生,請與您的支援小組連絡
修改 Lync Edge, FrontEnd 的 Local Policy,取消 NTLM 128bit 加密要求。
2011年9月13日 星期二
Windows XP partition error
錯誤訊息:The disk in drive U is not formatted. Do you want to format it now?
解法:
chkdsk u: /R
參考:
http://ask-leo.com/how_do_i_fix_a_bad_sector_on_my_hard_drive.html
因為硬碟沒有產生奇怪的聲音,原本以為只是 Partition Table 故障,用 Partition Table Doctor, TestDisk 修理都沒效,結果修了壞軌就好了。不過還是要排時間更換硬碟,因為硬碟一開始有壞軌,接下來就很容易繼續產生壞軌。
解法:
chkdsk u: /R
參考:
http://ask-leo.com/how_do_i_fix_a_bad_sector_on_my_hard_drive.html
因為硬碟沒有產生奇怪的聲音,原本以為只是 Partition Table 故障,用 Partition Table Doctor, TestDisk 修理都沒效,結果修了壞軌就好了。不過還是要排時間更換硬碟,因為硬碟一開始有壞軌,接下來就很容易繼續產生壞軌。
2011年9月8日 星期四
CentOS 5.6 GUI tool Warning Message
Warning Message:
Warning: locale not supported by Xlib, locale set to C
Warning: X locale modifiers not supported, using default
Warning: translation table syntax error: Unknown keysym name: osfActivate
Warning: ... found while parsing ':<Key>osfActivate: ManagerParentActivate()'
Warning: translation table syntax error: Unknown keysym name: osfCancel
Warning: ... found while parsing ':<Key>osfCancel: ManagerParentCancel()'
Solution:
以 root login
cd /usr/X11R6/lib/X11/ (如果沒有這個目錄就自己 mkdir)
sudo ln -s /usr/share/X11/XKeysymDB XKeysymDB
sudo ln -s /usr/share/X11/locale/ locale
原因:
GUI tool 是為 CentOS 4.x 設計的,所以會去找舊的 X11 路徑。
參考
http://www.linuxquestions.org/questions/ubuntu-63/mathematica-5-1-and-x-under-ubuntu-5-10-a-421517/
Warning: locale not supported by Xlib, locale set to C
Warning: X locale modifiers not supported, using default
Warning: translation table syntax error: Unknown keysym name: osfActivate
Warning: ... found while parsing ':<Key>osfActivate: ManagerParentActivate()'
Warning: translation table syntax error: Unknown keysym name: osfCancel
Warning: ... found while parsing ':<Key>osfCancel: ManagerParentCancel()'
Solution:
以 root login
cd /usr/X11R6/lib/X11/ (如果沒有這個目錄就自己 mkdir)
sudo ln -s /usr/share/X11/XKeysymDB XKeysymDB
sudo ln -s /usr/share/X11/locale/ locale
原因:
GUI tool 是為 CentOS 4.x 設計的,所以會去找舊的 X11 路徑。
參考
http://www.linuxquestions.org/questions/ubuntu-63/mathematica-5-1-and-x-under-ubuntu-5-10-a-421517/
2011年9月7日 星期三
Lync 2010 server change certificate 更換憑證
Lync server 更換憑證請參考這一篇
http://www.entrust.net/knowledge-base/technote.cfm?tn=8445
1. 先用 IIS 申請新憑證並匯出 (含 private key)
http://chandler-bin.blogspot.com/2011/08/iis-7-https.html
2. 更換 Lync server 憑證
http://www.entrust.net/knowledge-base/technote.cfm?tn=8445
1. 先用 IIS 申請新憑證並匯出 (含 private key)
http://chandler-bin.blogspot.com/2011/08/iis-7-https.html
2. 更換 Lync server 憑證
Windows XP 區域網路 有線網路 802.1x 驗證
參考
http://ops9.blogspot.com/2007/10/cisco-switch-8021x-port-based.html
http://support.microsoft.com/kb/929847/zh-tw
區域網路沒有驗證頁面的處理方法:
原本狀況沒有驗證頁面
執行 services.msc,將 Wired AutoConfig 改為 自動 & 啟用
驗證頁面出現了
http://ops9.blogspot.com/2007/10/cisco-switch-8021x-port-based.html
http://support.microsoft.com/kb/929847/zh-tw
區域網路沒有驗證頁面的處理方法:
原本狀況沒有驗證頁面
執行 services.msc,將 Wired AutoConfig 改為 自動 & 啟用
驗證頁面出現了
VMware guest clock sync with host
參考 http://stackoverflow.com/questions/276965/how-to-keep-a-vmware-vms-clock-in-sync
方法一:(for windows guest OS)
安裝 VMware Tools,啟用Time Sync。
方法二:
修改 VMware host上的 .vmx 檔案。
tools.syncTime = true
tools.syncTime.period = 60
方法一:(for windows guest OS)
安裝 VMware Tools,啟用Time Sync。
方法二:
修改 VMware host上的 .vmx 檔案。
tools.syncTime = true
tools.syncTime.period = 60
2011年9月6日 星期二
公寓大廈管理條例關於公共區域不可放置鞋櫃、地墊的規定
公寓大廈管理條例關於公共區域的規定請參考此篇。
http://web2.tmm.com.tw/board/show_board.asp?board_id=OM26242574419339
公寓大廈管理條例全文請參考此篇。
http://www.cpami.gov.tw/chinese/index.php?option=com_content&view=article&id=10472&Itemid=100
http://web2.tmm.com.tw/board/show_board.asp?board_id=OM26242574419339
公寓大廈管理條例全文請參考此篇。
http://www.cpami.gov.tw/chinese/index.php?option=com_content&view=article&id=10472&Itemid=100
2011年9月5日 星期一
2011年9月2日 星期五
RealVNC print screen to Windows clipboard 剪貼簿
參考
http://www.realvnc.com/pipermail/vnc-list/2007-February/057024.html
用RealVNC時按 "PrtScrn" Print Screen 不會把畫面存到 Windows 剪貼簿。
如果要讓畫面存到 Windows 剪貼簿必須修改 Option。
http://www.realvnc.com/pipermail/vnc-list/2007-February/057024.html
用RealVNC時按 "PrtScrn" Print Screen 不會把畫面存到 Windows 剪貼簿。
如果要讓畫面存到 Windows 剪貼簿必須修改 Option。
Windows XP and 7 多重開機
參考
http://cctr.nou.edu.tw/win7/two.html
http://bigcandy.blog.ithome.com.tw/post/2158/83652
先裝Windows XP,並將硬碟切為兩個partition,XP裝在第一個partition。
再裝Windows 7,裝在第二個partition。
安裝完成後,在Windows 7調整開機選單,可以用 BCDedit 修改。
在 "命令提示字元" 按滑鼠右鍵選 "以系統管理員身分執行"。
在命令提示字元執行BCDedit可以看到目前的開機選單。
可以用 bcdedit /set 調整內容。
Ex: bcdedit /set {ntldr} description "Windows XP"
http://cctr.nou.edu.tw/win7/two.html
http://bigcandy.blog.ithome.com.tw/post/2158/83652
先裝Windows XP,並將硬碟切為兩個partition,XP裝在第一個partition。
再裝Windows 7,裝在第二個partition。
安裝完成後,在Windows 7調整開機選單,可以用 BCDedit 修改。
在 "命令提示字元" 按滑鼠右鍵選 "以系統管理員身分執行"。
在命令提示字元執行BCDedit可以看到目前的開機選單。
可以用 bcdedit /set 調整內容。
Ex: bcdedit /set {ntldr} description "Windows XP"
2011年9月1日 星期四
Windows 2008 CA, RMS 安裝
CA 安裝步驟請參考這一篇
https://dotblogs.com.tw/justingong/2011/05/05/24256
RMS 安裝步驟請參考這一篇
https://dotblogs.com.tw/dotjason/2010/01/08/12923
補充:我用Enterprise CA,沒有事先做 IIS server憑證,安裝完成後無法使用,必須另外申請 IIS SSL 憑證才行,製作方法請參考這一篇 http://chandler-bin.blogspot.com/2011/08/iis-7-https.html
RMS client SP2 download
http://www.microsoft.com/download/en/details.aspx?id=4909
RMS client Office 版本需求
http://chandler-bin.blogspot.com/2011/08/microsoft-rms-client.html
用 GPO 建立信任網站
http://www.dotblogs.com.tw/angi/archive/2009/09/30/10833.aspx
https://dotblogs.com.tw/justingong/2011/05/05/24256
RMS 安裝步驟請參考這一篇
https://dotblogs.com.tw/dotjason/2010/01/08/12923
補充:我用Enterprise CA,沒有事先做 IIS server憑證,安裝完成後無法使用,必須另外申請 IIS SSL 憑證才行,製作方法請參考這一篇 http://chandler-bin.blogspot.com/2011/08/iis-7-https.html
RMS client SP2 download
http://www.microsoft.com/download/en/details.aspx?id=4909
RMS client Office 版本需求
http://chandler-bin.blogspot.com/2011/08/microsoft-rms-client.html
用 GPO 建立信任網站
http://www.dotblogs.com.tw/angi/archive/2009/09/30/10833.aspx
Symantec Altiris deploy software to another domain
狀況:
Altiris server 安裝在 domain-A,要將 software deploy 到 domain-B 的 PC
步驟:
Altiris server 安裝在 domain-A,要將 software deploy 到 domain-B 的 PC
步驟:
- 在 PC 上安裝 Altiris agent,Deployment Server 設定為 Altiris server
- 在 domain A 新增一個 domain admin 帳號 altirisadmin
- 修改 PC 的 Altiris Client Service 登入帳號為 domain-A\altirisadmin
- 將 domain-A\altirisadmin 加入 PC local administrators group, Remote Desktop Users group
- 從 Altiris server deploy software to PC
Symantec Altiris client Boot image problem
狀況:
使用Altiris 12.5 boot image讓Notebook開機安裝Windows,Notebook開機後停在
Restarting DHCP Client service: retry 1
原因:
Notebook太新,Boot image裡面缺少它的網路卡driver。
解法:
使用Altiris 12.5 boot image讓Notebook開機安裝Windows,Notebook開機後停在
Restarting DHCP Client service: retry 1
原因:
Notebook太新,Boot image裡面缺少它的網路卡driver。
解法:
- 使用WinPE執行boot image,並將Notebook driver加入WinPE裡面,請注意WinPE開機時顯示的版本,如果是 x64 就必須用Notebook x64 driver。
- Driver安裝後必須將Altiris PXE service restart
選到可用的driver會出現driver information,要確認和網路卡型號是否相同。
Driver如果正確import,會出現在 \\server\eXpress\DriversDB,如果上一步驟確定有適合的driver,但是import不成功,可以自己手動將driver放到DriversDB相對應的路徑,EX: \\server\eXpress\DriversDB\Intel.Pro100+1000\PRO1000\Winx64
Symantec Deployment Solution 6.9一定要勾 Compress WIM file,沒勾的話PXE boot會停在X:\Windows\system32>wpeinit。
參考 http://www.symantec.com/connect/forums/imaging-issues-winpe-21-and-ds-69-sp1
Driver如果正確import,會出現在 \\server\eXpress\DriversDB,如果上一步驟確定有適合的driver,但是import不成功,可以自己手動將driver放到DriversDB相對應的路徑,EX: \\server\eXpress\DriversDB\Intel.Pro100+1000\PRO1000\Winx64
Symantec Deployment Solution 6.9一定要勾 Compress WIM file,沒勾的話PXE boot會停在X:\Windows\system32>wpeinit。
參考 http://www.symantec.com/connect/forums/imaging-issues-winpe-21-and-ds-69-sp1
訂閱:
文章 (Atom)