<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>生活是美好的 - 導讀 - 最新回復</title>
    <link>https://leeyb.cn/forum.php?mod=guide&amp;view=new</link>
    <description>最新回復</description>
    <copyright>Copyright(C) 生活是美好的</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 24 Aug 2026 22:11:34 +0000</lastBuildDate>
    <ttl>30</ttl>
    <image>
      <url>https://leeyb.cn/static/image/common/logo_88_31.gif</url>
      <title>生活是美好的</title>
      <link>https://leeyb.cn/</link>
    </image>
    <item>
      <title>MySQL 服务正在启动 MySQL 服务无法启动解决途径</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=115</link>
      <description><![CDATA[解决方案：1.删除自己手动创建的data文件夹；2.管理员权限CMD的bin目录下，移除已错误安装的mysqld服务；mysqld -remove MySQL
出现删除成功！3.在CMD的bin目录下执行mysqld --initialize-insecure会发现程序在mysql的根目录下自动创建了data文件夹以及相关的文件4.bin ...]]></description>
      <category>Windows</category>
      <author>liyb</author>
      <pubDate>Fri, 29 May 2020 02:39:32 +0000</pubDate>
    </item>
    <item>
      <title>scp复制文件到指定端口</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=114</link>
      <description><![CDATA[scp默认连接的远端主机22端口，如果ssh不是使用标准的22端口（以16022为例）则使用-P（P大写）指定：
scp -P 16022 local_file user@host:/dir]]></description>
      <category>運維知識積累</category>
      <author>liyb</author>
      <pubDate>Mon, 25 May 2020 09:07:10 +0000</pubDate>
    </item>
    <item>
      <title>ssh 指定端口連接服務器</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=113</link>
      <description><![CDATA[ssh -p 端口 用户@ip地址]]></description>
      <category>ssh</category>
      <author>liyb</author>
      <pubDate>Mon, 25 May 2020 07:01:07 +0000</pubDate>
    </item>
    <item>
      <title>電腦右下角網絡圖標有個紅叉但是可以上網</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=112</link>
      <description><![CDATA[第一步：運行窗口輸入“services.msc”

第二步：分別找到Network Location Awareness、Remote Procedure Call (RPC)、Network List Service這三項系統服務，并設置為自動啟用，并啟動這三項。

第三步：啟動完Network List Service系統服務之後，電腦桌面右下角的網絡 ...]]></description>
      <category>Windows</category>
      <author>liyb</author>
      <pubDate>Tue, 14 Jan 2020 06:06:19 +0000</pubDate>
    </item>
    <item>
      <title>激活Win Server 2008 R2 Datacenter</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=111</link>
      <description><![CDATA[管理員打開cmd輸入：
然後用這個Key:]]></description>
      <category>Windows</category>
      <author>liyb</author>
      <pubDate>Fri, 03 Jan 2020 03:58:10 +0000</pubDate>
    </item>
    <item>
      <title>Nginx启动、关闭、重新加载脚本</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=110</link>
      <description><![CDATA[#! /bin/sh
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: starts the nginx web server

PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DESC=\&quot;nginx daemon\&quot;
NAME=nginx
DAEMON=/usr/local/nginx/sbin/$N]]></description>
      <category>Nginx</category>
      <author>liyb</author>
      <pubDate>Wed, 11 Dec 2019 06:54:47 +0000</pubDate>
    </item>
    <item>
      <title>Linux系统下安装rz/sz命令及使用说明</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=109</link>
      <description><![CDATA[1.软件安装1）编译安装
root 账号登陆后，依次执行以下命令：


上面安装过程默认把lsz和lrz安装到了/usr/local/bin/目录下，现在我们并不能直接使用，下面创建软链接，并命名为rz/sz：



2）yum安装
root 账号登陆后执行以下命令：

2.用说明
sz命令发送文件到本地：
 ...]]></description>
      <category>運維知識積累</category>
      <author>liyb</author>
      <pubDate>Tue, 03 Dec 2019 08:52:41 +0000</pubDate>
    </item>
    <item>
      <title>linux 斷開某個用戶的終端連接</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=108</link>
      <description><![CDATA[1. who 查看用户連接[root@c6-node1 ~]# whoroot     pts/0        2019-05-24 19:00 (192.168.111.1)
2. 斷開遠程用户命令：fuser -k /dev/pts/x，x為who下看到的這個用户的pts序號，比如本例中的pts/0,pts/1                fuser -k /dev/pts/0



 ...]]></description>
      <category>運維知識積累</category>
      <author>liyb</author>
      <pubDate>Tue, 26 Nov 2019 09:03:26 +0000</pubDate>
    </item>
    <item>
      <title>vsftp中文說明</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=107</link>
      <description><![CDATA[]]></description>
      <category>Ftp</category>
      <author>liyb</author>
