<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>Linux服务器</title>
<link>http://wangya.com/server/linux/</link>
<description>服务器 / Linux服务器</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2002-2011 网丫站长网 版权所有]]></generator>
<webmaster>desdev@vip.qq.com</webmaster>
<item>
    <title><![CDATA[Linux VPS/服务器上轻松导入、导出MySQL数据库]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4276.html</link>
    <description><![CDATA[随着网站的运行MySQL数据库也越来越大，备份问题也日益凸显，使用phpmyadmin导出或导入时可能会因为超时文件过大等原因无法导入或导出。下面VPS侦探说一下几个解决方法： MySQL数据库]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[借Windows说明Linux分区和挂载点]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4275.html</link>
    <description><![CDATA[在介绍Linux分区和挂载点前，我想先说一个Windows的例子，Windows大家都比较熟，再借这个例子来说明什么是Linux分区和挂载点。 1.消失了的分区 在WinPE下，我将一块硬盘分成一个主分区和]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[通过SSH安装VMware虚拟机并进行远程管理]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4274.html</link>
    <description><![CDATA[通过SSH安装虚拟机并进行远程管理，本人有一台CENTOS服务器，因为想在win环境调试一些服务，而服务器又只有命令行，没装Xwindow，所以最近一直在琢磨如何在ssh的环境下安装一个虚拟机]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux操作系统应用服务器的常用备份的方法]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4273.html</link>
    <description><![CDATA[系统备份是系统管理工作中十分重要的一个环切，本文详细介绍了各种Linux系统的备份方法，相信对大家的日常管理工作有所帮助。 备份是一项重要的工作，但是很多人没有去做。一旦]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何实现开源操作系统Ubuntu服务器系统备份]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4272.html</link>
    <description><![CDATA[可能你已经习惯了使用GHOST来备份WINDOWS的操作系统了。GHOST备份WINDOWS的系统是比较麻烦的，你要先重启计算到DOS模式，然后运行GHOST程序，再选择备份分区，备份为gho文件。然后再启动]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux系统下常用性能分析工具 top命令详解]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4271.html</link>
    <description><![CDATA[top命令是Linux下常用的性能分析工具，能够实时显示系统中各个进程的资源占用状况，类似于Windows的任务管理器。下面详细介绍它的使用方法。 top - 01:06:48 up 1:22, 1 user, load average: 0.06]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Ubuntu/Debian下简易Nginx+FastCGI+PHP配置]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4270.html</link>
    <description><![CDATA[由于目前Nginx还不支持直接运行PHP，但是Nginx支持FastCGI，可以用FastCGI模式运行PHP作为后端。Nginx不能像Lighttpd那样自动启动FastCGI，所以这里要借一下lighttpd的spawn-fcgi工具来启动PHP。 安装]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[VNC在Red Hat Enterprise Linux 5下的安装与配置]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4269.html</link>
    <description><![CDATA[若机器没有安装图形界面，先在线安装！口令如下：(前提：能上网) [root@sb1 ~]# yum groupinstall GNOME Desktop Environment #Step 1: 准备VNC包(在操作系统安装盘中有两个这样的包) 准备两个包： vn]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux操作系统应用程序的安装与管理技巧]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4268.html</link>
    <description><![CDATA[1、Linux应用程序基础 2、RPM包管理 包管理系统初步： RPM:RPM Package Manager http://www.rpm.org RPM包管理系统： $ rpm RPPM包的文件名称： bash-3.0-19.2.i386.rpm bash:软件名称。 3.0-19.2:软件的版本号。]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[CentOS操作系统安装教程]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4267.html</link>
    <description><![CDATA[CentOS操作系统是商业版Red Hat Enterprise Linux（RHEL）的免费版，是架构LAMP的理想操作系统，稳定性非常好，和Ubuntu不同的是，CentOS主要用于服务器而不是桌面环境，不少大型的商业网站都]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[详解Linux下Apache服务器网页密码设置]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4266.html</link>
    <description><![CDATA[在 Linux 或 UNIX 下的 Apache 服务器中给网页设置密码这是一种很简单的基于用户名/口令的认证方式，当我们在浏览器中访问经此认 证模式保护的URL链接时，将会出弹出一个对话框，要求]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux操作系统下防范黑客的一些实用技巧]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4265.html</link>
    <description><![CDATA[Linux是一个多用户的系统，一旦人家取得你的root用户之后，他就可以在你的系统上为所欲为了，由于单用户对系统有完全的控制权限，如果操作不当或被他人进入，那么后果将不堪设想]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[VPS性能测试工具：UnixBench]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4264.html</link>
    <description><![CDATA[UnixBench是一款不错的Linux下的VPS性能测试工具，现在说一下具体用法。 ssh登录您的linux vps控制台，运行下面的1行命令即可： wget http://www.CTOHome.com/linux-vps-pack/unixbench.sh;sh ./unixbench.sh; 此]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[只要1行命令,安装Kloxo面板和中文语言包]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4263.html</link>
    <description><![CDATA[为了让linux vps用户更方便的安装kloxo面板，特别制作了一行命令的安装方法，安装Kloxo和中文语言包，只要1行命令： wget http://www.ctohome.com/linux-vps-pack/kloxo_with_chinese_language.sh;sh ./kloxo_wi]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux服务器攻击四种级别介绍]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4262.html</link>
    <description><![CDATA[随着Linux企业应用的扩展，有大量的网络服务器使用Linux操作系统。Linux服务器的安全性能受到越来越多的关注，这里根据Linux服务器受到攻击的深度以级别形式列出，并提出不同的解决]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux服务器被黑客攻击的检测]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4261.html</link>
    <description><![CDATA[俗称脚本小鬼的家伙是属于那种很糟糕的黑客，因为基本上他们中的许多和大多数人都是如此的没有技巧。可以这样说，如果你安装了所有正确的补丁，拥有经过测试的防火墙，并且在]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[利用Nginx反向代理功能架设Ubuntu升级源]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4260.html</link>
    <description><![CDATA[北师大的网络情况以前说过了，学校里必须过验证网关才能上外网。为了方便校内同学方便地（不费流量地）升级Ubuntu，也可以充分利用服务器的资源，做了个Ubutu校内的升级源。机器]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[完全实战-从零开始配置服务器]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4259.html</link>
    <description><![CDATA[（一）硬件准备 一台HP ProLiant DL160 G5服务器（硬盘拓展到480G） 一台个人电脑（windows操作系统） 一个Lenovo 4G 闪存（fat32格式） （二）制作引导U盘 网络上有许多制作Linux引导U盘的文章，]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[七要素排除Linux服务器接入故障]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4258.html</link>
    <description><![CDATA[当我访问网络中的一台服务器时，我收到了如下信息：没有任何网络提供商接受特定的网络通路。我要做的一切就是通过一个IP地址，如192.168.2.10，打开这台机器。其它的服务器和工作]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[扫尾：删除Linux系统下的历史记录]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4256.html</link>
    <description><![CDATA[注意：入侵时目标如果是linux服务器，看切忌清理痕迹的时候别忘记history命令的记录哦！ 1、修改/etc/profile将HISTSIZE=1000改成0或1 清除用户home路径下。bash_history 2、立即清空里的history当前]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux下缓存服务器的应用]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4255.html</link>
    <description><![CDATA[摘要：由于数据库存储的数据量越来越大，查询速度也就变的越来越慢，因此就有了Linux缓存服务器应用的必要，本文是介绍Memcached的安装以及简单的使用。 本文只介绍memcached的PHP的]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux服务器：设计高性能网站架构-LLMP]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4254.html</link>
    <description><![CDATA[在网站架构设计中，大家一定对 LAMP （Linux Apache Mysql Php） 不陌生。LAMP确实是一个非常优秀的架构，秉承着自由，开放，高效，易用的设计理念。但是，本文不打算探讨LAMP，网上有很多]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux系统时钟同步服务NTPD配置方法]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4253.html</link>
    <description><![CDATA[下述设置以时钟源服务器IP地址为192.168.0.1为例。可以命令ntpstat 和 ntpq -p 查看本机NTPD服务状态。配置完成后，均需要重新启动NTPD服务 service ntpd restart 【服务器端设置】 1.将/etc/下的文]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux下Apache服务器设置的两个要点]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4252.html</link>
    <description><![CDATA[Apahce服务器是一个稳定的、商业性的和公开程序源代码的HTTP服务器。其在HTTP市场中占有主导性的地位。据权威部门统计，Apache服务器的市场占有率大概在60%左右，可见其市场的影响力]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux FTP和SVN服务器的配置]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4251.html</link>
    <description><![CDATA[使用vsftpd（linux）架设的ftp服务器，如何解决向其中拷贝多层文件夹的文件时出现的550错误？ 因为要为我的本本重装系统，并且要重新对整个硬盘进行分区，我开始往我的实验室中的电]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux操作系统的时间服务器配置方法]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4250.html</link>
    <description><![CDATA[时间服务器的IP为:192.168.10.1 1). # rpm -ivh ntp-4.1.2-4.EL3.1.i386.rpm 2). # vi /etc/ntp.conf 注释一行 restrict default ignore 加入一行 restrict 192.168.10.0 mask 255.255.255.0 notrust nomodify notrap 3). # vi /etc/ntp/step-]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux 服务器的安全隐患以及防范对策]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4249.html</link>
    <description><![CDATA[Linux启动后出现boot:提示时，使用一个特殊的命令，如linuxsingle或linux 1，就能进入单用户模式(Single-User mode)。这个命令非常有用，比如忘记超级用户(root)密码。重启系统，在boot:提示下输]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux集群的虚拟化技术面临的挑战]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4248.html</link>
    <description><![CDATA[如今在IT工业中，虚拟技术的发展已经蓄势待发，但在Linux集群中却难以成功。Beowulf工程的创始人之一Donald Becker说，这是一件令人遗憾的事情，因为该系统仅提供一个没有任何意义的虚]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DB2在Linux和UNIX环境下的安装]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4247.html</link>
    <description><![CDATA[以图形方式驱动的DB29安装程序同样也可以在Linux和UNIX平台上运行。同时在Linux和UNIX系统平台下也支持使用响应文件来进行分布式安装。在该系统平台下DB2安装程序的初始化过程生成的响]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[linux中Find命令的使用]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4246.html</link>
    <description><![CDATA[今天一个很偶然的机会看到了linux中的find命令，然后我在网上搜索了一下这方面的内容，为了方便大家学习参考，我就总结一下，一上午的劳动成果，呵呵！ 首先是find的语法： find [起]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[巧用linux cd命令和Pushd切换目录]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4245.html</link>
    <description><![CDATA[在Linux的多目录命令提示符中工作是一种痛苦的事情，但以下这些利用linux cd命令和pushd切换目录的技巧有助于你节省时间和精力。 在Linux命令提示中，用linux cd命令来改变当前目录。这]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[linux创建一定大小文件命令--dd]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4244.html</link>
    <description><![CDATA[本文讲解了linux创建文件命令：dd。使用dd这个linux命令可以创建一定大小文件。 linux创建文件命令：dd命令 把指定的输入文件拷贝到指定的输出文件中，并且在拷贝的过程中可以进行格]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[加强Linux系统在安全方面的管理]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4243.html</link>
    <description><![CDATA[世界上没有绝对安全的系统，即使是普遍认为稳定的Linux系统，在管理和安全方面也存在不足之处。我们期望让系统尽量在承担低风险的情况下工作，这就要加强对系统安全的管理。为]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[修改Linux系统下22端口两种方法]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4242.html</link>
    <description><![CDATA[第一种： 01假如要改SSH的默认端口（22），那么你只要修改：/etc/ssh/sshd_config中Port 22，这里把22改成自己要设的端口就行了，不过千万别设和现已有的端口相同哦，以防造成未知后果。]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[整理一些linux系统一些常用的系统信息查看命令]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4241.html</link>
    <description><![CDATA[整理一些linux系统一些常用的系统信息查看命令. 有些在freebsd下也能用 # uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat /proc/cpuinfo # 查看CPU信息 # hostname]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Ubuntu Linux系统下轻松架设nginx+php服务器应用]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4240.html</link>
    <description><![CDATA[一直一来，在Ubuntu Linux系统下调试php的web程序都是使用的apache+php+mysql的开发环境，近来看到网上大家都在讨论nginx架设的web服务器，据说性能比apache要高上十几倍。所以自己想也想尝尝]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux中samba服务器的基本配置]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4239.html</link>
    <description><![CDATA[#======================= Global Settings ===================================== 全局参数配置，设置的是针对所有的资源 [global] # workgroup = NT-Domain-Name or Workgroup-Name ---------------------------- 工作组的名称（可]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Apache服务器使用.htaccess实现图片防盗链]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4238.html</link>
    <description><![CDATA[.htaccess文件将影响其所在的目录及其子目录，因此，如果我们要保护的内容（此处以防止图片盗链为例，即图片）位于网站内多个目录下，可以考虑将其放在根目录下；而如果图片有单]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux环境使用TC进行服务器流量控制方法]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4237.html</link>
    <description><![CDATA[公司目前有一台服务器，网络环境太高，那台服务器和源服务器连接下载，就跑到400M-500M，为了控制一下，所以研究了一下TC，来做流量控制。给他控制到小点，不要让这一台占了所有]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux下Apache配置虚拟主机+SSL]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4236.html</link>
    <description><![CDATA[1.下载httpd软件，编译Apache： 。/configure enable-ssl(使之支持SSL) make make install 2.httpd.conf中把#Include conf/extavhosts.conf前的#去掉 在vhosts.conf中配置： DocumentRoot：usr/local/w1 ServerName：www.shnu1.cn]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux/UNIX命令dd简介]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4235.html</link>
    <description><![CDATA[dd 是 Linux/UNIX 下的一个非常有用的命令，作用是用指定大小的块拷贝一个文件，并在拷贝的同时进行指定的转换。 dd 的主要选项： 指定数字的地方若以下列字符结尾乘以相应的数字:]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[linux系统下dell PowerEdge2650服务器BIOS升级]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4234.html</link>
    <description><![CDATA[最近买了两条2G的内存，插上后发现系统每条只认到了1G，我一般很少怀疑别人的人品的，所以想到可能是BIOS版本太低。 在dell的网站上转啊转，在一大堆英文中找到了2650的linux版BIOS升]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[利用ffmpeg在linux下将mp3文件转换为wma]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4233.html</link>
    <description><![CDATA[现在网络朝宽带网发展越来越快了，但服务器托管环境要变化还是要很多的￥，所以能节省一分就是一分。在网络上音频文件通常使用mp3格式存储，mp3格式音质可以压得比较好，但体积]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在linux下使用noatime提升文件系统性能]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4232.html</link>
    <description><![CDATA[默认的方式下linux会把文件访问的时间atime做记录，这在绝大部分的场合都是没有必要的，如果遇到机器IO负载高或是CPU WAIT高的情况，可以尝试使用noatime和nodiratime，疗效好，见效快。]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Linux系统管理员新手易犯的十种错误]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4231.html</link>
    <description><![CDATA[对于许多人来说，迁移到Linux是一件乐事。而对于另外一些人来说，这简直是一场恶梦。尤其是对于一些刚步入Linux管理大门的管理员来说，如果不避免一些常见的错误，就容易给单位的]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[技巧：30分钟打造Linux的VPN服务器]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4230.html</link>
    <description><![CDATA[VPN(Virtual Private Network，虚拟专用网络)是专用网络的延伸，它可以通过共享Internet或公共网络连接模拟点对点专用连接的方式，在本地计算机和远程计算机之间发送数据。 它具有良好的保]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[菜鸟入门之centos的文件夹权限继承]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4229.html</link>
    <description><![CDATA[就在今年年初，我们几个同学凑在一起准备合力建设一个高清门户类的网站。 由于考虑到我们定位于垂直门户类网站，考虑到安全性稳定性的问题，想当然的就选择了自己并不熟悉的]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[linux下设置JDK和TOMCAT]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4228.html</link>
    <description><![CDATA[在linux系统下先下载好JDK的liunx版本，最好下最后是bin的版本。一般情况下，我们把下载好的文件放在/usr/local/src下面，chmod a+x jdk。。。。/jdk。。。。。。。。。。。。 接者输入yes，等]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[unix下的hosts文件]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4227.html</link>
    <description><![CDATA[1. 关于/etc/host，主机名和IP配置文件 Hosts - The static table lookup for host name(主机名查询静态表) Linux 的/etc/hosts是配置ip地址和其对应主机名的文件，这里可以记录本机的或其他主机的ip及其]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[在Fedora 10下面配置SVN服务器]]></title>
    <link>http://wangya.com/server/linux/2011/0524/4226.html</link>
    <description><![CDATA[subversion(简称svn)是近年来崛起的版本管理工具，是cvs的接班人。目前，绝大多数开源软件都使用svn作为代码版本管理软件。 svn服务器有2种运行方式：独立服务器和借助apache。2种方式各]]></description>
    <pubDate>2011-05-24</pubDate>
    <category>Linux服务器</category>
    <author>admin</author>
    <comments>未知</comments>
</item>

</channel>
</rss>

