17 玩客云装宝塔(无需焊接)0基础教程 2024.9.21更新(宝塔7.7完美终结版)

warning: 这篇文章距离上次修改已过206天,其中的内容可能已经有所变动。
阿里云2核2G3M不限新老用户99元(续费同价)
华为新用户2核1G2M1年29元(首年特惠/年抛)
服务器9.9元/年(10个固定IPV6可当挂机宝)
免费GPT3.5,也有收费的GPT-4
免费CDN带WAF防火墙不限流量


博主打造的完美直刷优盘开售!加微信私聊

粉丝发私信索要粉丝群二维码加入粉丝群


准备工具

  1. USB公对公(没有的可以自己DIY)
  2. 金属线一段或镊子
  3. 如果你的宽带支持IPV6建议关闭(路由器禁用即可)

刷机工具安装时关闭杀毒软件避免驱动装不上,安装刷机工具后,按下图操作,导入下载好的刷机包

kxn0i285.png

拆开玩客云,取出主板,USB公对公插入接近HDMI口的那一个,另一端插电脑前面后面任意

kxn0ili5.png

用镊子或者电线短接主板触点插入电源

kxn0jab1.png

kxn0jvpk.png

这时,电脑能听到插入设备的提示音,并显示如下

kxn0kytb.png

软件显示连接成功后即断开触点短接,点击开始即可

kxn0n3pp.png

kxn0n9by.png

烧录过程中,可以写U盘了,先把网盘里的下载的U盘文件解压出来,按照下边图示操作

l1ntq7qf.png

玩客云烧录成功后点停止、关闭软件,拔掉USB和电源,将U盘插到网口边的USB插电启动,过一会后指示灯红蓝闪烁就是开始刷机了,几分钟后,蓝灯常亮不闪的时候,断电拔出U盘,插入网线和电源就可以了

5.9固件需要写到emmc

cd /boot/install/
sudo ./install.sh

写的过程中闲着也是闲着,没有宝塔账号的用这个链接注册,新用户可享受0.99元体验7天专业版。

宝塔服务器面板,一键全能部署及管理,送你3188元礼包,点我领取https://www.bt.cn/?invite_code=MV9wdHFzeHQ=

登录FinalShell

清空里面的代码,换成下面的

/etc/apt/sources.list

deb https://mirrors.ustc.edu.cn/debian buster main contrib non-free
deb https://mirrors.ustc.edu.cn/debian buster-updates main contrib non-free
deb https://mirrors.ustc.edu.cn/debian buster-backports main contrib non-free
deb https://mirrors.ustc.edu.cn/debian-security/ buster/updates main contribnon-free

推荐版本(其他版本不推荐安装,安装失败)

修复开机不自动启动宝塔面板

编辑文件 /etc/rc.local

/etc/init.d/bt start
#一定要在exit 0的上边添加

最后祝大家装机顺利
本文地址:https://wangsheng.cc/post/17.html

打赏名单

不分博文,不定期整理近期数据,感谢各位打赏,如有需求请在扫码后的备注填写

网名 打赏金额(元) 网名 打赏金额(元)
火舞艳阳☀ 50 *帆(喝奶茶) 7
*宇 1 杨*8 5
乖乖鲁 1 linyi 2
*人 2 a*9 1
张九今 500

已有 776 条评论

★疯狂音乐★
2023-04-24 10:25:16

我来看看

浙江省温州市 联通

mozi1924
2023-04-23 04:56:44

我来看看隐藏了啥

贵州省黔东南州 电信

贫僧喝啤酒
2023-04-22 22:27:41

我来看看

山东省青岛市 联通

一杯阿尼亚
2023-04-21 20:22:01

安装报错 ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'cryptography.hazmat.bindings._rust.openssl' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'cryptography.hazmat.bindings._rust.openssl' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'cryptography.hazmat.bindings._rust.openssl' to be distributed and are already explicitly excluding 'cryptography.hazmat.bindings._rust.openssl' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) =============================DEBUG ASSISTANCE============================= If you are seeing a compilation error please try the following steps to successfully install cryptography: 1) Upgrade to the latest pip and try again. This will fix errors for most users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip 2) Read https://cryptography.io/en/latest/installation/ for specific instructions for your platform. 3) Check our frequently asked questions for more information: https://cryptography.io/en/latest/faq/ 4) Ensure you have a recent Rust toolchain installed: https://cryptography.io/en/latest/installation/#rust Python: 3.7.8 platform: Linux-6.1.22-meson-armv7l-with-debian-bookworm-sid pip: n/a setuptools: 67.7.0 setuptools_rust: 1.5.2 rustc: n/a =============================DEBUG ASSISTANCE============================= error: can't find Rust compiler If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler. To update pip, run: pip install --upgrade pip and then retry package installation. If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain. This package requires Rust >=1.48.0. [end of output]

四川省成都市 联通

.
2023-04-12 18:05:04

我来看看

河北省邯郸市 移动

评论已关闭