<?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>精简 &#8211; 悠然居</title>
	<atom:link href="https://wordpress.youran.me/tag/%e7%b2%be%e7%ae%80/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.youran.me</link>
	<description>极客技术博客</description>
	<lastBuildDate>Tue, 22 Mar 2016 11:54:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>手工打造干净精简的Debian VPS系统</title>
		<link>https://wordpress.youran.me/%e6%89%8b%e5%b7%a5%e6%89%93%e9%80%a0%e5%b9%b2%e5%87%80%e7%b2%be%e7%ae%80%e7%9a%84debian-vps%e7%b3%bb%e7%bb%9f/</link>
					<comments>https://wordpress.youran.me/%e6%89%8b%e5%b7%a5%e6%89%93%e9%80%a0%e5%b9%b2%e5%87%80%e7%b2%be%e7%ae%80%e7%9a%84debian-vps%e7%b3%bb%e7%bb%9f/#comments</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Mon, 17 Oct 2011 06:03:27 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[精简]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=151</guid>

					<description><![CDATA[买VPS回来，一般提供商安装的系统都是自带apache神马一大堆乱七八糟玩意，占硬盘占内存不说，一不小心冲突起来挂档神马的……那就是欲哭无泪啦。 如果不想看原理只想一步到位，请跳到文章最后 注意，以下星号是为了一起卸载有关组件、减少垃圾； 多余的服务类软件（会自己启动，影响较大的）： apache2-* //apache服务器，我们一般自己重装或者换Nginx等等 bind9-* //dns服务器，我们一般不在自己VPS上搭建DNS服务器，果断卸掉 xinetd //xinetd是服务守护进程，比如平时ftp服务器未开启，发现有人访问21端口则自动启动ftp服务器。VPS不需要 samba-* //samba能让linux系统使用windows的共享功能，VPS显然不需要 nscd-* //DNS缓存软件，同bind9，不需要 portmap //端口转发，一般Web服务器不需要 sendmail-* //发送邮件用，一般程序都使用php-sendmail，不需要这个 sasl2-bin //一个权限程序，不光占用资源，还容易在建立系统账户时候出错，果断删掉 多余的系统组件（不会自启动，但是占用硬盘，也许还会造成冲突什么的）： lynx //文本浏览器，一般人系用不到滴~~ memtester //测试内存有没有坏，我没那么无聊…… unixodbc odbcinst-* //odbc数据库，主要给windows用，做网站一般用不到 python-* //大名鼎鼎的Python语言，如果正常玩linux很可能用到，但是Web服务器是用不到的 sudo //让授权过的普通用户获得root权限，VPS不需要 tcpdump //TCP抓包，你用么？ ttf-* &#8230;]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/%e6%89%8b%e5%b7%a5%e6%89%93%e9%80%a0%e5%b9%b2%e5%87%80%e7%b2%be%e7%ae%80%e7%9a%84debian-vps%e7%b3%bb%e7%bb%9f/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 32/34 objects using Disk
Page Caching using Disk: Enhanced 
Database Caching 4/7 queries in 0.002 seconds using Disk

Served from: wordpress.youran.me @ 2026-09-03 16:06:41 by W3 Total Cache
-->