Time of Update: 2014-12-07
標籤:ar sp bs linux nbsp har 不同的 第一個 介面 根據硬碟介面的不同,在Liunx中會有不同的命名IDE 介面的硬碟會被叫成: hda,hdb,hdc (hd --
Time of Update: 2014-12-07
標籤:linux 運算式 search 微軟雅黑 expression 1.grep命令和Regex的簡介(1).grep(Global search REgular expression and Print out the
Time of Update: 2014-12-07
標籤:io ar os 使用 sp on 檔案 資料 問題 1.分區(MBR)# cfdisk 半圖形介面,劃分三個區:sda1 20G,sda2 80G,sda3
Time of Update: 2014-12-07
標籤:ar 使用 sp 檔案 bs ad linux nbsp br 除了萬能的vi,
Time of Update: 2014-12-07
標籤:style http io ar 使用 sp on 檔案 問題 在64位系統中,編寫一個C語言程式後,使用gcc進行編譯時間,出現了如下的錯誤:test.c:1:19:
Time of Update: 2014-12-07
標籤:hardware linux ubuntu 1.首先把ubuntu shutdown.2.在VMware裡點擊菜單VM——>Settings3.在Hardware裡面單擊底下的Add按鈕,然後選擇Hard Disk——>Next——>Next——>Disk size(GB)是新增硬碟的大小——>Next——>Finish——>Ok.
Time of Update: 2014-12-07
標籤:linux 核心 編程 /* *File : test.c *Author : DavidLin *Date : 2014-12-07pm *Email : [email protected] or [email protected] *world : the city of SZ, in China *
Time of Update: 2014-12-07
標籤:linux 核心 編程 #/* # *File : Makefile# *Author : DavidLin # *Date : 2014-12-07pm # *Email : [email protected] or [email protected] # *world : the city of SZ, in
Time of Update: 2014-12-07
標籤:linux 核心 /* *File : test.c *Author : DavidLin *Date : 2014-12-07pm *Email : [email protected] or [email protected] *world : the city of SZ, in China *Ver : 000.
Time of Update: 2014-12-07
標籤:style http io ar color os sp for strong 在linux下編譯了一個程式,嘗試啟動並執行時候出現: Segmentation
Time of Update: 2014-12-07
標籤:style blog http io ar color os 使用 sp 1. HTB型class具有優先順序,prio。可以指定優先順序,數字低的優先順序高,優先順序範圍從
Time of Update: 2014-12-07
標籤:blog http io 使用 sp 資料 2014 log bs 橋接器的功能類似於二層交換器,作用都是劃分衝突域,它們之前且一些細微的差別,此處不展開。Linux橋接器作為一個特殊的橋
Time of Update: 2014-12-07
標籤:io ar sp on 檔案 bs as linux new 一. 添加環境變數(Bash shell中用export,C
Time of Update: 2014-12-07
學習Linux筆記(三),學習linux筆記Linux中shell學習:使用者登陸後自動執行的shell指令檔,在.bashrc中配置。/etc/profile檔案是配置系統內容變數,如jdk,tomcat等;還有/home/zebra(使用者名稱)/.bash_profile檔案是配置使用者的環境變數,還有.bashrc是配置開機啟動的,root和普通使用者都有這個檔案,/home/zebra/.bashrc,功能是可以指定某些程式在使用者登入時自動啟動,就是當切換到zebra使用者時,bas
Time of Update: 2014-12-07
linux下尋找大檔案的方法,linux尋找方法在營運過程中,有時候會遇到磁碟使用率的警示問題:只要處理方法有以下幾種:1.找磁碟使用率較高的目錄,du命令 du -sh /*列出根目錄下,所有目錄的大小然後在去目錄下,慢慢分析吧2.找檔案大小,find命令例如:尋找磁碟上大於20MB的檔案 find / -size +20000k -exec ls -lh {} \;尋找磁碟上大於400MB的檔案,直接刪除,一般都是記錄檔 find / -size
Time of Update: 2014-12-07
linux系統進程管理之glances工具的使用,glances工具的使用
Time of Update: 2014-12-07
Linux bash綜合執行個體之 bash指令碼編輯器,linuxbash說明:這是一個比較簡單的bash指令碼編輯器,但是已經經過測試。書寫此部落格的原因,一方面是練習迴圈控制語言、函數、位置參數、本地變數以及函數參數調用,以及函數之間調用等等,還有就是獲得使用者選項以及選項的參數。註:指令碼選項以及指令碼選項參數獲得方法使用getopt並進行進一步判斷,請查閱main()函數.#!/bin/bash# Author: 李安傑# Time: 2014-12-05show_usage(){
Time of Update: 2014-12-07
linux 下DNS 服務的搭建,linuxdns服務搭建在這我就不對理論知識 進行過多的闡述需要瞭解的到:http://baike.baidu.com/subview/22276/15346050.htm?fr=aladdin下來直接進入搭建 使用的軟體:Vmware workstation 10 rhel6.3(64位)使用的作業系統:[root@wang ~]# uname -a Linux wang 2.6.32-279.el6.x86_64 #1
Time of Update: 2014-12-07
Linux學習(一):linux更改ip地址命令_更改DNS_更改預設閘道_更改子網路遮罩_主機名稱,linuxdns如何使用命令來更改linux的IP 、DNS 、子網路遮罩,在虛擬機器(vitrualBox)上添加一個Linux的虛擬機器;安裝方法:http://pan.baidu.com/s/1sjJPhP7安裝完以後,進入到Linux案頭,是一個這樣的案頭:按CTRL+ALT+F2 進入命令列視窗,然後登入 ,在登入成功以後在命令下輸入:vi
Time of Update: 2014-12-07
linux系統進程管理之dstat的使用,linuxdstat dstat一款多功能系統資源監視工具,支援的功能非常多例如:cpu、記憶體、負載、檔案鎖、socket通訊端、網路、進程、分頁檔案、檔案系統等等的眾多內容都可以逐一顯示。 dstat:http://pkgs.repoforge.org/dstat/