<enclosure url="https://leeyb.cn/data/attachment/forum/201911/26/165717vcej3aez673ey7ce.png" length="103289" type="image/jpeg" />      <pubDate>Tue, 26 Nov 2019 08:57:31 +0000</pubDate>
    </item>
    <item>
      <title>使用yum provides查找命令對應的軟件包</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=105</link>
      <description><![CDATA[Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
32:bind-utils-9.11.4-9.P2.el7.x86_64 : Utilities for querying DNS name servers
Repo]]></description>
      <category>Yum源</category>
      <author>liyb</author>
      <pubDate>Mon, 25 Nov 2019 01:28:10 +0000</pubDate>
    </item>
    <item>
      <title>VIM使用方法（實戰）</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=104</link>
      <description><![CDATA[vim編輯器模式切換
命令模式、命令行模式、編輯模式

命令模式：
字符操作
i 當前插入
a 當前字符之後插入
o 下一行插入
x 向後刪除一個字符，相當於delete
u 撤銷一步
Ctrl+r 恢復上一步

行操作
刪除（剪切）1行：dd
刪除2行：2dd
刪除N行：Ndd

複製1行：yy
複製2行 ...]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Tue, 19 Nov 2019 06:42:53 +0000</pubDate>
    </item>
    <item>
      <title>寶塔數據庫備份文件解壓</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=103</link>
      <description><![CDATA[]]></description>
      <category>運維知識積累</category>
      <author>liyb</author>
      <pubDate>Tue, 19 Nov 2019 03:36:33 +0000</pubDate>
    </item>
    <item>
      <title>linux压缩和解压缩命令</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=102</link>
      <description><![CDATA[tar
  解包：tar zxvf filename.tar
  打包：tar czvf filename.tar dirname
gz命令
  解压1：gunzip filename.gz
  解压2：gzip -d filename.gz
  压缩：gzip filename
      .tar.gz 和  .tgz
      解压：tar zxvf filename.tar.gz
      压缩：tar zcvf filename.ta ...]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Wed, 23 Oct 2019 09:03:53 +0000</pubDate>
    </item>
    <item>
      <title>ntp服务器搭建</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=101</link>
      <description><![CDATA[1、准备：一共两台（centos 7.x），一台服务器，一台客户端。服务器做本地ntp，不与上层时间服务器同步；机器ip：服务器：10.1.40.232，客户端：10.1.40.233；两台机器都安装ntp服务；

2、服务端：修改配置文件：
在restrict ::1下面添加如下几行restrict default nomo ...]]></description>
      <category>運維知識積累</category>
      <author>liyb</author>
      <pubDate>Wed, 23 Oct 2019 01:32:33 +0000</pubDate>
    </item>
    <item>
      <title>Windows Server2008 R2性能优化方法</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=100</link>
      <description><![CDATA[经常使用的是Windows 2008R2企业版的服务器，简单总结一下性能优化的方法=============================================================
1、将空闲通信协议取消掉      首先登录进Windows Server 2008系统桌面，在该桌面中依次点选“开始”/“设置”/“网络连接”命 ...]]></description>
      <category>Windows</category>
      <author>liyb</author>
      <pubDate>Wed, 23 Oct 2019 01:29:38 +0000</pubDate>
    </item>
    <item>
      <title>rsync</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=98</link>
      <description><![CDATA[Rsync命令参数详解

在对rsync服务器配置结束以后，下一步就需要在客户端发出rsync命令来实现将服务器端的文件备份到客户端来。rsync是一个功能非常强大的工具，其命令也有很多功能特色选项，我们下面就对它的选项一一进行分析说明。Rsync的命令格式可以为以下六种：

 ...]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Tue, 15 Oct 2019 06:35:37 +0000</pubDate>
    </item>
    <item>
      <title>rsyslogd日志管理</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=97</link>
      <description><![CDATA[rsyslogd日志管理

一、处理日志的进程
=================================================================
rsyslogd：绝大部分日志记录，和系统操作有关，安全，认证，计划任务...
                某些应用程序例如httpd，nginx，mysql，可以以自己的方式记录日志

 ...]]></description>
      <category>運維知識積累</category>
      <author>liyb</author>
      <pubDate>Tue, 15 Oct 2019 06:17:32 +0000</pubDate>
    </item>
    <item>
      <title>IP地址分類</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=96</link>
      <description><![CDATA[IP分类
==========================================================
公有地址：
IP分类]]></description>
      <category>計算機網絡</category>
      <author>liyb</author>
      <pubDate>Tue, 15 Oct 2019 05:50:48 +0000</pubDate>
    </item>
    <item>
      <title>crontab定時任務</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=95</link>
      <description><![CDATA[cron 计划任务 子系统

作用:  计划任务主要是做一些周期性的任务，目前最主要的用途是定期备份数据

一、cron基础
=============================================================
# ps aux |grep cron |grep -v \'grep\'       //-v 反向选择
root      2936  0.0  0 ...]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Tue, 15 Oct 2019 02:44:44 +0000</pubDate>
    </item>
    <item>
      <title>linux內核参数调整</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=94</link>
      <description><![CDATA[释放缓存
打开路由转发功能

不回应ping包（icmp协议）

回应广播包

忽略兄弟接口的arp响应]]></description>
      <category>運維知識積累</category>
      <author>liyb</author>
      <pubDate>Tue, 15 Oct 2019 02:16:29 +0000</pubDate>
    </item>
    <item>
      <title>tar文件打包及壓縮</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=93</link>
      <description><![CDATA[文件打包及压缩
===========================================================
Demo：复制未打包的文件到远程主机：
# du -sh /etc
114M    /etc
# rsync -va /etc/ 192.168.5.32:/tmp        //将/etc下的所有文件...
# rsync -va /etc 192.168.5.32:/tmp         // ...]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Fri, 11 Oct 2019 09:10:42 +0000</pubDate>
    </item>
    <item>
      <title>centos7查看分区命令</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=92</link>
      <description><![CDATA[#查看當前所有磁盤分區
#查看分區]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Fri, 11 Oct 2019 06:04:51 +0000</pubDate>
    </item>
    <item>
      <title>netstat網絡命令</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=91</link>
      <description><![CDATA[netstat
# netstat -tnlp]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Thu, 10 Oct 2019 09:00:42 +0000</pubDate>
    </item>
    <item>
      <title>yum扩展知识</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=90</link>
      <description><![CDATA[================================================================
yum缓存：
# vim /etc/yum.conf
[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=1             //安装完成之后是否删除 1保留软件包
debuglevel=2

缓存位置：
# ls /var/cache/yu ...]]></description>
      <category>Yum源</category>
      <author>liyb</author>
      <pubDate>Thu, 10 Oct 2019 08:27:48 +0000</pubDate>
    </item>
    <item>
      <title>Linux中，执行mysqldump命令没找到？</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=89</link>
      <description><![CDATA[直接输入命令mysqldump会发现提示命令不存在，是由于系统默认会查找/usr/bin下的命令，如果这个命令不在这个目录下，自然会找不到命令，并报错。知道了问题的所在，就直接去处理，先用一条find命令查找mysqldump的所载路径。

// 找到文件名称为mysql的文件 
然后再用ln ...]]></description>
      <category>Mysql</category>
      <author>liyb</author>
      <pubDate>Wed, 09 Oct 2019 07:14:22 +0000</pubDate>
    </item>
    <item>
      <title>創建100個用戶的shell腳本</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=88</link>
      <description><![CDATA[1.linux隨機數生成（生成隨機密碼）
[root@c7-node1 ~]# echo $RANDOM
23133
[root@c7-node1 ~]# echo $RANDOM
4073


2.md5加密
[root@c7-node1 ~]# echo $RANDOM | md5sum
3e5acc9096c18aaff83564a8036a96b1  -
[root@c7-node1 ~]# echo $RANDOM | md5sum
ee155fa794f ...]]></description>
      <category>Shell</category>
      <author>liyb</author>
      <pubDate>Wed, 09 Oct 2019 06:22:12 +0000</pubDate>
    </item>
    <item>
      <title>MYSQL Linux下自动备份并删除7天前的旧备份 sh脚本</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=87</link>
      <description><![CDATA[]]></description>
      <category>Mysql</category>
      <author>liyb</author>
      <pubDate>Tue, 08 Oct 2019 07:20:54 +0000</pubDate>
    </item>
    <item>
      <title>众所周知的端口</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=86</link>
      <description><![CDATA[端口号的范围是从1～65535。其中1～1024是被RFC 3232规定好了的，被称作“众所周知的端口”(Well Known Ports)；从1025～65535的端口被称为动态端口（Dynamic Ports），可用来建立与其它主机的会话，也可由用户自定义用途。

一些常见的端口号及其用途如下：
21端口：FT ...]]></description>
      <category>計算機網絡</category>
      <author>liyb</author>
      <pubDate>Tue, 08 Oct 2019 06:03:13 +0000</pubDate>
    </item>
    <item>
      <title>mysql查看授權</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=85</link>
      <description><![CDATA[要想查看MySQL的授权给了那些用户，以及给这些用户那些权限，可以通过一下命令来实现：查看已经授权的用户： 
查看用户的授权权限：]]></description>
      <category>Mysql</category>
      <author>liyb</author>
      <pubDate>Tue, 08 Oct 2019 02:03:34 +0000</pubDate>
    </item>
    <item>
      <title>mysql数据库访问权限限制设置</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=84</link>
      <description><![CDATA[---只能本地访问，设置随意访问    update user set host=\'%\' where host=\'localhost\'；    flush privileges;---随意访问，设置只能本地访问   update user set host = \&quot;localhost\&quot; where user = \&quot;hello\&quot; and host= \&quot;%\&quot;;   flush privileges;---设置固定的ip可以访问   ...]]></description>
      <category>Mysql</category>
      <author>liyb</author>
      <pubDate>Tue, 08 Oct 2019 02:00:00 +0000</pubDate>
    </item>
    <item>
      <title>CentOS 7设置开机启动服务，添加自定义系统服务</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=83</link>
      <description><![CDATA[1.建立服务文件文件路径

服务文件内容Description=nginx - high performance web serverAfter=network.target remote-fs.target nss-lookup.target[Service]Type=forkingExecStart=/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.confExecReload=/usr/lo ...]]></description>
      <category>運維知識積累</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 07:59:52 +0000</pubDate>
    </item>
    <item>
      <title>Web服务器压力测试工具http_load、webbench、ab、Siege使用教程</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=82</link>
      <description><![CDATA[]]></description>
      <category>性能調休測試</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 07:58:31 +0000</pubDate>
    </item>
    <item>
      <title>Linux VPS下SSH常用命令</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=81</link>
      <description><![CDATA[学习完如何使用Putty远程(SSH)管理Linux VPS，今天继续为VPSer新手们整理一篇关于Linux VPS下SSH常用命令，命令是Linux系统上的重中之重一定要多加练习并熟悉各个命令的参数，不知道使用方法时可以在命令后面加上--help了解该命令的参数。
目录操作：
rm -rf mydir /*删 ...]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 07:51:55 +0000</pubDate>
    </item>
    <item>
      <title>htpasswd命令</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=80</link>
      <description><![CDATA[htpasswd命令是Apache的Web服务器内置工具，用于创建和更新储存用户名、域和用户基本认证的密码文件。
语法
htpasswd(选项)(参数)

选项
-c：创建一个加密文件；-n：不更新加密文件，只将加密后的用户名密码显示在屏幕上；-m：默认采用MD5算法对密码进行加密；-d：采用C ...]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 07:44:28 +0000</pubDate>
    </item>
    <item>
      <title>网站性能压力测试工具：Apache ab使用详解</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=79</link>
      <description><![CDATA[ab是Apache自带的压力测试工具。ab非常实用，它不仅可以对Apache服务器进行网站访问压力测试，也可以对其它类型的服务器进行压力测试。比如Nginx、Tomcat、IIS等。下面我们开始介绍有关ab命令的使用：
1、ab的原理
2、ab ...]]></description>
      <category>性能調休測試</category>
      <author>liyb</author>
<enclosure url="https://leeyb.cn/data/attachment/forum/201909/30/154135zjbqw4wgpuu69qpj.png" length="69724" type="image/jpeg" />      <pubDate>Mon, 30 Sep 2019 07:42:50 +0000</pubDate>
    </item>
    <item>
      <title>vim默認行號</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=78</link>
      <description><![CDATA[##在最後一行添加]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 07:38:44 +0000</pubDate>
    </item>
    <item>
      <title>rsync通过ssh同步方法</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=77</link>
      <description><![CDATA[server端配置   client端配置
本文介绍通过ssh方式使用rsync同步
server和client都是centos系统
server端配置
生成key，一直回车即可
安装rsync
client端配置

生成key，一直回车即可

将/root/.ssh下的公钥id_rsa.pub内容拷贝到server端下/root/.ssh/authorized_keys中 ...]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 07:32:42 +0000</pubDate>
    </item>
    <item>
      <title>locate 命令安装</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=76</link>
      <description><![CDATA[1、运行locate


-bash: locate: command not found#提示找不到命令

2、安装

3、执行
locate: can not stat () `/var/lib/mlocate/mlocate.db\': 没有那个文件或目录

4、初始化

5、过几分钟再执行就可以执行locate找到相应的文件了


 ...]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 07:26:15 +0000</pubDate>
    </item>
    <item>
      <title>ntp时间服务器地址</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=75</link>
      <description><![CDATA[ntp1.aliyun.com

ntp2.aliyun.com

ntp3.aliyun.com

ntp4.aliyun.com

ntp5.aliyun.com

ntp6.aliyun.com

ntp7.aliyun.com]]></description>
      <category>計算機網絡</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 07:24:00 +0000</pubDate>
    </item>
    <item>
      <title>linux服务器禁止ping</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=74</link>
      <description><![CDATA[]]></description>
      <category>防火墻</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 07:16:22 +0000</pubDate>
    </item>
    <item>
      <title>Gitlab备份和恢复操作记录</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=73</link>
      <description><![CDATA[1）Gitlab的备份目录路径设置
[root@code-server ~]# vim /etc/gitlab/gitlab.rb
gitlab_rails[\'manage_backup_path\'] = true
gitlab_rails[\'backup_path\'] = \&quot;/data/gitlab/backups\&quot;    //gitlab备份目录
gitlab_rails[\'backup_archive_permissions\'] = 0644       // ...]]></description>
      <category>Git</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 07:13:50 +0000</pubDate>
    </item>
    <item>
      <title>Linux命令行下访问网站</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=72</link>
      <description><![CDATA[1.CURL访问

例子 ：
注意：这种访问只会直接读取网站HTML代码出来


2.elinks访问
（1）安装elinks
（2）直接返回纯文字]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 07:08:32 +0000</pubDate>
    </item>
    <item>
      <title>Linux修改时区的正确方法</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=71</link>
      <description><![CDATA[CentOS和Ubuntu的时区文件是/etc/localtime，但是在CentOS7以后localtime以及变成了一个链接文件
如果采用直接cp的方法修改系统时区，那么就会把它所链接的文件修改掉，例如把美国的时区文件内容修改成了上海的时区内容，有可能会导致有些编程语言或程序在读取系统时区 ...]]></description>
      <category>運維知識積累</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 07:05:45 +0000</pubDate>
    </item>
    <item>
      <title>Linux-CentOS7 安装VMware Workstation</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=70</link>
      <description><![CDATA[1、下载VMware下载Linux版本的VMware.输入vmware，启动vmware# vmware提示错误如下：Kernel Headers for version 3.10.0-229.14.1.el7.x86_64 were not found.If you....
第二步：
安装kernel devel# yum install kernel- ...]]></description>
      <category>運維知識積累</category>
      <author>liyb</author>
<enclosure url="https://leeyb.cn/data/attachment/forum/201909/30/150032n816eziiiy621upj.png" length="37125" type="image/jpeg" />      <pubDate>Mon, 30 Sep 2019 07:02:00 +0000</pubDate>
    </item>
    <item>
      <title>Linux 中查找最大的 10 个文件</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=69</link>
      <description><![CDATA[方法1：
详解：
[*]find：在目录结构中搜索文件的命令
[*]/：在整个系统（从根目录开始）中查找
[*]-type：指定文件类型
[*]f：普通文件
[*]-print0：在标准输出显示完整的文件名，其后跟一个空字符（null）
[*]|：控制操作符，将一条命令的输出传递给下一个命令以供进 ...]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 06:56:05 +0000</pubDate>
    </item>
    <item>
      <title>centos7 安装樱桃树cherrytree</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=68</link>
      <description><![CDATA[第一步：配置epel源

下载epel源

epel(RHEL 7)

epel(RHEL 6)

epel(RHEL 5)


第二步：安装epel源完成后

            --可以看到樱桃树的rpm包
cherrytree.noarch                       0.38.1-1.el7                   @epel    
python-cherrypy.noarch           ...]]></description>
      <category>運維知識積累</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 06:50:32 +0000</pubDate>
    </item>
    <item>
      <title>卸载云盾监控屏蔽IP</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=67</link>
      <description><![CDATA[]]></description>
      <category>計算機網絡</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 06:48:05 +0000</pubDate>
    </item>
    <item>
      <title>如何去掉“自豪地采用WordPress”</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=66</link>
      <description><![CDATA[]]></description>
      <category>運維知識積累</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 06:45:47 +0000</pubDate>
    </item>
    <item>
      <title>linux快速清空文件 比如log日志</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=65</link>
      <description><![CDATA[]]></description>
      <category>命令</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 06:44:39 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu上安装PPTP VPN服务</title>
      <link>https://leeyb.cn/forum.php?mod=viewthread&amp;tid=64</link>
      <description><![CDATA[A.使用apt源服务来安装PPTPD服务sudo apt-get updatesudo apt-get install pptpd
B.安装完成之后编辑pptpd.conf配置文件sudo vi /etc/pptpd.conf#确保如下选项的配置option /etc/ppp/pptpd-option                    #指定PPP选项文件的位置
debug                     ...]]></description>
      <category>計算機網絡</category>
      <author>liyb</author>
      <pubDate>Mon, 30 Sep 2019 06:43:11 +0000</pubDate>
    </item>
  </channel>
</rss>