- 浏览: 108669 次
- 性别:
- 来自: 上海
最新评论
文章列表
@echo off set JAVA_HOME=C:\Java\jdk1.5.0_09 set ANT_HOME=C:\apache-ant-1.8.3 set path=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%JAVA_HOME%\bin;%ANT_HOME%\bin; set ANT_OPTS=-Xmx512m set CLASSPATH=%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\dt.jar echo "Start build..." call ...
现在gentoo 的clock配置文件为/etc/conf.d/hwclock,
hwclock文件里面的参数改成这样就行了
clock="local" clock_systohc="NO" clock_args="--directisa"
执行/etc/init.d/hwclock restart可立即生效
* IMPORTANT: 2 config files in '/etc' need updating. * See the CONFIGURATION FILES section of the emerge
* man page to learn how to update config files.
you can use the below orderto update config files.
etc-update
http://blog.csdn.net/sustwct/article/details/7088643
安装快速下载工具axel 代码: emerge axel
安装后修改make.conf nano /etc/make.conf FETCHCOMMAND='/usr/bin/axel -a -S4 -o "\${DISTDIR}/\${FILE}" "\${URI}"' RESUMECOMMAND="${FETCHCOMMAND}"
GENTOO_MIRRORS=”http://mirrors.163.com/gentoo/ ftp://mirrors.sohu.com/gentoo/
http://mirrors. ...
1. 配置ip
/etc/conf.d/net DHCP 动态获取
1 config_eth0=("dhcp")
固定IP
1 config_eth0=("192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255") 2 或者 3 config_eth0=("192.168.0.2/24 brd 192.168.0.255") 4 routes_eth0=("default via 192.168.0.1")
2. DNS设置
/etc/resol ...
MySQL 和 FreeBSD 一样也有多种版本同时开发,例如 3.x、4.0.x、4.1.x、5.x 等,其中 4.1.x 是目前较稳定的版本。 您可以自行到http://www.mysql.com 取得最新版的 MySQL Source Package 来安装,不过安装上比较麻烦。 所以我们使用 ports 来安装 MySQL: # cd /usr/ports/databases/mysql41-server # make WITH_CHARSET=big5 WITH_XCHARSET=all install clean 我们指定 MySQL 预设的字集为 Big5,并另外支持所有的字集。 ...
freebsd下root不能用ssh连接
修改下配置文件
1.修改 /etc/ssh/sshd_config 找到并修改 PermitRootLogin yes PasswordAuthentication yes 2.修改/etc/rc.conf添加echo 'sshd_enable="YES"'>>/etc/rc.conf 3.重新启动ssh /etc/rc.d/sshd restart
使用portsnap来更新步骤
(可以修改/etc/portsnap.conf的配置文件SERVERNAME=portsnap.hshh.org,以提高你的下载速度)
修改完毕后执行
#portsnap fetch
#portsnap extract
#portsnap update
使用cvsup安装更新步骤
a、首先安装cvsup
cd /usr/ports/net/cvsup-without-gui
make install clean
b、配置cvsup
cp /usr/share/examples/cvsup/ports-supfile /etc/p ...
两种方法配置网络
一
1,启动网卡
ifconfig eth0 up
2,获取ip
dhcpcd eth0
3,查看网卡
ifconfig
二
1.查看下可用的网卡
ifconfig -a
2.配置/etc/rc.conf
interface=eth0
eth0="dhcp"
lo="lo 127.0.0.1"
eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
#eth0 IP ne ...
Window --> Preferences --> General --> Perspectives
http://blog.csdn.net/lingfan276402876/article/details/6587839
PAHT的值被改了导致的Commands not found错误
将PATH的值设为默认值
/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/username/bin
URL:http://forums.freebsd.org/archive/index.php/t-25069.html
1>首先安装 pcre8.00(pcre 是Nginx所需的Perl兼容正则表达式库) #cd /usr/ports/devel/pcre && make install clean 2>安装 Nginx #cd /usr/ports/www/nginx && make install clean [ ] DEBUG Enable nginx debugging [ ] IPV6 Enable IPv6 [ ] GOOGLE_PERFTOOLS Enable google perftools module [X] HTTP_MODULE Enable ...
提高ports安装软件速度: 安装axel提高ports的安装速度 cd /usr/ports/ftp/axel make install #修改 /etc/make.conf vi /etc/make.conf #加入以下内容 FETCH_CMD=axel FETCH_BEFORE_ARGS= -n 10 -a FETCH_AFTER_ARGS= DISABLE_SIZE=yes MASTER_SITE_BACKUP?=\ http://mirrors.163.com/FreeBSD/distfiles/${DIST_SUBDIR}/\ ftp://ftp.cn.freebsd.org/pu ...
# setenv PACKAGESITE ftp://ftp.tw.freebsd.org/pub/ports/i386/packages-8.2-release/Latest/ or # setenv PACKAGESITE ftp://ftp.cn.freebsd.org/pub/FreeBSD/ports/i386/packages-8.2-release/Latest/ or # setenv PACKAGESITE ftp://ftp.freebsdchina.org/pub/FreeBSD/ports/i386/packages-8.2-release/Latest/
...
1.创建虚拟机
File-->New-->Virtual Machine
2.选择安装类型
Other Linux 2.4.x kernel
3.配置相关硬件
4.安装。。。
Gentoo也可以用Other Linux 2.4.x kernel安装类型安装