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)
人氣()
1. ""
# echo $PATH
/usr/lib64/qt-3.3/bin:/usr/kerberos/sbin
quantum2nd 發表在
痞客邦
留言(0)
人氣()
1. sys
把ram中資料寫到硬碟中
2.shutdown -h +10 “system will shutdown in 10 minutes”
十分鐘後關機,並發出警告通知給所有使用者
quantum2nd 發表在
痞客邦
留言(0)
人氣()
# date
三 3月 25 07:40:10 CST 2015
# date +%Y/%M/%D
2015/39/03/25/15
quantum2nd 發表在
痞客邦
留言(0)
人氣()
1. 文字: Contrl+ Alt + F1 ~F6
2. 圖形: Contrl+ Alt + F1 ~F7
3. 圖形:startx
quantum2nd 發表在
痞客邦
留言(0)
人氣()
1. 插入: 在 第一行 到 第22行, 每行第一個字的位子 插入 *
:1,22s/
\(\w\)/
*\1/”
quantum2nd 發表在
痞客邦
留言(0)
人氣()
A. 常常用ssh連機器,但幾分鐘沒動作後畫面就當掉了...
1. sudo vi /etc/ssh/sshd_config ClientAliveInterval 300 ( 表5 分鐘)
quantum2nd 發表在
痞客邦
留言(0)
人氣()
uname -r #查看linux系统的内核版本号
uname -a
cat /proc/version
查看Linux发行版本
quantum2nd 發表在
痞客邦
留言(0)
人氣()
w1: 只要在command line下指令: valgrind –leak-check=yes ./a.out
reference1: introduction valgrind
w2:
quantum2nd 發表在
痞客邦
留言(0)
人氣()
wget http://www.netlib.org/lapack/lapack-3.4.1.tgz
tar xvzf lapack-3.4.1.tgz
cd lapack-3.4.1
mv make.inc.example make.inc
quantum2nd 發表在
痞客邦
留言(0)
人氣()
下載 rpm檔 :wget 網址
安裝:rpm -ivh rpm檔
quantum2nd 發表在
痞客邦
留言(0)
人氣()
LAPACK: liner argebra package: eigenvalue Problem,svd
scalpack: 平行化環境的lapack
quantum2nd 發表在
痞客邦
留言(0)
人氣()