Time of Update: 2014-09-13
標籤:linux 網路設定 ifconfig 配置網路 ifconfig
Time of Update: 2014-09-12
標籤:style blog http io os 使用 ar 檔案 資料 I/O
Time of Update: 2014-09-12
標籤:style blog http color io os ar strong for expect是一種能夠按照指令碼內容裡面設定的方式與互動式程式進行“會話”的程式
Time of Update: 2014-09-12
標籤:blog http color os ar for sp log html 一、安裝以root使用者運行:yum install wireshark 二、運行在終端中鍵入命令:#
Time of Update: 2014-09-11
標籤:des style http color io os 使用 ar for Linux下對檔案操作有兩種方式:系統調用(system call)和庫函數調用(Library
Time of Update: 2014-09-11
標籤:style blog http os 使用 ar strong for 檔案 一、安裝準備1.安裝Openssl 要使Apache支援SSL,需要首先安裝Openssl支援。推薦
Time of Update: 2014-09-11
標籤:des io ar 檔案 log on c linux 伺服器 利用scp傳輸檔案 1、從伺服器下載檔案 scp
Time of Update: 2014-09-11
標籤:http io os ar strong 檔案 資料 2014 art 檢查是否安裝該程式:which nginx
Time of Update: 2014-09-11
標籤:linux file
Time of Update: 2014-09-11
標籤:des style color io os ar sp on c 開始系統學習Linux驅動,以前斷斷續續也玩玩了一下,開貼來系統學習Linux驅動。硬體平台是JZ2440-4.3
Time of Update: 2014-09-10
標籤:style blog http ar 檔案 2014 div sp log 1安裝nfs(網路檔案系統)伺服器共用的原理:安裝命令:sudo
Time of Update: 2014-09-10
標籤:http io os ar strong for 檔案 div 問題 查看檔案編碼在Linux中查看檔案編碼可以通過以下幾種方式:1.在Vim中可以直接查看檔案編碼:set
Time of Update: 2014-09-10
標籤:style blog http color io os 使用 ar strong 筆者用的linux為centos5.3。ad域為win2k3
Time of Update: 2014-09-11
二、Linux操作命令積累【mkdir、groupadd、groupdel、useradd、userdel】,groupaddgroupdel 在使用Linux/UNIX下,經常互使用文本介面去設定系統或作業系統,作者本人在工作的過程也在不斷接觸這方面的命令,所以為此特醞釀、準備、開始了本文的編寫。本文主要記錄自己平時遇到的一些Linux/UNIX下操作命令,記錄與整理一下,一可加深印象,二可記錄分享。希望各位看官
Time of Update: 2014-09-11
linux 命令列下載、配置JDK,linuxjdkjdk下載列表命令sudo wget http://download.oracle.com/otn-pub/java/jdk/7u67-b01/jdk-7u67-linux-i586.tar.gz?AuthParam=1410326306_b52dd588bcf28e5ea19c9fb8dbce21d9 -O jdk-7u67.tar.gzwget http://mirror.bit.edu.cn/apache/tomcat/tomcat-7
Time of Update: 2014-09-11
bash基礎,gitbash 1 概念bash(sh,pdsh擴充): GNU Bourne-Again Shell sh:Bourne Shell,編程優秀,使用者互動不便。 csh:C Shell,編程介面不如sh,使用者介面友好,與C語言文法相似。
Time of Update: 2014-09-11
CentOS7下FTP安裝和配置1. 自動安裝VSFTP開啟CentOS的終端,執行命令su,輸入密碼,擷取管理員權限。然後執行命令yum install vsftpd來自動安裝VSFTP,必須保持網路暢通。執行過程中會有兩次確認訊息,直接y然後斷行符號。2.
Time of Update: 2014-09-11
Linux下psaux解釋ps aux的功能是列印出所有進程ps是最基本也是最強大的進程查看命令aux都是參數a = show processes for all users 顯示所有使用者的進程u = display the process's user/owner 顯示使用者x = also show processes not attached to a terminal 顯示不控制終端的進程在下面即將介紹的axo中o = 格式,使用者定義的 1) Displaying
Time of Update: 2014-09-11
vmstat命令學習vmstat命令vmstat 3 5表示沒3秒更新一次,總共更新5次,如果不加5就會一直更新下去vcD4KPHA+PGltZyBzcmM9"http://www.2cto.com/uploadfile/Collfiles/20140909/20140909090921125.jpg" alt=""http://www.bkjia.com/os/" target="_blank"
Time of Update: 2014-09-11
linuxscreen列印日誌需求:公司某背景程式是在screen下執行的,只能通過恢複到視窗進行查看並且無法查看全部資訊;由於更新背景程式後需要重啟後台,通過查看背景程式的執行過程來判斷此次更新是否成功,現需要將背景程式的screen運行資訊列印到日誌,並提供給開發人員調試。實現思路:1.將screen日誌輸出到某檔案,並給開發人員開通讀檔案許可權; 2.將日誌名稱加上時間,以通過日誌名稱就可輕易辨認後台是否重啟成功;