当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: Net Install FC3Fedora Core 3 (Li
 

 

 ·hacker成长的代码之路:穷举(1)    »显示摘要«
    摘要: 作者:kf_701 写作时间:2005/4 email:kf_701@21cn.com 转载请保留原作者信息,谢谢。要求的专业知识: 一: 精通osi参考模型,精通网络五层:物理层,数据链路层,网络层,传输层,应用层。 精通每一层的协议,数据报格式。精通网络拓扑结构,第一层,第二层,第三层的网 络互联,数据的转发和路由等。 二: 精通c语言程序设计,unix/linux程序设计,网络程序设计。熟......
    摘要:转载自 matthew的日记 http://matthew.3322.org/index.php?action=show&id=4前言 在前面我们已经讲过如何制作软盘上运行的freebsd和openbsd系统,现在我们来看看如何制作一个运行在软盘上的netbsd系统。同软盘中的openbsd系统一样,我们还是将系统中的所有配制文件及程序全部存放到netbsd的内核中,这样整个系统看起来......


Fedora Core 3 (Linux) Installation PXE
上一页   ...

you dont have to have an existing fedora core 3 installation to install fc3 on your soekris. any linux, freebsd, or solaris box should do just fine. (i imagine you could even use mac osx?) in this example, i will be installing fc3 onto my soekris machine using gentoo linux as the host.

if you dont already have a dhcp server running, you need to install it now. in this document, i am using gentoo linux as the host machine for installing fc3. with gentoo, use emerge to install a dhcp server. 【程序编程相关:linux核心源程序的文件组织

the first thing that happens when you boot your soekris box from the network is that it will look for a dhcp server. that being the case, configuring the dhcp server is the first thing you should set up and get working. 【推荐阅读:利用netconsole将linux的内

once complete, edit the /etc/dhcp/dhcp.conf file. by default, this file will not exist after a new dhcp install using emerge. there is a /etc/dhcp/dhcp.conf.example file but most likely you can just use my information to setup your config file. here is my config file. 【扩展信息:使用 Xen:使用虚拟 Linux 来测

emerge dhcp

allow booting;

allow bootp;

option domain-name "example.com";

option domain-name-servers 192.168.1.1 ;

option routers 192.168.1.1;

default-lease-time 600;

max-lease-time 7200;

ddns-update-style none;

log-facility local7;

subnet 192.168.1.0 netmask 255.255.255.0 {

}

host debbox {

hardware ethernet 00:00:00:00:00:00;

fixed-address 192.168.1.4;

next-server 192.168.1.2;

option root-path "/tftpboot";

filename "/soekpxe.0";

}

obviously you will have to make the necessary mac and ip address changes to match your particular setup. if you dont know the mac address of your eth0 network interface, read the combios section of this document as it explains how to find it.


...   下一页
 ·linux下安装成jdk1.4.2+tomcat5.0.28    »显示摘要«
    摘要:呵呵,由于偶在学jsp,所以想起在linux下弄这个了.我用的是jdk的rpm.bin包,安装很简单,tomcat也是binary版本的.在配置java_home时出了点儿问题.就按照好多帖子说的那样配置的啊.......想了想,重启以后能用了,hoho~~~~,下一步就是将apache于tomcat整合,加一个ssl了!改天有时间或者学习累了再搞这个.参考文章:http://blog.blogc......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE