目前分類:linux (25)

瀏覽方式: 標題列表 簡短摘要

1.server 端:製作ssh 金鑰 會產生兩個檔案 id_dsa ; id_dsa.pub

[root@pc01]# ssh-keygen -t dsa

quantum2nd 發表在 痞客邦 留言(0) 人氣()

1. ""

# echo $PATH

quantum2nd 發表在 痞客邦 留言(0) 人氣()

1. sys

  把ram中資料寫到硬碟中

quantum2nd 發表在 痞客邦 留言(0) 人氣()

# date

三  3月 25 07:40:10 CST 2015

quantum2nd 發表在 痞客邦 留言(0) 人氣()

1. 文字: Contrl+ Alt + F1 ~F6

2. 圖形: Contrl+ Alt + F1 ~F7

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

quantum2nd 發表在 痞客邦 留言(0) 人氣()

  w1: 只要在command line下指令: valgrind –leak-check=yes ./a.out

       reference1: introduction valgrind

quantum2nd 發表在 痞客邦 留言(0) 人氣()

wget  http://www.netlib.org/lapack/lapack-3.4.1.tgz

tar xvzf lapack-3.4.1.tgz

quantum2nd 發表在 痞客邦 留言(0) 人氣()

下載 rpm檔 :wget  網址

安裝:rpm -ivh rpm檔

quantum2nd 發表在 痞客邦 留言(0) 人氣()

LAPACKliner argebra package: eigenvalue Problem,svd

scalpack: 平行化環境的lapack

quantum2nd 發表在 痞客邦 留言(0) 人氣()

nohup  python test.py > sweep1200.out &

登出程式繼續執行  螢幕顯示輸出到file  sweep1200.out  背景執行

quantum2nd 發表在 痞客邦 留言(0) 人氣()

yum -y install filezilla


quantum2nd 發表在 痞客邦 留言(0) 人氣()

display .png or .eps in linux

.eps    :   gv

quantum2nd 發表在 痞客邦 留言(0) 人氣()

使用xshell , 希望遠端圖形自動傳回:

  1. 安裝xing : set display number 0

quantum2nd 發表在 痞客邦 留言(0) 人氣()

強制刪除

rm -f *.f

quantum2nd 發表在 痞客邦 留言(0) 人氣()

打包

 

quantum2nd 發表在 痞客邦 留言(0) 人氣()

chmod ###

###=ugo ::user,group,outer

quantum2nd 發表在 痞客邦 留言(0) 人氣()

  • May 14 Thu 2009 16:27
  • cygwin

http://www.cygwin.com/

download it

quantum2nd 發表在 痞客邦 留言(0) 人氣()

1 2