当前位置: 首页 >> Tag标签为 'FreeBSD'

Cloning a FreeBSD system

Simplifying by assuming a single partition, a secure network, and ucspi-tcp already installed on ORIG

Install fresh hard disk in CLONE, and boot from a FreeBSD rescue floppy.

Read the rest of this entry »

FreeBSD iSCSI Initiator Installation and Configuration

Q. How do I install and configure iSCSI initiator service under FreeBSD server?

A. FreeBSD 7.x has full support for iSCSI. Older version such as FreeBSD 6.3 requires backport for iSCSI. Following instruction are known to work under FreeBSD 7.0 only.

Read the rest of this entry »

How to build *BSD CVSup mirror

Motoyuki Konno
<motoyuki@bsdclub.org>

This document describes how to build *BSD (FreeBSD, NetBSD and OpenBSD)
CVSup mirror site.
Comments and suggestions are always welcome. Read the rest of this entry »

FreeBSD portupgrade升级你的FreeBSD软件

portupgrade 是一个软件,用于快捷便利地升级软件

cd /usr/ports/sysutils/portupgrade
make install clean
安装上它

Read the rest of this entry »

FreeBSD下软件的portupgrade升级方法

Step1.安装(主要用于post已安装的软件更新上)
#cd /usr/ports/sysutils/portupgrade       //切换至安装路径
#make install clean                       //安装并清除安装过程中不必要的档案
Read the rest of this entry »