Time of Update: 2014-07-12
標籤:des style blog http 使用 strong Linux的記憶體管理主要分為兩部分:物理地址到虛擬位址的映射,核心記憶體配置管理(主要基於slab)。物理地址到虛擬位址之間的映射1、概念 物理地址(physical
Time of Update: 2014-07-12
標籤:style blog color 使用 檔案 art 添加一塊新SATA磁碟4Glinux-0k5g:~ # fdisk -lDisk /dev/sda: 8589 MB, 8589934592 bytes255 heads, 63 sectors/track, 1044
Time of Update: 2014-07-11
標籤:style blog http color 使用 檔案 script 是一個神奇命令,script 能夠將終端的會話過程錄製下來,然後使用 scriptreplay 就可以將其錄製的結果播放給他人觀看。script
Time of Update: 2014-07-11
標籤:style blog http color for html Kernel Page Global Directory (PGD) of User process
Time of Update: 2014-07-11
標籤:style blog http 使用 檔案 width 大部分Linux發行版的預設賬戶是普通使用者,而更改系統檔案或者執行某些命令,需要root身份才能進行,這就需要從目前使用者切換到root使用者。Linux中切換使用者的命令是su或su -。
Time of Update: 2014-07-11
標籤:style 使用 檔案 資料 io 工作 /根目錄/bin做為基礎系統所需要的最基礎的命令就是放在這裡。比如 ls、cp、mkdir等命令;功能和/usr/bin類似,這個目錄中的檔案都是可執行檔,普通使用者都可以使用的命令。 /bootLinux的核心及引導系統程式所需要的檔案,比如
Time of Update: 2014-07-11
標籤:blog http strong 檔案 問題 io from:http://www.ipcpu.com/2010/08/linux-cpu-32-64/本文僅限於伺服器CPU和Linux系統討論,與台式電腦、筆記本無關。32位、64位不能亂裝,64的能裝32位的,因為64位的CPU可以相容
Time of Update: 2014-07-11
標籤:blog http 使用 檔案 art for 轉自:http://tech.ccidnet.com/art/302/20070618/1115599_1.html 簡單而有用的nohup命令在UNIX/LINUX中,普通進程用&符號放到後台運行,如果啟動該程式的
Time of Update: 2014-07-11
標籤:des http 使用 檔案 資料 os CoreOS官網首頁使用一句話概括其理 念:“A new way to think about servers”,以及緊接著的“CoreOS is Linux for massive server
Time of Update: 2014-07-12
標籤:style blog http color 使用 os 參考文章[[email protected] soft]# yum install lrzszLoaded plugins: securitySetting up Install ProcessResolving
Time of Update: 2014-07-12
標籤:des style 使用 檔案 資料 io 提示安裝軟體: 在redhat中,安裝程式尾碼大都為 *.rpm,在ubuntu中,安裝程式尾碼大都為 *.deb,其實在Ubuntu裡一般使用軟體中心, 或者 sudo apt-get install xxx
Time of Update: 2014-07-11
[Linux][VMWare] 學習筆記之安裝Linux系統-網路設定,vmwarelinux最近開始折騰Linux,在本機裝了個VMWare和Centos,裝完之後虛擬機器裡面的OS可以上網,但是使用SecureCRT串連不上虛擬機器,開始折騰這個網路。 vmware安裝好以後,會自動添加兩張網卡(vmnet1和vmnet8),中間網卡),整個機器的結構就可以抽象成:虛擬機器系統(虛擬機器網卡vmnet0)——(vmnet1 vmnet8),中間網卡)——實際系統網卡
Time of Update: 2014-07-11
Linux:多Tomcat服務, 統一安裝部署 unifyDeploy0.2版本發布,hadoop安裝部署: unifyDeploy0.1版本 unifyDeploy0.2版本 1 引言
Time of Update: 2014-07-11
linux邏輯卷劃分測試,linux邏輯劃分測試平台:vmware centos6.5 minimal 物理卷 卷組 邏輯卷 掃描 pvscan vgscan lvscan 查看 pvdisplay vgdisplay lvdisplay 建立
Time of Update: 2014-07-12
Linux ls 排序,linuxls排序在Linux中查看檔案,有時需要對檔案進行排序。以weblogic, Oracle目錄為例,預設是沒有按建立時間或檔案大小排序的。[web@localhost Oracle]$ ls -l總計 184drwxr-xr-x 6 web weblogic 4096 07-02 09:19 coherence_3.7-rw-rw---- 1 web weblogic 426 07-02 09:29
Time of Update: 2014-07-12
nginx conf by linux kernel,nginxconf#nginx conf by linux kernelnet.ipv4.tcp_max_tw_buckets = 6000net.ipv4.ip_local_port_range = 1024
Time of Update: 2014-07-12
Gnu Linux--Ubuntu系統清理項整理,gnulinux--ubuntu/********************************************************************* * Author : Samson * Date : 07/11/2014 * Test
Time of Update: 2014-07-12
linux問題總結,linux總結1.修改redhat enterprise5 語言問題描述:切換語言cd /etc/sysconfigvi i18n將LANG=en_US.UTF-8改成LANG=zh_CN.gb2312 2.bash: ifconfig: command not found問題描述:切換到root使用者下 [root@localhost /]$ ifconfig 依然提示:“bash: ifconfig:
Time of Update: 2014-07-12
Linux 磁碟空間大小統計du命令常見用法,linuxdu在 Linux下,可以對某個檔案或檔案夾所佔空間大小進行統計,這裡將一些常用用法匯總如下:1、對指定檔案或檔案夾進行統計,預設單位為kbyte(k或KB),下例對檔案夾testa進行統計:[web@localhost ~]$ du -s testa1589308
Time of Update: 2014-07-12
Linux 連續執行多條命令,linux多條命令每條命令使用";"隔開,則無論前邊的命令執行成功與否都會繼續執行下一條命令這裡,故意將第二條命令中的echo多寫了一個o,命令執行出錯,但並不影響後續命令的執行可以這麼想,如果用分號來間隔命令,就相當於將命令分隔在了不同的行,無論前一行的命令成功或失敗,都不影響下一行命令的執行。$ echo 1; echoo 2; echo 3; echo 41-bash: echoo: command not