- Nov 19 Wed 2014 16:20
-
[gcc] 同時compiler兩個 .c 程式碼
- Nov 13 Thu 2014 14:15
-
[Linux] tar 解打包指令
*.tar 此為由tar 程式打包的資料,且資料並沒有壓縮過。
[Victoria@victoria Filter]$ tar -xvf Filter.tar
*.tar.gz 此為由tar 程式打包的資料,且資料有壓縮過。
[Victoria@victoria Filter]$ tar -zxvf Filter.tar.gz
[Victoria@victoria Filter]$ tar -xvf Filter.tar
*.tar.gz 此為由tar 程式打包的資料,且資料有壓縮過。
[Victoria@victoria Filter]$ tar -zxvf Filter.tar.gz
- Nov 06 Thu 2014 10:12
-
[ Linux ] scp 伺服器到伺服器檔案傳輸
[viccc@com01 ~/bin]$ scp dep@192.168.11.281:/home/system/vicc/bin/DBstorage /home/system/vicc/bin
vicc@192.168.10.201's password:
DBstorage 100% 70KB 70.1KB/s 00:00
vicc@192.168.10.201's password:
DBstorage 100% 70KB 70.1KB/s 00:00
- Nov 05 Wed 2014 14:46
-
[Linux] 系統共通設定檔 位置
- Nov 03 Mon 2014 14:19
-
[Linux] 替代itoa的方案
itoa 用法
http://www.cplusplus.com/reference/cstdlib/itoa/
sprintf 用法
http://www.cplusplus.com/reference/cstdio/sprintf/?kw=sprintf
http://www.cplusplus.com/reference/cstdlib/itoa/
sprintf 用法
http://www.cplusplus.com/reference/cstdio/sprintf/?kw=sprintf
- Oct 30 Thu 2014 10:31
-
[Linux] cvs
http://pfspd.sourceforge.net/cvs.html
- Oct 29 Wed 2014 10:34
-
[Linux] tail 顯示檔案最後幾行內容
tail指令會讀取所有的檔案內容,並將內容的最後部份標準輸出。預設為輸出10列。
指令:tail [options] 檔案名稱
範例:[victoria@victoria-web ~/log]$ tail -f dbstore.log
[options]
指令:tail [options] 檔案名稱
範例:[victoria@victoria-web ~/log]$ tail -f dbstore.log
[options]
- Oct 23 Thu 2014 14:25
-
[Linux] vi 切換輸入法
- Oct 21 Tue 2014 16:55
-
[Linux] 亂碼修正
- Oct 20 Mon 2014 20:04
-
[Linux] sqlplus 常用指令
- Oct 20 Mon 2014 19:22
-
[Linux] 出core時處理SOP
- Oct 17 Fri 2014 22:53
-
[Linux] 查看 Process ID 目前的詳細狀態
指令 ps aux | grep '程式名稱'
[rc@ccc-web Mair_Storage]$ ps aux | grep Mair
rc 434 0.0 0.0 107780 1572 pts/2 S+ Oct16 0:43 watch -n 1 cat Mair_TA.csv
rc 5372 0.0 0.1 97880 13880 pts/15 S 23:54 0:00 Mair_Msg 0
rc 5376 0.0 0.1 95112 13832 pts/15 S 23:54 0:00 Mair_DB 0
rc 5380 0.0 0.1 95104 13836 pts/15 S 23:54 0:00 Mair_File 0
rc 5386 0.0 0.1 97156 13880 pts/15 S 23:54 0:00 Mair_Image 0
rc 5390 0.0 0.1 95096 13836 pts/15 S 23:54 0:00 Mair_Dep 0
rc 5395 0.0 0.1 99220 13896 pts/15 S 23:54 0:00 Mair_Info 0
rc 5464 0.0 0.1 99252 13888 pts/15 S 23:54 0:00 Mair_Ident 0
rc 5745 0.0 0.0 103252 856 pts/13 S+ 23:57 0:00 grep Mair
[rc@ccc-web Mair_Storage]$ ps aux | grep Mair
rc 434 0.0 0.0 107780 1572 pts/2 S+ Oct16 0:43 watch -n 1 cat Mair_TA.csv
rc 5372 0.0 0.1 97880 13880 pts/15 S 23:54 0:00 Mair_Msg 0
rc 5376 0.0 0.1 95112 13832 pts/15 S 23:54 0:00 Mair_DB 0
rc 5380 0.0 0.1 95104 13836 pts/15 S 23:54 0:00 Mair_File 0
rc 5386 0.0 0.1 97156 13880 pts/15 S 23:54 0:00 Mair_Image 0
rc 5390 0.0 0.1 95096 13836 pts/15 S 23:54 0:00 Mair_Dep 0
rc 5395 0.0 0.1 99220 13896 pts/15 S 23:54 0:00 Mair_Info 0
rc 5464 0.0 0.1 99252 13888 pts/15 S 23:54 0:00 Mair_Ident 0
rc 5745 0.0 0.0 103252 856 pts/13 S+ 23:57 0:00 grep Mair
