<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>网站之家技术交流论坛 - linux专区</title>
    <link>http://bbs.web49.com/forum-52-1.html</link>
    <description>Latest 20 threads of linux专区</description>
    <copyright>Copyright(C) 网站之家技术交流论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 24 Aug 2026 03:22:30 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.web49.com/static/image/common/logo_88_31.gif</url>
      <title>网站之家技术交流论坛</title>
      <link>http://bbs.web49.com/</link>
    </image>
    <item>
      <title>将ntfs分区转换为ext4分区</title>
      <link>http://bbs.web49.com/thread-8168-1-1.html</link>
      <description><![CDATA[[root@fedora15 zou]# fdisk -l 
Disk /dev/sda: 250.1 GB, 250059350016 bytes 
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors 
Units = sectors of 1 * 512 = 512 bytes 
Sector size (logical/physical): 512 bytes / 512 bytes 
I/O ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Sat, 27 May 2017 15:02:22 +0000</pubDate>
    </item>
    <item>
      <title>我使用过的Linux命令之tzselect - 选择时区</title>
      <link>http://bbs.web49.com/thread-8167-1-1.html</link>
      <description><![CDATA[用途说明
　　tzselect命令用于选择时区。要注意的是tzselect只是帮我们把选择的时区显示出来，并不会实际生效，也就是说它仅仅告诉我们怎么样去设置环境变量TZ。（TZ = Time Zone）（The  tzselect  program asks the user for information about the current locatio ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Sat, 27 May 2017 14:53:31 +0000</pubDate>
    </item>
    <item>
      <title>Linux下通过SSH登录另一台Linux服务器</title>
      <link>http://bbs.web49.com/thread-8166-1-1.html</link>
      <description><![CDATA[15.2  登录另一台Linux服务器

作为一款服务器操作系统，Linux充分考虑了远程登录的问题。无论是从Linux、Windows还是其他一些操作系统登录到Linux都是非常方便的。支持多个用户同时登录对于服务器而言非常重要--这正是Linux擅长的。

有多种不同的协议可供选择，但 ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Fri, 26 May 2017 11:53:02 +0000</pubDate>
    </item>
    <item>
      <title>linux screen 命令详解</title>
      <link>http://bbs.web49.com/thread-8165-1-1.html</link>
      <description><![CDATA[一、背景

系统管理员经常需要SSH 或者telent 远程登录到Linux 服务器，经常运行一些需要很长时间才能完成的任务，比如系统备份、ftp 传输等等。通常情况下我们都是为每一个这样的任务开一个远程终端窗口，因为它们执行的时间太长了。必须等待它们执行完毕，在此期间 ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Fri, 26 May 2017 11:41:51 +0000</pubDate>
    </item>
    <item>
      <title>Linux 复制、移动覆盖文件不提示</title>
      <link>http://bbs.web49.com/thread-3506-1-1.html</link>
      <description><![CDATA[如果你看到如下内容，以下命令都会用别名执行了，就是说自动加了 -i 参数为了让复制和移动大量文件去覆盖目标时，不会产生一个个的提示，命令应该这样写注意 cp 命令前加了 \\ ，意思是不让它用~/.bashrc里的别名运行，即 -i 参数
该命令的各选项含义如下
- a 该选项通 ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Sat, 18 Jun 2016 22:21:43 +0000</pubDate>
    </item>
    <item>
      <title>Linux下高效数据恢复软件extundelete应用实战</title>
      <link>http://bbs.web49.com/thread-3505-1-1.html</link>
      <description><![CDATA[作为一名运维人员，保证数据的安全是根本职责，所以在维护系统的时候，要慎之又慎，但是有时难免会出现数据被误删除的情况，在这个时候改如何快速、有效地恢复数据呢？本文我们就来介绍一下Linux系统下常用的几个数据恢复工具。一、如何使用“rm -rf”命令在Linux系统下 ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Sun, 05 Jun 2016 14:12:35 +0000</pubDate>
    </item>
    <item>
      <title>Apache服务器性能如何优化</title>
      <link>http://bbs.web49.com/thread-3493-1-1.html</link>
      <description><![CDATA[配置网站，要充分的把系统资源利用出去，榨干系统的一切潜能，让网站速度发挥到极致。Apache，是用户浏览和网站数据的一个中间桥梁。但是在这里，我们虽然做得并不是很多，但是如果心细打理，有些设置也会起到立竿见影的效果。
1、安装Apache的时候，要正确选择MPM要想 ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Sun, 25 Oct 2015 14:16:13 +0000</pubDate>
    </item>
    <item>
      <title>Apache httpd.conf配置文件的中文翻译解释</title>
      <link>http://bbs.web49.com/thread-3492-1-1.html</link>
      <description><![CDATA[Apache的配置由httpd.conf文件配置，因此下面的配置指令都是在httpd.conf文件中修改。一、Apache 基本配置:ServerRoot \&quot;/mnt/software/apache2\&quot; #你的apache软件安装的位置。其它指定的目录如果没有指定绝对路径，则目录是相对于该目录。
PidFile logs/httpd.pid #第一 ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Sun, 25 Oct 2015 14:02:03 +0000</pubDate>
    </item>
    <item>
      <title>Apache服务器中worker和prefork模式的工作原理和配置方法</title>
      <link>http://bbs.web49.com/thread-3491-1-1.html</link>
      <description><![CDATA[httpd在linux下默认使用prefork, 我们网站的服务器，在编译httpd的时候，就指定了使用worker模式。简单了解 worker模式与 prefork模式worker ： httpd在启动的时候，会由root进程派生出几个子进程，每个子进程中会有固定数量的线程，到时候提供服务的，就是这些线程，也 ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Sun, 25 Oct 2015 14:00:41 +0000</pubDate>
    </item>
    <item>
      <title>Apache服务器配置全面说明</title>
      <link>http://bbs.web49.com/thread-3490-1-1.html</link>
      <description><![CDATA[1．什么是Apache ？       Apache，是一种开放源码的HTTP服务器，可以在大多数操作系统中运行，由于其多平台和安全性所以被广泛使用，是目前最流行的Web服务器软件之一。Apache 起初由 Illinois 大学 Urbana-Champaign 的国家高级计算程序中心开发，开始Apache只是作为N ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Sun, 25 Oct 2015 13:58:56 +0000</pubDate>
    </item>
    <item>
      <title>Apache 并发优化设置</title>
      <link>http://bbs.web49.com/thread-3350-1-1.html</link>
      <description><![CDATA[Apache优化步骤：

    1 先查看apache的运行模式，查看命令：httpd -l
Compiled in modules:
           core.c
           prefork.c
           http_core.c
           mod_so.c
        这里可以看到运行模式是prefork模式。

     2 修改apache 的httpd ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Sat, 10 Oct 2015 13:55:16 +0000</pubDate>
    </item>
    <item>
      <title>httpd进程与线程理解总结</title>
      <link>http://bbs.web49.com/thread-3349-1-1.html</link>
      <description><![CDATA[1.为什么会有多个httpd进程？
~/WebSphere/HTTPServer/logs/httpd.pid
记录httpd守护进程的进程号。
httpd能自动复制其自身，因此系统中有多个httpd进程；
但只有一个进程为最初启动的进程，它为其他进程的父进程；
对父进程发送信号将影响所有的httpd进程；
http ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Sat, 10 Oct 2015 13:52:43 +0000</pubDate>
    </item>
    <item>
      <title>Linux如何卸载挂载文件</title>
      <link>http://bbs.web49.com/thread-3348-1-1.html</link>
      <description><![CDATA[在我们进行远程文件操作的时候，我们经常会出现文件服务出现卸载掉哦情况。例如

umount /mnt/net1
umount: /mnt/net1: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))

 ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Sat, 10 Oct 2015 09:30:32 +0000</pubDate>
    </item>
    <item>
      <title>mysql优化：Key_buffer_size</title>
      <link>http://bbs.web49.com/thread-3347-1-1.html</link>
      <description><![CDATA[在mysql数据库中，mysql key_buffer_size是对MyISAM表性能影响最大的一个参数(注意该参数对其他类型的表设置无效)，下面就将对mysql Key_buffer_size参数的设置进行详细介绍。
下面为一台以MyISAM为主要存储引擎服务器的配置：
mysql&gt; show variables like \'key_buffe ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Wed, 19 Aug 2015 21:28:08 +0000</pubDate>
    </item>
    <item>
      <title>利用inotifywait监控服务器文件和目录</title>
      <link>http://bbs.web49.com/thread-3325-1-1.html</link>
      <description><![CDATA[inotifywait 是一个可以实时监控文件变动的工具，它利用linux内核中的inotify机制实现监控功能。

查看内核版本
[root@Oracle ~]# uname -r
2.6.32-220.el6.i686


安装inotify-tools
yum install -y inotify-tools
测试监控/etc，inotifywait -m /etc

inot ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Mon, 27 Jul 2015 04:06:01 +0000</pubDate>
    </item>
    <item>
      <title>linux服务器使用iftop查看带宽流量IP</title>
      <link>http://bbs.web49.com/thread-3317-1-1.html</link>
      <description><![CDATA[Linux下使用iftop工具结合iptables服务来解决带宽资源被恶意请求满的问题，主要通过2个步骤来实现；1.  使用iftop工具查出来是哪些个IP地址在请求主机的带宽资源，找出耗带宽的元凶
2.  找出耗带宽的IP地址或者段，分析是out方向还是in方向，使用iptables规则来进行控 ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Wed, 08 Apr 2015 02:33:56 +0000</pubDate>
    </item>
    <item>
      <title>Linux下mysql备份 恢复</title>
      <link>http://bbs.web49.com/thread-3315-1-1.html</link>
      <description><![CDATA[比如我们要备份mysql中已经存在的名为linux的数据库，要用到命令mysqldump 
命令格式如下： 
[root@linuxsir01 root]# mysqldump -u root -p linux &gt; /root/linux.sql 
Enter password:在这里输入数据库的密码 

通过上面的命令，我们要明白两件事，首先备份数据库 ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Sun, 22 Mar 2015 05:25:10 +0000</pubDate>
    </item>
    <item>
      <title>wdcp的一个安全漏洞，非常严重，请大家及时升级和检查</title>
      <link>http://bbs.web49.com/thread-3299-1-1.html</link>
      <description><![CDATA[在九月份的时候，wdcp出了一个很严重的安全漏洞，当时也出了补丁更新，具体可看
http://www.wdlinux.cn/bbs/thread-37476-1-1.html

但近日来，发现，很多wdcp的用户都被黑，被增加数据库用户，被上传文件，恶意发包攻击，流量异常，甚至是控制了SSH的权限等
此次事 ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Mon, 24 Nov 2014 08:09:37 +0000</pubDate>
    </item>
    <item>
      <title>Linux 下 php 转DOC转PDF转SWF实现百度的文库预览功能</title>
      <link>http://bbs.web49.com/thread-3298-1-1.html</link>
      <description><![CDATA[系统环境：CentOs5.5
用到的工具：Openoffice 3 ， Pdf2Swf tool ， Jodconverter ， FlexPaper

网上找了些资料，早有人已经实现了这样的功能，只不过是用JAVA来写的东东,PHP的没找着。
结合网上的资料根据实现操作经验。
纪录并总结一下：

整体思路如下：
实 ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Mon, 24 Nov 2014 08:04:09 +0000</pubDate>
    </item>
    <item>
      <title>在Linux系统中为PHP5.3安装Zend Guard Loader</title>
      <link>http://bbs.web49.com/thread-3285-1-1.html</link>
      <description><![CDATA[从PHP5.3开始如果要支持ZendGuard加密的PHP代码，必须安装Zend Guard Loader，老的zend optimizer将不被支持。

本文介绍如何在Linux系统中为PHP5.3安装Zend Guard Loader支持的过程。

操作系统为CentOS5.5，PHP版本为5.3.8（CentOS5.5中的PHP默认版本较低，如果要 ...]]></description>
      <category>linux专区</category>
      <author>叮叮</author>
      <pubDate>Wed, 15 Oct 2014 12:33:15 +0000</pubDate>
    </item>
  </channel>
</rss>