<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>S3软件 - Linux</title>
    <link>https://blog.s3.sh.cn/forum-10-1.html</link>
    <description>Latest 20 threads of Linux</description>
    <copyright>Copyright(C) S3软件</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 05 Jun 2026 23:54:07 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://blog.s3.sh.cn/static/image/common/logo_88_31.gif</url>
      <title>S3软件</title>
      <link>https://blog.s3.sh.cn/</link>
    </image>
    <item>
      <title>FTP安装</title>
      <link>https://blog.s3.sh.cn/thread-96-1-1.html</link>
      <description><![CDATA[yum -y install vsftpd
systemctl start  vsftpd.service
添加端口
firewall-cmd --zone=public --add-port=21/tcp --permanent
firewall-cmd --reload

开启PASV（被动模式）
在vi /etc/vsftpd/vsftpd.conf 的最下面加入
anonymous_enable=NO  禁用匿名用户
#anon_uplo ...]]></description>
      <category>Linux</category>
      <author>S3_Leo</author>
      <pubDate>Sat, 15 Jun 2024 09:38:27 +0000</pubDate>
    </item>
    <item>
      <title>linux 修改IP</title>
      <link>https://blog.s3.sh.cn/thread-95-1-1.html</link>
      <description><![CDATA[先进入网络配置文件夹中
cd /etc/sysconfig/network-scripts/

列出文件找到ifcfg-en开头的文件；
ls
vi etc/sysconfig/network-scripts/ifcfg-en

将文件的
BOOTPROTO=static
ONBOOT=yes
以下是新增内容
IPADDR=192.168.1.55
GATEWAY=192.168.1.1
NETMASK=255.255.255. ...]]></description>
      <category>Linux</category>
      <author>S3_Leo</author>
      <pubDate>Sat, 15 Jun 2024 09:32:51 +0000</pubDate>
    </item>
    <item>
      <title>Linux 共享文件 通过WINDOWS访问</title>
      <link>https://blog.s3.sh.cn/thread-94-1-1.html</link>
      <description><![CDATA[yum install samba samba-client

vim /etc/samba/smb.conf

security = share     #共享模式  
  
添加如下代码：  
  
[share]  
comment = share  
path = /home/test          #设置共享文件夹目录  
browseable = yes  
guest ok = yes  
writable = yes  
 ...]]></description>
      <category>Linux</category>
      <author>S3_Leo</author>
      <pubDate>Sat, 15 Jun 2024 09:30:23 +0000</pubDate>
    </item>
    <item>
      <title>CentOS7 常用命令</title>
      <link>https://blog.s3.sh.cn/thread-78-1-1.html</link>
      <description><![CDATA[查看IPIp addr
查看用户组cat /etc/group
查看用户cat /etc/passwd
修改用户密码sudo passwd postgres
查看正在运行的进程和对应的端口号netstat -tulnp   yum -y install net-tools
根据关键字查找进程ps -ef | grep dolphinscheduler
查找关键字文件find / -name \&quot;lib ...]]></description>
      <category>Linux</category>
      <author>S3_Leo</author>
      <pubDate>Sun, 09 Jun 2024 09:38:29 +0000</pubDate>
    </item>
  </channel>
</rss>