{"version":"https://jsonfeed.org/version/1.1","title":"AIOVTUE","home_page_url":"https://cms-d84.pages.dev","feed_url":"https://cms-d84.pages.dev/json/","description":"<p><strong>﻿雨是神的烟花</strong></p><p><br></p><p><strong>友链：</strong></p><ul><li><a href=\"https://20030327.xyz\" rel=\"noopener noreferrer\" target=\"_blank\"><strong>AIOVTUE'S blog</strong></a> ：雨是神的烟花</li><li><a href=\"https://aiovtue.us.kg\" rel=\"noopener noreferrer\" target=\"_blank\"><strong>aiovtue's blog</strong></a> ：四分之三欢喜</li><li><a href=\"https://zxb.us.kg/\" rel=\"noopener noreferrer\" target=\"_blank\"><strong>aiovtue's notion</strong></a> ：我想要如清泉般的爱</li></ul>","icon":"https://r2public.aiovt.us.kg/cms/production/images/channel-fe8c3e91c7dc5de6790d45b3e96a3da6.png","favicon":"https://cms-d84.pages.dev/assets/default/favicon.png","authors":[{"name":"aiovtue"}],"language":"zh-cn","items":[{"id":"pU7arWzgHku","title":"玩客云刷机","url":"https://aiovt.us.kg/i/shuaji-pU7arWzgHku/","content_html":"<h6><img src=\"https://tele-tuchuang.pages.dev/file/0bc67778e2b275dbe371d.png\"></h6><h6>你配得上世间所有的美好，我将携漫天星辰向你涌来</h6><h4>一、<a href=\"https://github.com/hzyitc/armbian-onecloud\" rel=\"noopener noreferrer\" target=\"_blank\">固件下载</a></h4><h4>固件版本说明</h4><ul><li>current（推荐）：稳定版，一般指代当前官方推荐的稳定版本，经过了充分的测试和优化，确保兼容性和稳定性较高</li><li>Edge：开发版，一般是让高级用户或开发者提前体验新功能，并提供反馈，包含了最新的功能更新或者实验性特性，但相对稳定性可能会较低，可能存在未知的问题</li><li>带“burn”（推荐）：在Armbian或类似的基于Linux的嵌入式设备固件发布中，带有“burn”字样的文件通常是指直接烧录（Flash）用的镜像文件。这类文件往往是针对特定硬件设计的，可以直接通过SD卡、USB闪存或其他方式一次性将整个操作系统及配置写入</li><li>设备内部的存储介质（如eMMC、NAND Flash等）。它们通常是经过特殊处理的二进制映像文件，包含了引导加载程序、内核以及根文件系统等必要的系统组件</li><li>带“minimal”（按需）：有\"minimal\"字样的刷机包通常指的是一个精简版或最小化安装版本的固件。这种固件镜像包含了运行操作系统和特定应用所必需的最基础软件包，去除了不必要的服务、图形界面和其他非核心组件</li></ul><h4>二、刷机方法</h4><ul><li>打开USB_Burning_Tool软件</li><li>左上角文件&gt;导入烧录包，选择下载的固件，点击开始</li><li>双公头USB数据线，一头插靠近HDMI接口USB，一头电脑USB</li><li>短接刷机点通电到3%再松手，直到刷机完成</li><li>刷机完成后立马点击停止后断电，拔下数据线</li></ul><p>用户名root，密码1234，登录后提示需要更改密root的初始密码，自行设置，更改完密码后，会提示创建账户，我们直接Ctrl+C取消</p><h4>三、时区设置</h4><p>设置时区</p><pre class=\"ql-syntax\" spellcheck=\"false\">cp /usr/share/zoneinfo/Asia/Shanghai  /etc/localtime\n</pre><p>查看时间</p><pre class=\"ql-syntax\" spellcheck=\"false\">date -R\n</pre><h4>四、 一键更换国内源</h4><pre class=\"ql-syntax\" spellcheck=\"false\">bash &lt;(curl -sSL https://linuxmirrors.cn/main.sh)\n</pre><h4>五、灯光控制</h4><pre class=\"ql-syntax\" spellcheck=\"false\">echo 0 &gt;/sys/class/leds/onecloud\\:blue\\:alive/brightness\necho 0 &gt;/sys/class/leds/onecloud\\:green\\:alive/brightness\necho 0 &gt;/sys/class/leds/onecloud\\:red\\:alive/brightness\n</pre><h4>六、软件安装</h4><h5>casaos</h5><pre class=\"ql-syntax\" spellcheck=\"false\">wget -qO- https://get.casaos.io | bash\n</pre><h5>Qbittorrent</h5><pre class=\"ql-syntax\" spellcheck=\"false\">sudo apt install qbittorrent-nox\n</pre><p>执行以下命令，通过文本编辑器打开qBittorrent服务文件</p><pre class=\"ql-syntax\" spellcheck=\"false\">vim /etc/systemd/system/qbittorrent.service\n</pre><p>输入以下内容（配置信息）后保存</p><pre class=\"ql-syntax\" spellcheck=\"false\">[Unit]\nDescription=qBittorrent Daemon Service\nAfter=network.target\n[Service]\nUser=root\nExecStart=/usr/bin/qbittorrent-nox\nExecStop=/usr/bin/killall -w qbittorrent-nox\n[Install]\nWantedBy=multi-user.target\n</pre><p>执行以下命令，更新刚刚配置的服务，设置开机启动以及现在启动该服务</p><pre class=\"ql-syntax\" spellcheck=\"false\">sudo systemctl daemon-reload\nsudo systemctl enable qbittorrent.service\nsudo systemctl start qbittorrent.service\n</pre><h5>Cpolar</h5><pre class=\"ql-syntax\" spellcheck=\"false\">curl -L https://www.cpolar.com/static/downloads/install-release-cpolar.sh | sudo bash\ncpolar version\n</pre><p>登录cpolar官网后台，点击左侧的验证，查看自己的认证token，之后将token贴在命令行里</p><pre class=\"ql-syntax\" spellcheck=\"false\">cpolar authtoken xxxxxxx\n</pre><p>开机自启</p><pre class=\"ql-syntax\" spellcheck=\"false\">sudo systemctl enable cpolar\nsudo systemctl start cpolar\n</pre><h5>openwrt</h5><p>镜像推荐：</p><pre class=\"ql-syntax\" spellcheck=\"false\">jyhking/onecloud:1.1\n \nsulinggg/openwrt:arm_cortex-a5_vfpv4\n \nxuanaimai/onecloud:21-05-29\n</pre><p>打开网卡混杂模式</p><pre class=\"ql-syntax\" spellcheck=\"false\">ip link set eth0 promisc on\n</pre><p>创建OpenWrt网络(自行替换网段，网关)</p><pre class=\"ql-syntax\" spellcheck=\"false\">docker network create -d macvlan --subnet=192.168.10.0/24 --gateway=192.168.10.1 -o parent=eth0 openwrt\n</pre><p>下载镜像包至root</p><pre class=\"ql-syntax\" spellcheck=\"false\">wget https://dl.openwrt.ai/releases/targets/meson/meson8b/openwrt-02.01.2024-meson-meson8b-thunder-onecloud-rootfs.tar.gz\n</pre><p>生成镜像</p><pre class=\"ql-syntax\" spellcheck=\"false\">docker import openwrt-02.01.2024-meson-meson8b-thunder-onecloud-rootfs.tar.gz onecloud/openwrt\n</pre><p>安装并启动容器</p><pre class=\"ql-syntax\" spellcheck=\"false\">docker run --restart always --name openwrt -d --network openwrt --privileged onecloud/openwrt /sbin/init\n</pre><p>修改默认IP</p><pre class=\"ql-syntax\" spellcheck=\"false\">#进入容器\n \ndocker exec -it openwrt bash\n \n#打开网络配置文件\n \nnano /etc/config/network\n \n#重启网络\n \n/etc/init.d/network restart\n</pre><h5>ddns-to</h5><pre class=\"ql-syntax\" spellcheck=\"false\">docker run -d --name=ddnsto --restart always --network host -e TOKEN=&lt;自己的token&gt; -e DEVICE_IDX=0 linkease/ddnsto:3.0.0\n</pre><h5>1panel</h5><pre class=\"ql-syntax\" spellcheck=\"false\">curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh &amp;&amp; sudo bash quick_start.sh\nCopy\n</pre><h5>docker</h5><pre class=\"ql-syntax\" spellcheck=\"false\">apt install docker.io\n</pre><h4>七、端口：</h4><ul><li>CasaOS：80</li><li>Cpolar：9200</li><li>qBittorrent ：8080</li></ul><p><br></p>","content_text":"[HTTPS://TELE-TUCHUANG.PAGES.DEV/FILE/0BC67778E2B275DBE371D.PNG]\n\n你配得上世间所有的美好，我将携漫天星辰向你涌来\n\n一、固件下载\n\n固件版本说明\n\n * current（推荐）：稳定版，一般指代当前官方推荐的稳定版本，经过了充分的测试和优化，确保兼容性和稳定性较高\n * Edge：开发版，一般是让高级用户或开发者提前体验新功能，并提供反馈，包含了最新的功能更新或者实验性特性，但相对稳定性可能会较低，可能存在未知的问题\n * 带“burn”（推荐）：在Armbian或类似的基于Linux的嵌入式设备固件发布中，带有“burn”字样的文件通常是指直接烧录（Flash）用的镜像文件。这类文件往往是针对特定硬件设计的，可以直接通过SD卡、USB闪存或其他方式一次性将整个操作系统及配置写入\n * 设备内部的存储介质（如eMMC、NAND Flash等）。它们通常是经过特殊处理的二进制映像文件，包含了引导加载程序、内核以及根文件系统等必要的系统组件\n * 带“minimal”（按需）：有\"minimal\"字样的刷机包通常指的是一个精简版或最小化安装版本的固件。这种固件镜像包含了运行操作系统和特定应用所必需的最基础软件包，去除了不必要的服务、图形界面和其他非核心组件\n\n二、刷机方法\n\n * 打开USB_Burning_Tool软件\n * 左上角文件>导入烧录包，选择下载的固件，点击开始\n * 双公头USB数据线，一头插靠近HDMI接口USB，一头电脑USB\n * 短接刷机点通电到3%再松手，直到刷机完成\n * 刷机完成后立马点击停止后断电，拔下数据线\n\n用户名root，密码1234，登录后提示需要更改密root的初始密码，自行设置，更改完密码后，会提示创建账户，我们直接Ctrl+C取消\n\n三、时区设置\n\n设置时区\n\ncp /usr/share/zoneinfo/Asia/Shanghai  /etc/localtime\n\n\n查看时间\n\ndate -R\n\n\n四、 一键更换国内源\n\nbash <(curl -sSL https://linuxmirrors.cn/main.sh)\n\n\n五、灯光控制\n\necho 0 >/sys/class/leds/onecloud\\:blue\\:alive/brightness\necho 0 >/sys/class/leds/onecloud\\:green\\:alive/brightness\necho 0 >/sys/class/leds/onecloud\\:red\\:alive/brightness\n\n\n六、软件安装\n\nCASAOS\n\nwget -qO- https://get.casaos.io | bash\n\n\nQBITTORRENT\n\nsudo apt install qbittorrent-nox\n\n\n执行以下命令，通过文本编辑器打开qBittorrent服务文件\n\nvim /etc/systemd/system/qbittorrent.service\n\n\n输入以下内容（配置信息）后保存\n\n[Unit]\nDescription=qBittorrent Daemon Service\nAfter=network.target\n[Service]\nUser=root\nExecStart=/usr/bin/qbittorrent-nox\nExecStop=/usr/bin/killall -w qbittorrent-nox\n[Install]\nWantedBy=multi-user.target\n\n\n执行以下命令，更新刚刚配置的服务，设置开机启动以及现在启动该服务\n\nsudo systemctl daemon-reload\nsudo systemctl enable qbittorrent.service\nsudo systemctl start qbittorrent.service\n\n\nCPOLAR\n\ncurl -L https://www.cpolar.com/static/downloads/install-release-cpolar.sh | sudo bash\ncpolar version\n\n\n登录cpolar官网后台，点击左侧的验证，查看自己的认证token，之后将token贴在命令行里\n\ncpolar authtoken xxxxxxx\n\n\n开机自启\n\nsudo systemctl enable cpolar\nsudo systemctl start cpolar\n\n\nOPENWRT\n\n镜像推荐：\n\njyhking/onecloud:1.1\n \nsulinggg/openwrt:arm_cortex-a5_vfpv4\n \nxuanaimai/onecloud:21-05-29\n\n\n打开网卡混杂模式\n\nip link set eth0 promisc on\n\n\n创建OpenWrt网络(自行替换网段，网关)\n\ndocker network create -d macvlan --subnet=192.168.10.0/24 --gateway=192.168.10.1 -o parent=eth0 openwrt\n\n\n下载镜像包至root\n\nwget https://dl.openwrt.ai/releases/targets/meson/meson8b/openwrt-02.01.2024-meson-meson8b-thunder-onecloud-rootfs.tar.gz\n\n\n生成镜像\n\ndocker import openwrt-02.01.2024-meson-meson8b-thunder-onecloud-rootfs.tar.gz onecloud/openwrt\n\n\n安装并启动容器\n\ndocker run --restart always --name openwrt -d --network openwrt --privileged onecloud/openwrt /sbin/init\n\n\n修改默认IP\n\n#进入容器\n \ndocker exec -it openwrt bash\n \n#打开网络配置文件\n \nnano /etc/config/network\n \n#重启网络\n \n/etc/init.d/network restart\n\n\nDDNS-TO\n\ndocker run -d --name=ddnsto --restart always --network host -e TOKEN=<自己的token> -e DEVICE_IDX=0 linkease/ddnsto:3.0.0\n\n\n1PANEL\n\ncurl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sudo bash quick_start.sh\nCopy\n\n\nDOCKER\n\napt install docker.io\n\n\n七、端口：\n\n * CasaOS：80\n * Cpolar：9200\n * qBittorrent ：8080\n\n\n","date_published":"2024-07-13T16:36:46.446Z","_microfeed":{"web_url":"https://cms-d84.pages.dev/i/玩客云刷机-pU7arWzgHku/","json_url":"https://cms-d84.pages.dev/i/pU7arWzgHku/json/","rss_url":"https://cms-d84.pages.dev/i/pU7arWzgHku/rss/","guid":"pU7arWzgHku","status":"published","itunes:episodeType":"full","date_published_short":"Sat Jul 13 2024","date_published_ms":1720888606446}}],"_microfeed":{"microfeed_version":"0.1.2","base_url":"https://cms-d84.pages.dev","categories":[],"subscribe_methods":[{"name":"RSS","type":"rss","url":"https://cms-d84.pages.dev/rss/","image":"https://cms-d84.pages.dev/assets/brands/subscribe/rss.png","enabled":true,"editable":false,"id":"WhebmgOVHXi"},{"name":"JSON","type":"json","url":"https://cms-d84.pages.dev/json/","image":"https://cms-d84.pages.dev/assets/brands/subscribe/json.png","enabled":true,"editable":false,"id":"_qkaic4IKh7"}],"description_text":"﻿雨是神的烟花\n\n\n\n\n友链：\n\n * AIOVTUE'S blog ：雨是神的烟花\n * aiovtue's blog ：四分之三欢喜\n * aiovtue's notion ：我想要如清泉般的爱","copyright":"©2024","itunes:type":"episodic","items_sort_order":"newest_first"}}