http://www.cyberciti.biz/tips/freebsd-how-to-change-ip-address-or-setup-new-ip-address-to-existing-interface.html1.修改IP# vi /etc/rc.confhostname="fbsdx.test.com"ifconfig_lnc0="inet 192.168.0.6 netmask 255.255.255.0"### Default gateway ###defaultrouter="192.168.0.254"2.修 Read More
posted @ 2012-10-23 22:28 庚武 Views(1254) Comments(0) Diggs(0) Edit
objects = main.o kbd.o command.o display.o \insert.o search.o files.o utils.oedit : $(objects) cc -o edit $(objects)$(objects) : defs.hkbd.o command.o files.o : command.hdisplay.o insert.o search.o files.o : buffer.h.PHONY : cleanclean :rm edit $(objects)########################end################## Read More
posted @ 2012-10-23 17:24 庚武 Views(175) Comments(0) Diggs(0) Edit
官方文档:http://www.gnu.org/software/make/manual/make.html简单示例:http://mrbook.org/tutorials/make/Compiling your source code files can be tedious, specially when you want to include several source files and have to type the compiling command everytime you want to do it.Well, I have news for you... Your da Read More
posted @ 2012-10-23 15:44 庚武 Views(501) Comments(0) Diggs(0) Edit
http://www.apuebook.com/Advanced Programming in the UNIX® Environment, Second Edition源码:http://files.cnblogs.com/wucg/AdvancedProgrammingInTheUnixEnvironment2ed_src.zip官方源码:http://www.apuebook.com/src.tar.gz Read More
posted @ 2012-10-23 14:00 庚武 Views(182) Comments(0) Diggs(0) Edit