Time of Update: 2014-09-24
標籤:伺服器 ddos攻擊 httpd iptables netstat 原文地址:http://www.phpthinking.com/archives/427登入到你的伺服器以root使用者執行下面的命令,使用它你可以檢查你的伺服器是在DDOS攻擊與否:netstat -anp |grep ‘tcp\|udp‘ | awk
Time of Update: 2014-09-24
標籤:blog http os ar 檔案 2014 sp art on 安裝tomcat後,在用戶端輸入地址
Time of Update: 2014-09-24
標籤:linux核心notifier機制 linux通知鏈 在linux核心系統中,各個模組、子系統之間是相互獨立的。Linux核心可以通過通知鏈機制來擷取由其它模組或子系統產生的它感興趣的某些事件。使用notifier由通知者可以傳遞給被通知者長整型參數與指標。在linux中有許多地方用到,比如reboot通知,cpu調頻通知,網卡事件,電池低電警報等等。熟悉使用notifier有助於linux核心驅動開發。notifier_
Time of Update: 2014-09-23
標籤:des 使用 ar 檔案 資料 div sp cti on locate-i忽略大小寫差異-r後面可接正則標記法的顯示方式which (尋找可執行檔)-a
Time of Update: 2014-09-23
標籤:io ar sp on c amp linux ef size /* 發送訊息佇列 */#include <stdio.h>#include <stdlib.h>#
Time of Update: 2014-09-23
標籤:linux passwd shadow chmod chown profile bashrc安全上下文 (secure
Time of Update: 2014-09-23
標籤:linux erikxue 指令碼 [[email protected] Desktop]# ip ru sh0:from all lookup local 32766:from all lookup main 32767:from all lookup default [[email protected]
Time of Update: 2014-09-23
標籤:linux service samba public enforce 第一步:在根下執行:mkdir /public 修改下許可權:chmod 777 /public第二步:備份 smb.conf: mv /etc/samba/smb.conf
Time of Update: 2014-09-23
標籤:linux下常見的文本處理命令 眾所周知,在Linux下"一切皆檔案"的原則,一切設定檔都可以以文本的方式進行編輯、儲存。故對文字檔的操作能力,決定著你是否能夠在Linux下操縱自如。今天,就寫下幾個關於Linux下一些常用的文本處理命令。1、文字檔查看命令:cat、more、less、head、tail1.1
Time of Update: 2014-09-23
標籤:style color 使用 for 資料 sp 問題 on c 究竟什麼是使用者態,什麼是核心態,這兩個基本概念以前一直理解得不是很清楚,根本原因個人覺得是在於因為大部分時候我們在寫程式
Time of Update: 2014-09-23
標籤:ar for sp on c linux ad r bs 1. 查看TCP串連狀態netstat -nat |awk ‘{print $6
Time of Update: 2014-09-23
標籤:style color io 使用 資料 sp on c 工作 cpu篇:CPU 也是一種硬體資源,和任何其他硬體裝置一樣也需要驅動和管理程式才能使用,我們可以把核心的進程調度看作是
Time of Update: 2014-09-23
標籤:blog http ar sp c log html linux 時間 工具:webbench最多可以類比3W的並發。下載安裝方式:http://blog.hexu.org/archive
Time of Update: 2014-09-23
標籤:style blog http color ar div sp art on apt proxyvim /etc/apt/apt.confAcquire::http::proxy
Time of Update: 2014-09-23
標籤:des io os 使用 ar for 檔案 資料 art linux系統工程師面試題:1.查看Linux系統當前單個共用記憶體段的最大值(命令)ipcs -m ipcs -a
Time of Update: 2014-09-23
標籤:linux說道Linux的發行版也許你會想起SUSE、Ubuntu、Fedora等知名的發行版本,其實在眾多的版本中有至少10個是需要我們記住的特殊版本。目前已超過600 個Linux發行版,各種發行版形形***:功能定位不同(Live、伺服器、案頭、防火牆等)、國家地區(全球各地)、基於主流的發行版(Redhat、 SUSE、Debian)、案頭環境(GNOME、KDE等)、硬體體系(X86、MIPS等)。以下是你應該知道10個特別的Linux發行版,按字母排序:1. 64
Time of Update: 2014-09-23
標籤:檔案 sp c linux ad r bs as class 一般模式、編輯模式、命令模式。一般模式:游標的上下左右。行尾$ 行首^ 和Regex一樣shift+g
Time of Update: 2014-09-23
標籤:wordpress linux 基本上就是安裝Lamp一、準備Linux這裡用的centos
Time of Update: 2014-09-23
linux檔案許可權查看及修改命令chmod,查看許可權Linux檔案存取權限分為可讀,可寫和可執行三種。可用ls -l命令查看,例:<span style="font-size:18px;">ls -l</span>顯示-rwxr-xr-x 1 root root 6444 09-22 15:33 shmwrite-rw-r--r-- 1 root root 1443 09-22 15:33 shmwrite.cdrwxr-xr-x 2 root
Time of Update: 2014-09-23
Linux檔案系統構成(第二版),linux第二版Linux檔案系統構成 /boot目錄:核心檔案、系統自舉程式檔案儲存位置,存放了系統當前的核心【一般128M即可】如:引導檔案grub的設定檔等/etc目錄:系統常用的設定檔,所以備份系統時一定要備份此目錄如:系統管理員經常需要修改的檔案,決定系統行為的設定檔 /bin、/usr/bin目錄:存放使用者常用的命令[所有的使用者都可以使用]如:ls,cp /sbin 、/usr/sbin目錄:儲存系統維護所