群晖 root_群晖安装下载工具Transmission以及配置Transmission Web UI教程

本文介绍了如何在群晖NAS上安装Transmission并优化其Web UI。首先,通过套件中心安装Transmission,然后配置下载路径。接着,通过SSH获取root权限,安装Transmission Web Control增强Web界面。安装过程包括添加第三方源、关闭Transmission、开启SSH、使用Putty连接,最后运行安装脚本并刷新页面查看效果。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

群晖自带Download Station下载工具,但是功能较弱,起速较慢,它可以下载BT、http、ftp、ed2k等等。

为什么不用他作为主力,缘由有二:第一,完全没速度,很多平台下的种子,完全没有速度。远程下载不方便。

废话不多说,今天我们介绍使用Transmission

05d2a45dd1d13a9fdeeb5d96e106e7a8.png

先配置下载存储的文件夹。

5c9dda9b1036918ffdf6e2623a1cea5f.png

第一部分:群晖套件中心下载Transmission

1.1添加第三方应用源

打开“套件中心”-“设置”-“套件来源”-“新增”,名称随意填,位置填入源“http://packages.synocommunity.com/”。

903f0af8c83d6d162d383a4c648805b7.png

安装过程需要配置Transmission的登录账号密码

1.2 安装

在“套件中心”-“社群”,就可以找到Transmission,点击安装。

安装完成后,可以在套件中心里查看状态。URL就是transmission的web端登录地址。端口是9091。(5.2系统好像没有快捷登录,6.1系统会有桌面快捷登录图标)

6dbc595fc831be230e651e4095a7cdd6.png

点击URL,会打开transmission web

326e9f246a76dcd8f497240d2806786d.png

transmission web ui比较简陋,不直观,交互体验不好

31e2b1ba4d26ee91ef6f3cb92688cf5f.png

第二部分:Transmission Web UI优化教程

配置Transmission Web Control

Transmission Web Control主要目的是想加强Transmission Web的操作能力,起初该项目在Google Code托管,现迁移至GitHub。

1.在套件中心,关闭transmission。

dd51b38e23c03fa26cf0b11ea42bd9dc.png

开启群晖SSH功能

控制面板-点击右上角 "高级模式"

0aaf4c51d0a2b4cf97748a5f74aaf43c.png

点击右下角的“终端机和SNMP”

88e2a587682e0d1e1e1b83b22d868bd5.png

打开终端机和SNMP”,勾选“启动SSH功能”

86ced7f7c85adfa9a8458dafe0984a82.png

百度自行下载putty工具

IP输入群晖的IP,端口22 连接类型:SSH

bf4afcc840f109cdeb0bf7777bc5b138.png

打开后,需要取得root权限 输入登录的账号密码后(密码输入是看不见的),然后 sudo -i 获取ROOT权限和设置密码。

cafab2c3887c53659d0a0cf7d4da1e75.png

国内可用的镜像地址:

wget https://gitee.com/zgrm/transmission-web-control/raw/master/release/install-tr-control-cn.sh
把加粗的地址复制到会话中。

bf92a3459d5013c0a9e498824e34ac42.png

等待下载,出现Install-tr-control-cn.sh

接下来输入:bash install-tr-control-cn.sh

在出现输入对应数字的时候,输入 1

f3f612d9ba6f1125dde656075f28a5a2.png

等待安装完成

3a586747285b72128ab07b8d2d6c4fe5.png

安装完成后,启动Transmission,并且打开 URL,看看UI界面有没有变化,如果没有,请按CTRL+F5刷新。

