<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fresker小站 &#187; UNIX/Linux编程相关工具</title>
	<atom:link href="http://www.fresker.com/old2/archives/category/%e5%bc%80%e5%8f%91%e5%b7%a5%e5%85%b7%e7%9a%84%e5%8f%99%e8%bf%b0/unixlinux%e7%bc%96%e7%a8%8b%e7%9b%b8%e5%85%b3%e5%b7%a5%e5%85%b7/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fresker.com/old2</link>
	<description>天将降大任于斯人也，必先苦其心志，劳其筋骨，饿其体肤，空乏其身....</description>
	<lastBuildDate>Sat, 05 May 2018 04:20:42 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>VMware下linux的ip地址配置</title>
		<link>http://www.fresker.com/old2/archives/378</link>
		<comments>http://www.fresker.com/old2/archives/378#comments</comments>
		<pubDate>Thu, 16 Jun 2011 08:58:03 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[UNIX/Linux编程相关工具]]></category>
		<category><![CDATA[开发工具]]></category>
		<category><![CDATA[开发技术类]]></category>
		<category><![CDATA[技术杂谈]]></category>
		<category><![CDATA[Linux实用]]></category>
		<category><![CDATA[其他工具]]></category>
		<category><![CDATA[项目环境搭建]]></category>

		<guid isPermaLink="false">http://www.fresker.com/archives/378</guid>
		<description><![CDATA[前段时间在Vmware下大家centos4.7，centos5.5,最开始的时候配置ip老是出现问题，是在无法ping外部网络，或ping自己动window主机，报出的问题也是莫名奇妙，现在仍不清楚是什么原因，不过经过在网上搜罗了一大堆资料之后，自己结合自己的配置，在此总结一下： 1.vmware安装系统的时候使用nat的方式连接 2.最开始在vmware菜单上查看：Edit=&#62;Virtual Network Editor=&#62;出现如下的窗口 注意红色矩形框内的地址，可能地址此处不一致，但是不影响，我们记下他：192.168.88.0（此处我们关注NAT的地址，因为我们的linux选择的NAT方式上网） 点击红色区域1处，下面内容改变，注意2,3处得变化，点击2，出现如下的窗口 注意此时的窗口有我们需要的地址：这里最主要的是geteway ip，即红色框内的地址：192.168.88.2 &#160; 我们在进入linux下，通过setup或其他方式设置ip地址和dns地址： ip:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;192.168.88.3 netmask:&#160;&#160;&#160;&#160;255.255.255.0 gateway:&#160;&#160;&#160;&#160;192.168.88.2&#160;&#160;&#160;&#160;此处的网关注意与上面获取的网关设置一致 &#160; DNS设置就设置和window主机一致的dns地址即可。 OK,到此，vmware下的linux ip设置告一段落。 重点：gateway 2处得设置确保一致 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;ip地址和gateway在一个网段 如果大家设置还有什么问题，欢迎交流。此乃我总结内容，辛苦截图，敲上文字，转载请注明出处。 通过 Wiz 发布]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/378/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UNIX/Linux编程相关工具和资源</title>
		<link>http://www.fresker.com/old2/archives/127</link>
		<comments>http://www.fresker.com/old2/archives/127#comments</comments>
		<pubDate>Sun, 18 Apr 2010 07:23:46 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[UNIX/Linux编程相关工具]]></category>
		<category><![CDATA[开发工具]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=127</guid>
		<description><![CDATA[1.linux编程所用的一些工具 notme 发表于 2006-3-30 12:39:00 GCC 中文手册 http://www.nbfan.com/forum/dispbbs&#8230;.&#38;ID=1433&#38;page=1 GNU make 指南 http://www.linuxsir.org/bbs/showthr&#8230;&#38;threadid=40431 autoconf-2.57手册(英文) http://www.gnu.org/software/autocon&#8230;toconf_toc.html Autoconf-2.13手册 http://www.linuxforum.net/books/autoconf.html 使用 automake http://263.aka.org.cn/Lectures/002/&#8230;-2.1.4/230.html 使用CVS进行版本管理 http://www.linuxforum.net/books/cvsintro.html CVS用后感 http://www.linuxsir.org/bbs/showthread.php?t=170538 linux下常用调试工具： 非常好的gdb教程，强烈推荐： http://www.linuxsir.org/bbs/showthread.php?t=171156 GDB英文文档 http://oldsite.linuxaid.com.cn/deve&#8230;howdev.jsp?i=49 gdb基本用法 http://www.linuxsir.com/bbs/showthr&#8230;&#38;threadid=45731 gdb的官方文档 http://www.gnu.org/software/gdb/documentation/ linux编程基础： 要入门先看这个，Linux下C语言编程基础知识 http://www.linuxsir.com/bbs/showthr&#8230;=&#38;threadid=1005 Linux 下 C 语言编程 http://www.linuxsir.org/bbs/showthr&#8230;=&#38;threadid=7192 Linux下的C++编程 http://www.linuxsir.org/bbs/showthr&#8230;6723#post276723 linux下的应用程序开发 http://www.lisoleg.net/lisoleg/applications/index.html 参考书籍 Linux程序员指南(The Linux Programmer&#8217;s Guide) http://www.linuxhq.com/guides/LPG/lpg.html UNIX编程环境(The UNIX Programming Environment) http://www.iu.hio.no/~mark/unix/unix_toc.html [...]]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/127/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->