<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; File Browser</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/file-browser/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Sun, 10 May 2026 14:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下使用File Browser搭建轻量级文件服务器</title>
		<link>https://www.osyunwei.com/archives/12950.html</link>
		<comments>https://www.osyunwei.com/archives/12950.html#comments</comments>
		<pubDate>Fri, 26 Aug 2022 07:06:53 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[File Browser]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=12950</guid>
		<description><![CDATA[File Browser是一个使用go语言编写的软件，功能是可以通过浏览器对服务器上的文件进行管理。可以是修改文件，或者是添加删除文件，甚至可以分享文件，是一个很棒的文件管理器，你甚至可以当成一个网盘来使用。总之使用非常简单方便，功能很强大。 项目地址：https://github.com/filebrowser/filebrowser/releases/ 教程地址：https://www.filebrowser.cn/ 下载地址：https://github.com/filebrowser/filebrowser/releases/download/v2.22.4/linux-amd64-filebrowser.tar.gz 上传安装包到/usr/local/src目录 开启防火墙端口、关闭SELINUX sed -i "/--dport 22/i -A INPUT -p tcp -m state --state NEW -m tcp --dport 8080 -j ACCEPT" /etc/sysconfig/iptables systemctl restart iptables.service sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config setenforce 0 #使配置立即生效 1、安装filebrowser #创建目录 mkdir -p /data/server/filebrowser cd /usr/local/src tar -zxvf linux-amd64-filebrowser.tar.gz mv /usr/local/src/filebrowser /data/server/filebrowser 2、配置filebrowser 2.1创建配置数据库 cd /data/server/filebrowser ./filebrowser -d [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/12950.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/12950.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
