当前位置: 首页 > news >正文

一个多功能的文件分享工具--zdir手动部署教程

Manual Installation

Download link for the latest version of Zdir: 小z博客软件库

Please complete the following operations in the SSH command line (Note: Please change to the latest download address by yourself):

# Create a new directory for storing zdir
mkdir zdir
# Enter the directory
cd zdir
# Download the latest installation program
wget https://soft.xiaoz.org/zdir/4.1.3/zdir_4.1.3_linux_amd64.tar.gz
# Unzip
tar -xvf zdir_4.1.3_linux_amd64.tar.gz
# Start
./zdir start

Note that the firewall also needs to allow the 6080 port

# For firewalld
firewall-cmd --zone=public --add-port=6080/tcp --permanent
firewall-cmd --reload
# If using ufw
ufw allow 6080/tcp

Management Commands

After using the ./zdir start command, the systemd service will be automatically registered, and you can manage it through the following commands!

# Start
systemctl start zdir
# Stop
systemctl stop zdir
# Check status
systemctl status zdir
# Restart
systemctl restart zdir
# Enable on boot
systemctl enable zdir
http://www.lryc.cn/news/625347.html

相关文章:

  • Tesollo DeltoGripper DG-5F具有抓握和操纵能力的灵巧手
  • Swift与C++混编深度解决方案:手动桥接 vs SwiftyCPP框架性能终极评测
  • 垂直领域大模型构建:法律行业“类ChatGPT”系统的训练与落地
  • 快手可灵招海外产品运营实习生
  • 亚矩阵云手机智能定位:助力Snapchat矩阵账号的本地化内容运营穿透技术
  • 【光学神经网络与人工智能应用专题】
  • 禾赛激光雷达AT128P/海康相机(2):基于欧几里德聚类的激光雷达障碍物检测
  • 【科研绘图系列】R语言绘制多种小提琴和云雨图
  • Kubernetes 简介
  • 初步学习WPF-Prism
  • 深入解析:Unity、Unreal Engine与Godot引擎中的Uniform变量管理
  • [ORACLE数据库] ORACLE 的 PL/SQL 块
  • 摄像头模块在运动相机中的应用
  • arcgis-提取范围中最大占比面积的信息或唯一值
  • 面试问题详解四:Qt 多线程与信号槽机制
  • Day09 Go语言深入学习(1)
  • 8.19作业
  • 工业相机基本知识解读:像元、帧率、数据接口等
  • 视觉采集模块的用法
  • HTML应用指南:利用GET请求获取全国新荣记门店位置信息
  • BEV:隐式相机视角转换-----BEVFormer
  • C#/.NET/.NET Core技术前沿周刊 | 第 50 期(2025年8.11-8.17)
  • 【leetcode 3】最长连续序列 (Longest Consecutive Sequence) - 解题思路 + Golang实现
  • Selenium使用指南
  • Ubuntu conda虚拟环境下pip换源
  • jsPDF 不同屏幕尺寸 生成的pdf不一致,怎么解决
  • 软件测试-Selenium学习笔记
  • LeetCode 134.加油站:贪心策略下的环形路线可行性判断
  • 【基础-判断】用户在长视频、短视频、直播、通话、会议、拍摄类应用等场景下,可以采用悬停适配在折叠屏半折态时,上屏进行浏览下屏进行交互操作
  • 技术分享:跨域问题的由来与解决