Time of Update: 2014-09-06
標籤:debug 調試 gdb 在linux下調試確實是個很麻煩的事, 用gdb調試不怎麼方便, 沒有在windows下用vs爽, 主要原因還是因為gdb是用命令列形式, 其實在linux下也有一些基於gdb的圖形化調試工具.1. kdbgubuntu下 直接 sudo apt-get install kdbg 即可安裝.若啟動後出現 MNG error 11: Function
Time of Update: 2014-09-09
標籤:http os io 使用 ar strong 檔案 資料 2014 提高Linux作業系統效能2011-01-05 13:48
Time of Update: 2014-09-09
標籤:http os io 使用 ar strong 檔案 資料 2014 Linux作業系統效能調優的方法2013-03-18 15:35 HonestQiao ChinaUnix&
Time of Update: 2014-09-06
標籤:io 使用 ar for 檔案 art sp on c 名稱: pmap - report memory map
Time of Update: 2014-09-06
標籤:regular一、基本概念正在運算式:Regex是對字串操作的一種邏輯公式,就是用事先定義好的一些特定字元、及這些特定字元的組合,組成一個“規則字串”,這個“規則字串”用來表達對字串的一種過濾邏輯。grep(global search regular expression(RE) and print out the
Time of Update: 2014-09-09
標籤:style blog color 使用 資料 div sp log c 在Linux系統中做系統測試有時會遇到連接埠佔用過多來不及釋放,導致應用錯誤的情況,使用如下的命令即能讓連接埠被快速
Time of Update: 2014-09-06
標籤:style color os ar 檔案 2014 art 問題 sp 2014-09-06當 Linux 伺服器 ping 不通網域名稱,
Time of Update: 2014-09-06
標籤:blog http io 使用 ar strong for 檔案 art 原文地址:http://blog.csdn.net/chenchong08/article/details/783
Time of Update: 2014-09-06
標籤:style blog http color os 使用 ar for 2014 引言 本文會寫一個並發伺服器(concurrent
Time of Update: 2014-09-06
標籤:http os io ar for 檔案 art div cti Linux 守護進程的編程方法
Time of Update: 2014-09-06
標籤:使用 ar for 檔案 log c linux res 學習 tar命令用來處理壓縮,壓縮和解壓tar-c:
Time of Update: 2014-09-06
標籤:ar 檔案 代碼 c linux 管理 應用 window 程式 /bin:存放最常用命令;
Time of Update: 2014-09-06
標籤:blog http os ar 檔案 art sp log on linux last 命令介紹 功能說明:列出目前與過去登入系統的使用者相關資訊。
Time of Update: 2014-09-06
標籤:des os io 使用 ar for 檔案 art sp LAST,LASTB(1) &nb
Time of Update: 2014-09-09
標籤:style http color os io 使用 ar strong for 當你不確定你所啟動並執行命令,尤其是那些使用了許多選項的複雜命令時,你會怎麼做?在這種情況下,我們使用man
Time of Update: 2014-09-10
標籤:linux alias建立別名、ps1修改提示符 一、實驗環境:安裝了Red Hat Enterprise Linux 6.0 可運行系統,並且是成功驗證系統。有另外一個無特權使用者student,密碼student 的賬戶存在。二、實驗要求:1、使用alias 建立別名2、使用PS1 修改bash 的提示符3、編寫簡單的shell
Time of Update: 2014-09-06
linux下的檔案壓縮與打包---compress,gzip,zcat,bzip2,bzcat,tar,find,tarfile,tarball,---compresszcat常見的Linux壓縮檔副檔名*.Z compress壓縮的檔案(已經被gzip替代)*.gz gzip程式壓縮的檔案*.bz2
Time of Update: 2014-09-06
Linux下的五大查詢指令,Linux五大指令1. find用法 find 路徑 指令 動作如 find . -name a.txt是在目前的目錄下尋找名字為a.txt的檔案還可以加上時間參數: -atime 訪問時間-ctime 改變狀態的時間-mtime 修改的時間用法:在後面加入時間參數,例如-mtime n:File<A1><AF>s data was last modified n*24 hours ago.更具體的:fing ./ -mmin 2 :
Time of Update: 2014-09-06
windows通過linux下的openvpn登入遠程伺服器內網,linuxopenvpn需求:在某些網路要求比較嚴格的環境中,我們在異地無法遠端存取公司內網,給我們的工作帶來了極大的不便;但是通過openvpn我們可以輕鬆實現,下面就來介紹下。註:本實驗是在防火牆關閉的情況下進行的,即使開啟防火牆也未對nat表做限制。1.網路環境:公司openvpn伺服器(linux):wan 75.126.207.84lan 10.61.53.84本機伺服器(windows
Time of Update: 2014-09-06
yum 安裝nginx,yumnginx1.下載一個rpm包wget http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm2 .安裝這個rpm包rpm -ivh nginx-release-centos-6-0.el6.ngx.noarch.rpm 3 開始正式安裝nginxyum install