搜索列表
-
FreeBSD常用命令集
【Unix/BSD】FreeBSD作为BSD的主要分支之一,具有健壮、稳定的优点,因此有一些系统管理员尤其钟爱FreeBSD。本文总结了一些FreeBSD的常用指令,读者们可以用于做一个检索
命令常用进程网络使用执行安装crontab通常 -
一些 freebsd 的常用命令
【Unix/BSD】1 man 在线查询 man ls2 ls 查看目录与档案 ls -la 3 ln 建立链接文件 ln -fs /usr/local/apache/etc/httpd.conf /etc/httpd.conf4 more 分页显示 more 文件名称5 cd 切换目录 cd /usr/local/apache6 mkdir
命令常用一些档案目录压缩网络系统netstatifconfig -
FreeBSD, Debian, CentOS一个网卡绑定多个IP
【Unix/BSD】1. FreeBSD:配置/etc/rc.confifconfig_interface="inet 192.168.1.5 255.255.255.0"ifconfig_interface_alias0="inet 192.168.1.6 255.255.255.0"注意interface是网卡设备名.2. Debian/etc/network/interfaces
多个网卡一个eth0inet192.168.1.1255.255.255.0 -
Freebsd7.0+Apache2.2+MySQL5+PHP5安装配置
【Unix/BSD】一、安装apache2.2.8首先去http://www.apache.org 网站上下载apache2.2.8源码包解压缩#tar zxvf httpd-2.2.8.tar.gz得到 httpd-2.2.8文件夹#cd httpd-2.2.8配置#./configure --prefix=/usr/local/apache --enable-so --enable-module=rewrite
安装配置 mysql#make出现提示the用户install -
OpenBSD系统 DHCP 多 vlan 配置
【Unix/BSD】4块DLINK 530 ,1个连接Internet,3个内网 ------------------------------- | | |&n
-
FreeBSD学习笔记
【Unix/BSD】1、进入单用户模式BOOT: /kernel -s就进了单用户了, 然后/sbin/mount -rw /把/设置成可写然后 vipw把root口令置空2、开机自动fsck硬盘fsck_y_enable="YES"3、FreeBSD弹出光驱cdcontol->Eject4、OpenBSD弹出光驱eject /dev/rcd0c
-
FREEBSD系统优化精华
【Unix/BSD】1、优化内核mkdir /usr/kerncp /usr/src/sys/i386/conf/GENERIC /usr/kern/proxyln -s /usr/kern/proxy /usr/src/sys/i386/conf/proxycd /sys/i386/conf ee proxyoptions IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter loggin
-
FreeBSD5.2.1上建立功能完整的邮件服务器(POSTFIX)
【Unix/BSD】1.更新 ports# cvsup -gL 2 -h cvsup.freebsdchina.org /usr/share/examples/cvsup/ports-supfile 2. 安装 openssl+apache 服务器 # cd /usr/ports/security/openssl# make install# make clean# cd /usr/ports/www/apache2# make in
-
FreeBSD学习经验
【Unix/BSD】1、进入单用户模式BOOT: /kernel -s就进了单用户了, 然后/sbin/mount -rw /把/设置成可写然后 vipw把root口令置空2、开机自动fsck硬盘fsck_y_enable="YES"3、FreeBSD弹出光驱cdcontol->Eject4、OpenBSD弹出光驱eject /dev/rcd0c
-
freebsd6.2 nginx+php+mysql+zend系统优化防止ddos攻击
【Unix/BSD】一、安装软件前的准备系统的安装:插入freebsd6.2以上的光盘,最小化安装系统,同时安装好ports二、手动安装nginx+php1) 进入系统后,准备cvs更新:1. cd /usr/por
-
FreeBSD双线负载均衡NAT服务器配置方法
【Unix/BSD】# vi /etc/rc.conf================+==============+=================defaultrouter="221.33.88.254"ifconfig_fxp0="inet 192.168.0.1 netmask 255.255.255.0"ifconfig_rl0="inet 221.33.88.2 netmask 255.255.255.0"ifc
-
光盘安装OpenBSD3.6的方法
【Unix/BSD】1.1.系统从光盘启动,自检过程-略... 1.2.选择安装类型 |erase^?,werase^W,kill^U,intr^C,status^T |(I)nstall,(U)pgradeor(S)hell?i<