<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>小小百科网 - Linux</title>
    <link>http://www.aixiaoxiao.cn/forum-121-1.html</link>
    <description>Latest 20 threads of Linux</description>
    <copyright>Copyright(C) 小小百科网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 03 May 2026 12:03:44 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.aixiaoxiao.cn/static/image/common/logo_88_31.gif</url>
      <title>小小百科网</title>
      <link>http://www.aixiaoxiao.cn/</link>
    </image>
    <item>
      <title>解决CentOS 7网卡变eno1，将其修改为eth0</title>
      <link>http://www.aixiaoxiao.cn/thread-319-1-1.html</link>
      <description><![CDATA[今天安装CentOS 7，毕竟还是要顺应潮流嘛。安装完成之后，发现发现CentOS 7默认的网卡名称是eno1。

由于某些软件只识别ethX，因此需要将eno更改为eth。那么现在就开始吧！


1：首先，先编辑网卡eno1的配置文件。

将里面的：
NAME=\&quot;eno1\&quot;修改为NAME=\&quot;eth0\&quot;。
DEVICE=\&quot; ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Thu, 19 Apr 2018 06:49:09 +0000</pubDate>
    </item>
    <item>
      <title>Dell服务器开启超线程图文教程</title>
      <link>http://www.aixiaoxiao.cn/thread-314-1-1.html</link>
      <description><![CDATA[1：首先重启Dell服务器，我们会看到Dell的服务器的启动界面，然后按[F2]进入BIOS界面



2：进入BIOS后，选择，然后找到[Logical Processor]选项，使用左右方向键将其开启[Enabled]



3：设置完成后，按两次[Esc]键，选择[Save changes and exit]选项保存设置并退出。 ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Mon, 04 Sep 2017 09:44:31 +0000</pubDate>
    </item>
    <item>
      <title>Dell服务器RAID阵列配置图文教程</title>
      <link>http://www.aixiaoxiao.cn/thread-313-1-1.html</link>
      <description><![CDATA[本例以Dell R410服务器为例子为大家介绍Dell服务器的raid阵列怎么配置


1：首先重启Dell服务器，我们会看到Dell的服务器的启动界面，稍等片刻





2：当我们看到出现下图这个界面的时候 按一下键盘上的ctrl+R 键



3：进入raid阵列卡的配置界面，由于我们初次没有配 ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Mon, 04 Sep 2017 06:25:36 +0000</pubDate>
    </item>
    <item>
      <title>Linux使用vnstat每天统计流量数据</title>
      <link>http://www.aixiaoxiao.cn/thread-307-1-1.html</link>
      <description><![CDATA[1：首先安装vnstat：
CentOS使用编译安装：

CentOS使用yum安装：


Debian/Ubuntu安装：



2：你的网络接口创建一个新的数据库(这里以常用的eth0为例)



那么我们需要先创建数据库目录



系统提示以下即可：
Creating database for interface \&quot;eth0\&quot;...
Info: -&gt; A  ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Mon, 03 Jul 2017 17:24:37 +0000</pubDate>
    </item>
    <item>
      <title>通过IPIP隧道将VPS上的IP地址映射至独立服务器</title>
      <link>http://www.aixiaoxiao.cn/thread-305-1-1.html</link>
      <description><![CDATA[鉴于有些服务商会推出非常廉价的服务器，但限制购买独立IP的数量。
可自家的VPS却可以购买到非常多的独立IP地址，且价格又相较便宜。
这里，我将向大家介绍如何实现将VPS的IP映射至独立服务器的教程。
教程使用的VPS系统为Debian 7，独立服务器的系统为Ubuntu 16.04。

 ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Thu, 11 May 2017 02:51:24 +0000</pubDate>
    </item>
    <item>
      <title>利用SAR工具做网卡流量统计</title>
      <link>http://www.aixiaoxiao.cn/thread-304-1-1.html</link>
      <description><![CDATA[首先安装sar



使用sar
//每隔一秒往屏幕输出一次cpu使用信息，共输出5次：
#sar 1 5       #或者 sar -u 1 5
//每2秒采样1次，共10次，把CPU使用数据保存到/opt/cpu.log文件中。
#sar 2 10 &gt; /opt/cpu.log
//当前所有核心的数据显示。
#sar -P ALL 1 1
//每隔1秒记录C ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Wed, 19 Apr 2017 17:11:33 +0000</pubDate>
    </item>
    <item>
      <title>星外网卡信息修改</title>
      <link>http://www.aixiaoxiao.cn/thread-303-1-1.html</link>
      <description><![CDATA[星外网卡信息修改

本文 Centos网络配置的方法，centos网络配置主要包括dns、网关、IP地址，主要是配置resolv.conf\\network\\ifcfg-eth0这些网络配置文件,需要的朋友可以参考下
centos网络配置实例

1，配置DNS

加入:



2，配置网关：

加入：

完整的如下： 
 



3， ...]]></description>
      <category>Linux</category>
      <author>miaomiao</author>
      <pubDate>Wed, 29 Mar 2017 06:40:10 +0000</pubDate>
    </item>
    <item>
      <title>Debian8不能使用root连接ssh的解决方法</title>
      <link>http://www.aixiaoxiao.cn/thread-301-1-1.html</link>
      <description><![CDATA[在Debian 8中，ssh默认是不允许root连接的，其目的是为安全性。
在直接使用root连接ssh的时候，连接不上，会提示被服务器拒绝密码或权限拒绝等错误提示。

那么，居然知道知道是SSH的设置问题所致，那么我们来修改他。


1：编辑SSH配置文件




2：修改PermitRootLogin ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Tue, 13 Dec 2016 12:47:35 +0000</pubDate>
    </item>
    <item>
      <title>CentOS安装VMware Tools</title>
      <link>http://www.aixiaoxiao.cn/thread-300-1-1.html</link>
      <description><![CDATA[1、首先选择：虚拟机 &gt;&gt; 客户机 &gt;&gt; 安装/升级vmwareTools。
提示：在客户机中装载虚拟CD驱动器,启动终端，使用tar解压缩安装程序，
然后执行VMware-install.pl 安装 VMware Tools。



2、进入CentOS系统

装载CD：

提示：mount: block device /dev/sr0 is write-prote ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Fri, 02 Dec 2016 08:06:56 +0000</pubDate>
    </item>
    <item>
      <title>解决Linux网卡变ifcfg-em1，将其修改为eth0</title>
      <link>http://www.aixiaoxiao.cn/thread-299-1-1.html</link>
      <description><![CDATA[1：修改persistent-net配置文件：

将最后的NAME=\&quot;em1\&quot;修改为NAME=\&quot;eth0\&quot;

如果服务器是多网卡会出现多组，则同理修改。
例如双网卡，将em1和em2修改为eth0和eth1即可！
这样系统就会把网卡命名还原为eth0了！


二：继续修改网卡配置文件：
需要做相应调整。否则无法应 ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Fri, 25 Nov 2016 10:00:32 +0000</pubDate>
    </item>
    <item>
      <title>检测Linux VPS系统架构是Xen、KVM还是OpenVZ</title>
      <link>http://www.aixiaoxiao.cn/thread-298-1-1.html</link>
      <description><![CDATA[使用virt-what工具可检测本机VPS是何种环境架构

CentOS：


Debian/Ubuntu：


示例：]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Wed, 23 Nov 2016 14:37:08 +0000</pubDate>
    </item>
    <item>
      <title>CentOS安装htop,加强版top</title>
      <link>http://www.aixiaoxiao.cn/thread-297-1-1.html</link>
      <description><![CDATA[源码下载：
http://sourceforge.net/projects/htop/

目前最新版为1.0.2，因此：


开始安装：




备注：
若出现错误：
make: *** No targets specified and no makefile found.  Stop.
则需要安装 gcc build-essential



若出现错误：
configure: error: You may wan ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Wed, 23 Nov 2016 09:08:18 +0000</pubDate>
    </item>
    <item>
      <title>CentOS使用rinetd工具对IP或域名端口进行转发</title>
      <link>http://www.aixiaoxiao.cn/thread-296-1-1.html</link>
      <description><![CDATA[一：安装



二：编辑转发规则


编辑说明：
命令格式
bindaddress bindport connectaddress connectport
绑定的地址  绑定的端口  连接的地址  连接的端口
或
[Source Address] [Source Port] [Destination Address] [Destination Port]
源地址  源端口   目的地址  目 ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Sat, 19 Nov 2016 05:36:00 +0000</pubDate>
    </item>
    <item>
      <title>CentOS 禁止root帐号直接登录</title>
      <link>http://www.aixiaoxiao.cn/thread-294-1-1.html</link>
      <description><![CDATA[一、新建帐户
添加一个名为xiaoxiao的普通用户账户



二、设置帐户密码
设置前面添加的用户名\&quot;xiaoxiao\&quot;的密码



三、不允许root直接登陆
编辑sshd_config


查找\&quot;#PermitRootLogin yes\&quot;，将前面的\&quot;#\&quot;去掉，短尾\&quot;yes\&quot;改为\&quot;no\&quot;，并保存重启SSH服务
将：
#PermitRootLog ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Wed, 12 Oct 2016 03:12:46 +0000</pubDate>
    </item>
    <item>
      <title>Linux使用GParted方便的进行分区大小调整</title>
      <link>http://www.aixiaoxiao.cn/thread-288-1-1.html</link>
      <description><![CDATA[首先：下载最新版本的gparted镜像文件：
点击这里


1：进入gparted启动界面，直接选Defalt settings


2：接下来选语言，输入“26”回车(就是简体中文，尽管汉化不全)


3：接着提示将要进入X-Windows界面，回车

4：进入gparted，就会发现和瘟到死的PQ相似的界面，实 ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Sat, 24 Sep 2016 17:06:51 +0000</pubDate>
    </item>
    <item>
      <title>Linux使用nload工具实时监控网络流量和带宽使用</title>
      <link>http://www.aixiaoxiao.cn/thread-287-1-1.html</link>
      <description><![CDATA[安装起来非常的简单：

CentOS或Fedora使用：


Debian/Ubuntu使用：




使用方法：

使用起来也非常的方便：
如果你只需要快速查看总带宽使用情况，无需每个进程的详细情况的话仅需输入


如只监控eth0网卡：


默认每100毫秒刷新一次显示数值，有可以修改成每500毫秒 ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Sat, 24 Sep 2016 16:20:18 +0000</pubDate>
    </item>
    <item>
      <title>Debian7图文安装教程(适合新手)</title>
      <link>http://www.aixiaoxiao.cn/thread-286-1-1.html</link>
      <description><![CDATA[选择Install（安装）



为了更好的兼容性，这里选择美国-英语







设置网络



IP地址设置



网关设置



路由地址设置



DNS设置



设置主机名



设置主机域名



设置root账号的登录密码


再次确认密码



设置用户账号


确认用户账号



设置用户账号密码
 ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Fri, 23 Sep 2016 13:59:55 +0000</pubDate>
    </item>
    <item>
      <title>在Debian中批量添加多个IP地址的方法</title>
      <link>http://www.aixiaoxiao.cn/thread-278-1-1.html</link>
      <description><![CDATA[在使用VPS过程中，或多或少都会遇到需要使用多IP的时候
这里我将向大家演示Debian添加多IP的方法

我们VPS的主IP为
IP地址：119.80.24.236
子网掩码：255.255.255.248
网关：119.81.24.233

需要添加的IP段为：
IP地址：119.80.14.15~18
子网掩码：255.255.255.255
网关 ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Tue, 16 Aug 2016 13:49:15 +0000</pubDate>
    </item>
    <item>
      <title>在CentOS中批量添加多个IP地址及单个IP地址方法</title>
      <link>http://www.aixiaoxiao.cn/thread-277-1-1.html</link>
      <description><![CDATA[经常使用群站点的站长会有一个烦恼的问题，即：如何批量同C段内多个IP地址
这里我将演示一个极其方便的方法，可以批量添加多个IP

一、添加单个IP地址：

在/etc/sysconfig/network-scripts/中新建文件ifcfg-eth0:*，
*为数字序号，多个IP则依次增大。这里以0为例，建立 ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Tue, 16 Aug 2016 13:30:53 +0000</pubDate>
    </item>
    <item>
      <title>Linux手动创建，并挂载Swap教程</title>
      <link>http://www.aixiaoxiao.cn/thread-276-1-1.html</link>
      <description><![CDATA[由于部分应用软件需要使用到Swap内存，而手中的VPS供应商又并没有配置Swap内存
因此，此时我们需要手动自己配置Swap内存。其实设置过程也是相当简单的！


1：决定修改swap大小，首先在空间合适处创建用于分区的 Swap 文件
我们在根目录（/）下，创建一个名叫Swap的文件 ...]]></description>
      <category>Linux</category>
      <author>xiaoxiao</author>
      <pubDate>Tue, 16 Aug 2016 13:15:56 +0000</pubDate>
    </item>
  </channel>
</rss>