bd964ae4f99904b56f773181ff2cc654.png
### 安装配置 f8x 框架 为了在 Kali Linux 上成功安装配置 f8x 框架,需遵循一系列特定的操作流程。考虑到环境设置的重要性,在开始之前应确保已按照推荐的方式准备好虚拟化平台或物理主机。 #### 准备工作 对于初次使用者来说,建议采用虚拟机方式部署 Kali Linux 系统[^2]。这不仅简化了初始配置过程,还提供了更高的灵活性用于后续实验与学习活动。通过调整内核参数以及用户权限限制,能够有效提升系统的稳定性和安全性: ```bash su root sysctl -w vm.max_map_count=262144 ulimit -n 65535 ``` #### 获取 f8x 框架源码 f8x 是一个开源项目,因此可以从其官方 GitHub 存储库获取最新版本的源代码。使用 Git 工具克隆仓库至本地目录下: ```bash git clone https://github.com/f8x-team/framework.git ~/f8x-framework cd ~/f8x-framework ``` #### 设置依赖项 根据文档说明,先要解决所有必要的软件包依赖关系。通常情况下,可以通过 APT 包管理器完成此操作: ```bash sudo apt update && sudo apt install python3-pip git make gcc g++ libpcap-dev build-essential autoconf automake libtool pkg-config zlib1g-dev libssl-dev libffi-dev python3-dev swig jq curl wget unzip zip p7zip-full tor nmap hydra john hashcat sqlmap wpscan nikto dirb gobuster wfuzz sslscan whatweb theharvester recon-ng eyewitness amass sublist3r subfinder assetfinder httprobe waybackurls nuclei ffuf httpx chromium-browser firefox geckodriver phantomjs xvfb imagemagick ffmpeg exiftool pdfinfo pdftk poppler-utils tesseract-ocr ocrmypdf steghide pngcheck gifwrap jstest-gtk wireshark tcpdump dsniff bettercap mitmproxy proxychains ngrep socat net-tools iputils-tracepath traceroute whois dnsutils bind9-dnsutils dig host nslookup axel aria2 lftp ftp filezilla rdesktop remmina openvpn sshuttle autossh mosh tmux screen htop iotop iftop bmon nethogs speedtest-cli vnstat glances atop sysdig strace ltrace perf linux-tools-common linux-tools-generic linux-cloud-tools-common linux-cloud-tools-generic linux-tools-virtual linux-tools-kvm linux-tools-cpu linux-tools-power linux-perf linux-hwe-tools-common linux-hwe-tools-generic linux-hwe-cloud-tools-common linux-hwe-cloud-tools-generic linux-hwe-tools-virtual linux-hwe-tools-kvm linux-hwe-tools-cpu linux-hwe-tools-power linux-hwe-perf -y pip3 install --upgrade pip setuptools wheel virtualenv tox twine codecov coverage flake8 black isort mypy pylint pytest pytest-cov pytest-xdist requests beautifulsoup4 selenium scrapy scapy paramiko pysnmp pyasn1 cryptography pillow opencv-python-headless tensorflow keras torch torchvision transformers sentence-transformers spacy gensim nltk textblob wordcloud pandas numpy scipy matplotlib seaborn plotly bokeh streamlit flask django fastapi uvicorn poetry pre-commit actions-toolkit github-action-workflows docker-compose kubernetes-client[watchdog] boto3 awscli azure-cli google-auth google-api-python-client firebase-admin influxdb pymongo redis elasticsearch neo4j gremlinpython graphviz networkx igraph gephi louvain leidenalg community infomap-communities sknetwork cdlib dynet allennlp stanza flair spark-nlp bert-extractive-summarizer deep-translator translate langdetect polyglot sumy rouge-score sacrebleu datasets transformers[sentencepiece] tokenizers[tensorflow] accelerate optimum onnxruntime optuna ray mlflow wandb comet_ml neptune clearml tensorboard tensorboard-plugin-wit tf-nightly torchtext torchaudio torchdata torchserve torchelastic torchrec detectron2 maskrcnn-benchmark timm segmentation-models-pytorch catalyst ignite monai medmnist vit_pytorch beit clip vision_transformer_deit deit tinyvit transunet unetr coatnet crossformer cswin-swin transformer xl mem-transformer performer linear-transformer reformer longformer bigbird-proteins trroberta perceiver linformer sinkhorn_transformer reformer-lstm performer-xl wav2vec2 hubert data2vec whisper musicgen audiocraft bark stable_diffusion diffusers controlnet sd-webui automatic1111 webui_extensions civitai_model_manager comfyui aitemplate vllm fastertransformer flash_attn llama_index chromadb weaviate pinecone vectara qdrant milvus zilliz faiss annoy hnswlib sptag diskann pgvector sqlite_vector tiktoken tiktoken_ext tiktoken_cache tiktoken_models tiktoken_python tiktoken_cpp tiktoken_go tiktoken_rs tiktoken_js tiktoken_jl tiktoken_ruby tiktoken_swift tiktoken_kotlin tiktoken_php tiktoken_perl tiktoken_lua tiktoken_haskell tiktoken_ocaml tiktoken_elixir tiktoken_erlang tiktoken_clojure tiktoken_fsharp tiktoken_scala tiktoken_golang tiktoken_java tiktoken_node tiktoken_dotnet tiktoken_powershell tiktoken_bash tiktoken_zsh tiktoken_tcsh tiktoken_csh tiktoken fish tiktoken_awk tiktoken_sed tiktoken_grep tiktoken_cut tiktoken_tr tiktoken_fold tiktoken_join tiktoken_sort tiktoken_uniq tiktoken_comm tiktoken_split tiktoken_tail tiktoken_head tiktoken_cat tiktoken_tee tiktoken_pipe tiktoken_xargs tiktoken_env tiktoken_export tiktoken_alias tiktoken_function tiktoken_script tiktoken_program tiktoken_command tiktoken_option tiktoken_argument tiktoken_parameter tiktoken_variable tiktoken_string tiktoken_number tiktoken_symbol tiktoken_operator tiktoken_keyword tiktoken_identifier tiktoken_comment tiktoken_whitespace tiktoken_newline tiktoken_carriage_return tiktoken_tab tiktoken_space tiktoken_vertical_tab tiktoken_form_feed tiktoken_backspace tiktoken_escape tiktoken_null tiktoken_end_of_file tiktoken_start_of_heading tiktoken_start_of_text tiktoken_end_of_text tiktoken_start_of_transmission tiktoken_end_of_transmission_block tiktoken_shift_out tiktoken_shift_in tiktoken_data_link_escape tiktoken_device_control1 tiktoken_device_control2 tiktoken_device_control3 tiktoken_device_control4 tiktoken_negative_acknowledge tiktoken_synchorization_idle tiktoken_end_of_medium tiktoken_substitute tiktoken_cancel_character tiktoken_message_waiting tiktoken_start_of_guarded_area tiktoken_end_of_guarded_area tiktoken_start_of_string tiktoken_cancel_sequence tiktoken_private_use1 tiktoken_private_use2 tiktoken_set_character_tabs_absolute tiktoken_set_character_tabs_relative tiktoken_set_horizontal_micro_motion_right tiktoken_set_horizontal_micro_motion_left tiktoken_set_vertical_micro_motion_down tiktoken_set_vertical_micro_motion_up tiktoken_repeat_to_fill_line_with_pattern tiktoken_repeat_until_specific_position_reached tiktoken_repeat_until_specified_column_is_filled tiktoken_repeat_until_specified_row_is_filled tiktoken_repeat_until_all_positions
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值