首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    【树莓派】树莓派安装OpenWrt

    下载镜像 地址:https://openwrt.org/toh/raspberry_pi_foundation/raspberry_pi 选择对应版本镜像下载,解压,刷入sd卡 配置 配置ip 刷入后默认...opkg update 设置中文 下载中文语言包的方法:System-Software–Software-Actions,在Download and install package右边的文本框里输入:luci-i18n-chinese...或在software搜索zh-cn base下载安装 安装主题 luci-theme-material argon 安装挂载点 opkg install block-mount 扩展空间.../overlay/* /mnt/overlay 然后在页面,选择系统->挂载点 讲刚刚的硬盘新建,设置为overlay挂载,重启 更换国内(清华的)软件源: sed -i 's_downloads.openwrt.org_mirrors.tuna.tsinghua.edu.cn.../openwrt_' /etc/opkg/distfeeds.conf 安装frpc frpc luci-app-frpc luci-i18n-frpc-zh-cn

    2.5K10

    OpenWRT部署web站点并结合内网穿透实现无公网ip远程访问

    前言 uhttpd 是 OpenWrt/LuCI 开发者从零开始编写的 Web 服务器,目的是成为优秀稳定的、适合嵌入式设备的轻量级任务的 HTTP 服务器,并且和 OpenWrt 配置框架非常好地集成在一起...它是管理 OpenWrt 的默认的 Web 服务器,还提供了现代 Web 服务器所有的 功能 。...下面我们将在openwrt上部署uhttpd搭建web服务器,同时使用cpolar将其安全暴露到公网上,让公网用户也可以正常访问到openwrt下的web服务器。 1....安装cpolar内网穿透 通过ssh连接操作openwrt, 下载公钥: wget -O cpolar-public.key http://openwrt.cpolar.com/releases/public.key...,分别执行下面三个安装命令安装三个包: opkg install cpolar opkg install luci-app-cpolar opkg install luci-i18n-cpolar-zh-cn

    71010
    领券