1. nfs default 如果連線失敗, 會一直在前景嘗試rpc連線, 直到成功
此會拖慢電腦速度, 可將其連線改成景連線(bg),
等到time out 後再連線 不要一直連(soft),
quantum2nd 發表在
痞客邦
留言(0)
人氣()
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
quantum2nd 發表在
痞客邦
留言(0)
人氣()
error:
Surface mesh is deformed too much on bodies
可能原因:port vs. 導體 相較下小非常多, 所以切mesh時port 可能被切在一個網格裡, 會導致不準
or
quantum2nd 發表在
痞客邦
留言(0)
人氣()
查詢package(pkg1) 是否已安裝
yum info pkg1
quantum2nd 發表在
痞客邦
留言(0)
人氣()
uuidgen <device>
uuidgen eth0
quantum2nd 發表在
痞客邦
留言(0)
人氣()
db = 10 log(P1/P2)
lnsertion loss (II)= 10 log(V_final/V_init)
i.e V_init = 1100mV
quantum2nd 發表在
痞客邦
留言(0)
人氣()
鉛Pb 溶點:327.5(度c)
錫Sn 溶點:231.9(度c)
合金(鉛+錫) 170~240
phase diagram
quantum2nd 發表在
痞客邦
留言(0)
人氣()
1. rpc: remote procedure call (遠端呼叫程序)
功能:
1.各種程式服務會像rpc註冊一個 port number (有點像機場的gate); 之後程式便可在自己註冊的port nubmer 對外停工相關服務
2. rpc 本身會在 port 111 聽取各方需求
quantum2nd 發表在
痞客邦
留言(0)
人氣()
1. 使用 chkconfig or ntsysv 等命令
chkconfig 的使用必須 加入 相關script @ /etc/init.d/
ex: 讓pbs_mom加入chconfig 服務;並使用chkconfig 開啟pbs_mom開機啟動服務
quantum2nd 發表在
痞客邦
留言(0)
人氣()
問題:qsub job.sh 後; job 沒有run; status 在R/Q之間徘徊
qstat
Job ID Name User Time Use S Queue
------------------------- ---------------- --------------- -------- - -----
quantum2nd 發表在
痞客邦
留言(0)
人氣()
1.server 端:製作ssh 金鑰 會產生兩個檔案 id_dsa ; id_dsa.pub
[root@pc01]# ssh-keygen -t dsa
Generating public/private dsa key pair.
Enter file in which to save the key (/root/.ssh/id_dsa): /root/.ssh/id_dsa
quantum2nd 發表在
痞客邦
留言(0)
人氣()
reference1
reference2
I. Server 端
quantum2nd 發表在
痞客邦
留言(0)
人氣()