Time of Update: 2014-08-30
標籤:linux 進程空間 作業系統 1.1 虛擬記憶體Linux 是一個多任務的系統,如果每個任務都獨立的佔用記憶體,則實際的實體記憶體將很快消耗殆盡,實際上對於前台正在啟動並執行任務來說,所需要要的記憶體並不多,很多任務基本不需要運行,也就沒有必要一直佔用記憶體,虛擬記憶體技術採用硬碟來充當一部分記憶體,當記憶體不足時就將不需要在記憶體中使用的資料搬移到硬碟中去,當任務需
Time of Update: 2014-08-30
標籤:核心 核心定時器 時間差的度量系統的定時器硬體以固定的頻率產生時鐘中斷,產生始終中斷的間隔以HZ 常量來決定,通常在50~1200之間,x86預設是1000,HZ可以根據不同的核心來配置。Linux 採用jiffies (unsigned
Time of Update: 2014-08-30
標籤:style strong ar 檔案 問題 sp on linux c aptitude 與 apt-get 一樣,是 Debian 及其衍生系統中功能極其強大的包管理工具。與
Time of Update: 2014-08-30
標籤:style color os 使用 strong ar 檔案 art div 一、使用者登入的時候須要驗證的是這兩個檔案檢測username
Time of Update: 2014-08-30
標籤:des style blog http color os io strong ar RM(1)  
Time of Update: 2014-08-30
標籤:style color os 使用 strong ar 檔案 問題 log linux重新導向
Time of Update: 2014-08-30
標籤:des style color os io strong ar for art WHICH(1) &nbs
Time of Update: 2014-08-30
標籤:使用 io java ar art div 代碼 sp linux 安裝在ubuntu10.10
Time of Update: 2014-08-30
標籤:style http color ar 檔案 art div 問題 代碼
Time of Update: 2014-08-30
標籤:linuxlinux中所有資料都是用檔案儲存體,存放在目錄中,目錄呈樹狀結構。(一)檔案類型1.普通檔案包括文字檔、原始碼檔案及可執行檔等。linux中不區分文本和二進位檔案。2.目錄類似windows中的目錄檔案夾。3.裝置檔案字元裝置檔案:以“c”開頭的檔案,直接傳輸資料。塊裝置檔案:以“b”開頭的檔案,藉助記憶體buffer讀寫資料區塊。(二)查看檔案命令:ls -ldrwxrwxr-x2rootroot4096DEC 12
Time of Update: 2014-08-30
標籤:style blog http color os 使用 io ar 檔案 FTP(File Transfer
Time of Update: 2014-08-30
標籤:des http os 使用 io ar for 檔案 2014 CP(1) &n
Time of Update: 2014-08-30
標籤:http os 使用 io ar sp amp linux 時間 http://www.linuxidc.com/Linux/2010-09/28537.htmlinux下對date和ti
Time of Update: 2014-08-30
標籤:des http os io ar for 檔案 2014 cti MV(1) &
Time of Update: 2014-08-30
標籤:http 使用 ar 檔案 art sp linux on c 1.apache 下載: http://archive.apache.org/dist/httpd/
Time of Update: 2014-08-30
標籤:des style os io ar for log sp linux W(1)
Time of Update: 2014-08-30
LINUX 系統初始化指令碼,linux初始化指令碼#!/bin/bash######the system first start configuretion #####for install ####copy right by donglei###############1、配置sysctlmv /etc/sysctl.conf /etc/sysctl.bakecho "############################the new config
Time of Update: 2014-08-30
Centos常用軟體包管理命令已安裝的軟體包包含的檔案:12dpkg -L mysql-serverrpm -ql mysql-server尋找檔案屬於本地哪個軟體包:12dpkg -S /usr/bin/mysqlrpm -qf /usr/bin/mysql尋找檔案屬於網路源哪個軟體包:1234yum whatprovides */bin/mysqlyum whatprovides *mysqlapt-file search /usr/bin/mysqlapt-file search
Time of Update: 2014-08-30
Centos下Xvfb配合x11vnc搭建VNC Server遠程運行Linux視窗程序使用X Windows太重量級了,可以使用Xvfb建立虛擬X視窗,通過x11vnc啟動VNC Server並轉寄Xvfb啟動的虛擬視窗。12345678yum install xorg-x11-server-Xvfbyum install x11vnc#建立X虛擬視窗Xvfb :1 -screen 0 1024x768x24 -nolisten tcp
Time of Update: 2014-08-30
Centos使用第三方軟體源RepoForgeRepoForge源可以做為Centos官方源及EPEL源的補充,這樣Centos下常用軟體基本都可使用yum安裝了。Centos5:12rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el5.rf.i386.rpmrpm -ivh