honeyd安裝與配置

2021-04-14 13:35:55 字數 1508 閱讀 7535

所需構件如下:

//按以下順序安裝

//libdnet-1.11.tar.gz

#tar xvzf libdnet-1.11.tar.gz

# cd libdnet-1.11

# ./configure

# make

# make install

#libevent-1.1a.tar.gz

# cd libevent-1.1a

# ./configure

# make

# make install

//libdnsres-0.1a.tar.gz

# cd libdnsres-0.1a

# ./configure

# make

# make install

//pcre-6.6

# cd pcre-6.6

# ./configure

# make

# make install

python-2.4.3.tgz

//先將python-2.3x remove

# yum remove python

# cd python-2.4.3

# ./configure

# make

# make install

make install

//會報如下錯誤資訊

/bin/sh: line 0: cd: /usr/local/share/honeyd: no such file or directory

//解決方法如下

# mkdir /usr/local/share/honeyd

//再度

#make install

//安裝完畢,執行 

安裝與配置php,PHP的安裝以及配置

安裝以及配置 1.安裝apache 2.2.4 apache dir d myspace apache 2.2.4 2.解壓安裝php 5.2.11 php dir d myspace php 5.2.11 3.找到php 5.2.11下的php.ini dist,改名為php.ini 4.開啟ph...

ubuntu nginx安裝與配置

在ubuntu下面可以使用如下方式安裝nginx.2.為apt程式新增key sudo apt key add nginx signing.key 3.新增下面的內容到 etc apt sources.list配置檔案的末尾 deb lucid nginx deb src lucid nginx 4...

ubuntu nfs 安裝與配置

在 ubuntu 下安裝 配置 nfs服務的步驟如下 1 安裝nfs ubuntu 上預設是沒有安裝 nfs伺服器的,因此我們首先安裝 nfs伺服器端 sudo apt get install nfs kernel server 在一些文件中,提出還需要使用 apt get 來手動安裝 nfs的客戶...