Time of Update: 2014-09-03
標籤:management 電腦硬體 電腦系統 interface 電腦程式 一、作業系統發展史維基百科搜尋作業系統作業系統(英文:Operating System,縮寫:OS)是管理電腦硬體與軟體資源的電腦程式,同時也是電腦系統的核心與基石。 作業系統功能:· 進程管理(Processing&nb
Time of Update: 2014-09-03
標籤:service 防火牆 管理工具 網路 linux Linux系統管理 –RHEL-7 防火牆篇 Linux系統的防火牆功能是由核心實現的:2.0 版核心中,包過濾機制是ipfw,管理工具是ipfwadm2.2 版核心中,包過濾機制是ipchain,管理工具是ipchains2.4 版及以後的核心中,
Time of Update: 2014-09-03
標籤:使用者登入 windows 線上使用者 壓縮檔 使用者名稱 使用者管理命令:useradd 使用者名稱例如:useradd zhangsan設定使用者密碼:passwd
Time of Update: 2014-09-03
標籤:style blog color os io ar 檔案 div cti 檔案如下:[email protected]:/home/test# ll total 72drwxr-
Time of Update: 2014-09-03
標籤:style color os io 使用 ar 檔案 div 代碼 1:yum install subversion?2:輸入rpm -ql subverionrpm -q
Time of Update: 2014-09-03
標籤:style http color strong ar 檔案 art div 問題 SMB(Server Messages
Time of Update: 2014-09-03
標籤:style blog color io ar 檔案 資料 art div 1.讀取已經開啟的檔案#include<unistd.h>ssize_t read(int
Time of Update: 2014-09-02
標籤:des style blog color os io 使用 ar 檔案 1.開啟檔案#include<sys/types.h>#include<sys/stat.h>
Time of Update: 2014-09-02
標籤:磁盤分區對hda1的解釋:hd:IDE硬碟。如果是SCSI硬碟,則為sd,這個只能記住,沒有更好的辦法。a:: 第一塊硬碟。如果是第二塊硬碟,則為b,依此類推c,d……1: 主要磁碟分割。其中1,2,3,4都是主要磁碟分割,從第5開始為邏輯分區,最大到16 磁碟容量與主要磁碟分割、擴充分區、邏輯分區的關係:硬碟的容量 = 主要磁碟分割的容量 + 擴充分區的容量擴充分區的容量 = 各個邏輯分區的容量之和------------------------------
Time of Update: 2014-09-02
標籤:style color 使用 strong 檔案 問題 代碼 sp amp 並發控制的概念----並髮指的是多個執行單元並存執行,而並發的執行單元對共用資源(硬體資源和----軟體上的全域
Time of Update: 2014-09-02
標籤:style ar sp on linux c size 應用 bs
Time of Update: 2014-09-02
標籤:ar 檔案 問題 linux c ad as images r 遇到的問題:
Time of Update: 2014-09-02
標籤:style blog http color 使用 2014 div sp log 1、概述crontab是用來設定在固定時間點或時間間隔執行某條指令,類似於時程表。使用-u
Time of Update: 2014-09-02
標籤:style blog http os io 使用 strong ar 資料 原文:http://blog.sina.com.cn/s/blog_68f1c17001016uvy.html
Time of Update: 2014-09-02
標籤:chm linux下如何開啟chm gnochm python.h:no such
Time of Update: 2014-09-02
標籤:linux 伺服器 ip地址 網路管理 設定檔 如何快速為100多台主機快速分配IP地址?如何為隨處工作的員工分配主機地址?DHCP的概念:動態主機設定通訊協定 Dynamic Host Configuration
Time of Update: 2014-09-02
標籤:touch linux 軟串連 命名 命令格式:命令 【-選型】 【 參數】ls :顯示目錄檔案 /bin/ls 選項-l -d -a -i -hmkdir:建立新目錄 /bin/mkdir 選項 -p
Time of Update: 2014-09-02
標籤:硬碟 fdisk 扇區 磁軌 柱面 硬碟相關基礎概念: 650) this.width=650;" width="755" height="407" title="SNAG-0266.jpg" style="width:592px;height:288px;"
Time of Update: 2014-09-02
標籤:linux 歸檔 tar 壓縮格式:gz、bz2、xz、zip、Z壓縮演算法:演算法不同,壓縮比也會不同gzip:.gz gzip /PATH :壓縮後刪除源檔案 -d:解壓 -# 1-9:指定壓縮比gunzip:解壓完成後會刪除原檔案zcat
Time of Update: 2014-09-02
標籤:使用者登入 linux history 記錄 null #Linux--記錄每個使用者登入後的IP資訊,還有其它的操作資訊,追加vim /etc/profilePS1="`whoami`@`hostname`:"‘[$PWD]‘(Linux系統提示符是用系統變數PS1來定義的)history(who -u am