<?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; Linux实用</title>
	<atom:link href="http://www.fresker.com/old2/archives/tag/linux%e5%ae%9e%e7%94%a8/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>linux如何查看计算机配置</title>
		<link>http://www.fresker.com/old2/archives/404</link>
		<comments>http://www.fresker.com/old2/archives/404#comments</comments>
		<pubDate>Wed, 03 Aug 2011 09:16:08 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[Linux &Unix]]></category>
		<category><![CDATA[技术杂谈]]></category>
		<category><![CDATA[教程类]]></category>
		<category><![CDATA[Linux实用]]></category>

		<guid isPermaLink="false">http://www.fresker.com/archives/404</guid>
		<description><![CDATA[linux如何查看计算机配置: linux系统把机器的配置放在了/proc 目录下， more cpuinfo 查看cpu配置，下面以公司的一个CPU的配置为例 [nemo@moaserver ~]$ cd /proc[nemo@moaserver proc]$ more cpuinfoprocessor : 0vendor_id : GenuineIntelcpu family : 15model : 6model name : Intel(R) Pentium(R) D CPU 3.00GHzstepping : 5cpu MHz : 3000.000cache size : 2048 KBphysical id : 0siblings : 2core id : 0cpu cores : 2apicid : 0initial apicid : 0fdiv_bug : [...]]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/404/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>如何关闭sendmail服务</title>
		<link>http://www.fresker.com/old2/archives/351</link>
		<comments>http://www.fresker.com/old2/archives/351#comments</comments>
		<pubDate>Fri, 08 Apr 2011 15:38:14 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[Linux &Unix]]></category>
		<category><![CDATA[开发技术类]]></category>
		<category><![CDATA[技术杂谈]]></category>
		<category><![CDATA[教程类]]></category>
		<category><![CDATA[Linux实用]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=351</guid>
		<description><![CDATA[前2天自己在vmware中配置的linux（redhat centos4.7)版本的时候，每次在进入系统时，在sendmail和smartd的时候，停留的时间特别的长，比较纠结，这2个功能貌似对我也没有什么作用，所以索性将其关掉。在网上搜索了一下方法（自己是linux的菜鸟),找到了2种方法，在此 方法一           1.关闭sendmail服务：service sendmail stop (或 /etc/rc.d/init.d/sendmail stop) 停止服务           2.chkconfig &#8211;list sendmail (可以查看到sendmail在2，3，4，5时是自动启动的，而一般的系统设置为   3.因此每次启动时sendmail还是会自动启动。)           3.不在系统启动时启动：chkconfig &#8211;level 2345 sendmail off 关闭其端口 这样就关闭了这个服务。 方法二 ntsysv 可以取消sendmail选项就行了！]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/351/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WIN7下vmware中Linux的网络配置</title>
		<link>http://www.fresker.com/old2/archives/344</link>
		<comments>http://www.fresker.com/old2/archives/344#comments</comments>
		<pubDate>Mon, 28 Mar 2011 15:49:33 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[Linux &Unix]]></category>
		<category><![CDATA[开发技术类]]></category>
		<category><![CDATA[技术杂谈]]></category>
		<category><![CDATA[Linux实用]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=344</guid>
		<description><![CDATA[前2天自己在搭建虚拟机的时候，配置网络环境老是问题多多，出现的问题也是比较奇怪，也是比较常见，我出现过的问题， Linux下不能ping 外网地址，host主机能ping Linux Linux下能ping外网地址，不能telnet外网地址 不过总结起来都是IP地址配置的问题。后来我在网上看到一堆的帖子，主机总结了一下，最后将地址配置ok,哥那个高兴哟。在此将自己的配置记录保存下来，避免哪天又出问题了。又来搔头皮。 首先，vmware安装好之后，会多出vmnet1,vmnet8这样的2个虚拟网卡。 我在安装linux的时候，选择的是NAT的方式联网，所以在此修改vmnet8的ip地址配置。 首先我的联网方式使用的是无线上网。ip地址使用的方式是DHCP。比较纠结（公司网络导致的） 如本地host机得ip为：192.168.10.101        子网掩码：255.255.255.0 对应的修改vmware的ip地址在同样的网段：192.168.10.0,在vmware的edit-&#62;virtual network editing-&#62;vmware(如下图，设置subnetip在192.168.10.0),在NAT setting中设置如下： ﻿ 至此，vmware的配置基本ok了，进入linux,setup==&#62;&#62;配置network，我们设置网络如下： ip：192.168.10.2 submat mask: 255.255.255.0 gateway ip: 192.168.10.1（gateway与外部设置得vmware的ip一致） DNS: 可以设置得与HOST的DNS一致。 ok了，保存数据。 不要忘记了：service network restart 现在应该能ping ,也能telnet了。看来以后需要多学习学习网络方面的东西了，如果还不行，欢迎大家留意交流，我也可以多学习点。]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/344/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux修改IP</title>
		<link>http://www.fresker.com/old2/archives/339</link>
		<comments>http://www.fresker.com/old2/archives/339#comments</comments>
		<pubDate>Wed, 23 Mar 2011 05:00:33 +0000</pubDate>
		<dc:creator>Duke</dc:creator>
				<category><![CDATA[Linux &Unix]]></category>
		<category><![CDATA[Linux实用]]></category>

		<guid isPermaLink="false">http://www.fresker.com/?p=339</guid>
		<description><![CDATA[自己重新学习Linux,将学到的点滴在此记录下来，便于以后查询。 Linux下IP地址的配置有3种方式： 1.ifconfig eg: ifconfig eth0 192.168.1.1 netmask 255.255.255.0 2.setup里面进入network config&#8230;.这一选项修改 3.修改文件/etc/sysconfig/network-scripts/ifcfg-eth0 个人喜欢第3种方式，当然，第2种方式可以让你更直观的修改，如果你习惯了图形界面的话。]]></description>
		<wfw:commentRss>http://www.fresker.com/old2/archives/339/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! -->