Time of Update: 2014-11-03
標籤:linux磁碟分割有:主要磁碟分割,擴充分區,邏輯分區一塊硬碟最多有4個分區,一塊硬碟只能有一個擴充分區(不能使用)必須在這個擴充分區能劃分多個邏輯分區,並且格式化。格式化:建立檔案系統檔案系統:儲存資料的一種機制Linux中是通過裝置名稱訪問裝置的,一般存放在/dev目錄下面Linux資料分割配置普通系統對分區:至少有個/分區swap交換分區建議設定獨立的/boot分區DB以及儲存:有大量重要的資料1./ 50-200G2.swap 1.5倍3./boot 100M4./data/
Time of Update: 2014-11-03
標籤:blog http ar 使用 for sp strong on 2014 今天在韓總廢棄的筆記本上安裝了Linux
Time of Update: 2014-11-02
標籤:負載平衡 ubuntu linux nginx tomcat 首先是安裝包的準備nginx7.9:下載nginx |tomcat7.0下載tomcat
Time of Update: 2014-11-02
標籤:linux核心 timezone 時間 下面的函數get_time_str實現了在核心中擷取本地時間的功能。他首先擷取utc時間,然後根據系統的時區timezone轉換成本地時間,最後將時間以“2014-11-02 21:14:08”的字串的形式輸出到output緩衝區中。函數的返回值,是輸出的字串的長度。#include
Time of Update: 2014-11-02
標籤:style blog http io color ar os for sp 由於最近在學習網路編程,喜歡玩弄IP地址。首先,我需要搞清楚如何獲得本機IP。1、利用Linux系統在bash中
Time of Update: 2014-11-02
標籤:http io ar os for sp strong on art 在Linux上安裝編譯工具鏈,安裝它會依賴dpkg-dev,g++,libc6-dev,make等,所以安裝之後這些依
Time of Update: 2014-11-02
標籤:des io ar os sp div on 2014 art Linux應用程式層想要操作kernel層的API,比方想操作相關GPIO或寄存器,能夠通過寫一個字元裝置驅動來實現。1、先
Time of Update: 2014-11-02
標籤:http io ar os sp on 2014 cti html http://www.centoscn.com/CentosServer/ftp/2014/0414/2789.html
Time of Update: 2014-11-02
標籤:使用 linux 伺服器 安裝 筆記 ssh win7 下載 電腦 韓總有台筆記本之前安裝的是Win7,結果被她用成含毒,含馬的機器了,最後乾脆機器操作不了,憤怒的韓總把戴爾罵了個痛快並保
Time of Update: 2014-11-02
標籤:des style http io color ar os 使用 for Cheat——
Time of Update: 2014-11-02
標籤:linux txt iconv gets undeclared here 亂碼
Time of Update: 2014-11-02
標籤:des blog http ar os 使用 for sp strong 本文分析基於Linux Kernel
Time of Update: 2014-11-02
標籤:blog http ar for strong 檔案 div on log 守護進程、會話、進程組網上有許多不錯的資料。我也是網上搜羅了一堆,加上自己的理解。不敢說原創,只是寫在這怕自
Time of Update: 2014-11-02
標籤:blog http io ar for sp strong 資料 div 本文分析基於Linux Kernel
Time of Update: 2014-11-02
標籤:blog http io ar os 使用 for sp strong 本文分析基於核心Linux Kernel 1.2.13原創作品,轉載請標明http://blog.csdn.net/
Time of Update: 2014-11-02
標籤:io ar sp on amp ef linux line size #include <stdio.h>#define KIBIBYTE_SIZE
Time of Update: 2014-11-02
標籤:style http io ar 使用 sp 檔案 on art 1. 下載Tomcat,我下的是Tomcat 7.0.12,apache-tomcat-7.0.32.zip。 2.
Time of Update: 2014-11-02
標籤:linux cat more less cat命令用於顯示整個檔案的內容,單獨使用時沒有翻頁的功能。 more命令當頁面滿一頁顯示時暫停,按空格鍵可以顯示下一頁的內容。按Q鍵停止顯示。 less命令的用法與more類似,也可以用來顯示超過一頁的內容。所不同的是less除了按空格鍵可以顯示下一頁的內容,還可以利用上下鍵來翻頁。
Time of Update: 2014-11-02
標籤:linux命令man:查看協助文檔touch:建立檔案touch test.txtls:顯示列表 list ls -lls -ldls -a mkdir:建立目錄 make directorymkdir /datacp:拷貝cp /data/test.txt /tmp/ cp -rf 拷貝不出現提示\cp /tmp/test.txt /mnt/test.txt/bin/cp /tmp/test.txt /mnt/test.txt
Time of Update: 2014-11-02
標籤:linux 下查看機器是cpu是幾核的幾個cpumore /proc/cpuinfo |grep "physical id"|uniq|wc -l每個cpu是幾核(假設cpu配置相同)more /proc/cpuinfo |grep "physical id"|grep "0"|wc -lcat /proc/cpuinfo | grep processor1. 查看物理CPU的個數#cat /proc/cpuinfo |grep