<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>玉玲珑-全开放的树莓派中文社区 - 树莓派讨论区</title>
    <link>https://yuln.com/forum-2-1.html</link>
    <description>Latest 20 threads of 树莓派讨论区</description>
    <copyright>Copyright(C) 玉玲珑-全开放的树莓派中文社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 18 May 2026 10:34:17 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://yuln.com/static/image/common/logo_88_31.gif</url>
      <title>玉玲珑-全开放的树莓派中文社区</title>
      <link>https://yuln.com/</link>
    </image>
    <item>
      <title>树莓派4 arm64镜像的一些</title>
      <link>https://yuln.com/thread-52-1-1.html</link>
      <description><![CDATA[pi 4的arm64 img镜像下载地址：https://downloads.raspberrypi.org/raspios_lite_arm64/images/


下面这个地址，有很多镜像下载
https://downloads.raspberrypi.org/


1，开启ssh登录
刷好img到tf卡之后，打开bootfs目录，新建一个目录，改目录名字为ssh

2，在bootfs ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Fri, 18 Aug 2023 02:55:02 +0000</pubDate>
    </item>
    <item>
      <title>在树莓派上安装wordpress</title>
      <link>https://yuln.com/thread-50-1-1.html</link>
      <description><![CDATA[一，安装好树莓派的web服务器
教程：https://yuln.com/thread-49-1-1.html

二，下载wordpress网站程序到树莓派
wget https://wordpress.org/latest.zip

wget https://github.com/WordPress/WordPress/archive/5.4.zip


三，配置nginx

server {
        listen 80;

 ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Fri, 01 May 2020 05:14:35 +0000</pubDate>
    </item>
    <item>
      <title>在树莓派上在线安装web服务</title>
      <link>https://yuln.com/thread-49-1-1.html</link>
      <description><![CDATA[树莓派支持安装web服务，可以做网站。web服务器安装的软件分别为：nginx,php,mariadb

以下教程为在pi4 Raspbian 10.3上安装成功，安装前，请选择比较快的源，并且以root用户安装。同时，这个教程也适用其它的debian系统。在线安装的好处是，所有的软件总是处于最新状态 ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Sat, 18 Apr 2020 12:47:50 +0000</pubDate>
    </item>
    <item>
      <title>树莓派debian 10 buster更换国内源</title>
      <link>https://yuln.com/thread-48-1-1.html</link>
      <description><![CDATA[树莓派刷好系统后，默认的都是国外的源址，速度很慢，可以更换为更快的国内源。

操作系统：Raspbian(Debian buster)，也就是debian 10

把以下两个文件内的源删掉，替换为ustc的源即可
/etc/apt/sources.list.d/raspi.list
deb http://mirrors.ustc.edu.cn/archive.ras ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Wed, 08 Apr 2020 06:05:00 +0000</pubDate>
    </item>
    <item>
      <title>树莓派3在raspbian 10上安装openmediavault</title>
      <link>https://yuln.com/thread-47-1-1.html</link>
      <description><![CDATA[安装环境如下：

[*]树莓派3
[*]raspbian debian 10.3 buster
[*]openmediavault 5


一，添加openmediavalut的官方源，适用于debian 10的
nano /etc/apt/sources.list.d/openmediavault.list


二，安装必要的软件


三，配置系统变量


四，安装官方的key


五，安装
 ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Tue, 31 Mar 2020 00:57:53 +0000</pubDate>
    </item>
    <item>
      <title>树莓派3编译安装transmision 2.94</title>
      <link>https://yuln.com/thread-46-1-1.html</link>
      <description><![CDATA[Transmission升到最新的2.94了，但是在线安装还是旧版的2.92，如果要用新的，照样是自己来编辑安装了，下面开始。

编译安装之前，要安装一些编译所用的软件和编译工具
下载所需的软件包，每种都有本地下载和在线下载两种方式：
Transmission的源码包：本地下载
https:/ ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Sat, 08 Dec 2018 09:55:40 +0000</pubDate>
    </item>
    <item>
      <title>树莓派更换国内源</title>
      <link>https://yuln.com/thread-45-1-1.html</link>
      <description><![CDATA[树莓派刷好系统后，默认的都是国外的源址，速度很慢，可以更换为更快的国内源。

操作系统：Raspbian(Debian Stretch)，也就是debian 9

把以下两个文件内的源删掉，替换为ustc的源即可
/etc/apt/sources.list.d/raspi.list
deb http://mirrors.ustc.edu.cn/archive.ras ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Sun, 25 Nov 2018 02:42:08 +0000</pubDate>
    </item>
    <item>
      <title>在树莓派上安装v2ray实现透明网关</title>
      <link>https://yuln.com/thread-44-1-1.html</link>
      <description><![CDATA[之前用另一个科学软件做过透明网关，前不久又测试了v2ray，一样成功了，所以再把这个教程写出来，让大家多一种科学软件的使用方法。经过测试，树莓派和虚拟机里的debian，都能成功。

准备：
把树莓派刷好debian 9系统，设置好固定IP，切换到root用户，用ssh登录。服务 ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Sat, 24 Nov 2018 07:10:27 +0000</pubDate>
    </item>
    <item>
      <title>debian 9 stretch编译安装shadowsocks</title>
      <link>https://yuln.com/thread-43-1-1.html</link>
      <description><![CDATA[在debian 9 stretch上编译安装shadowsocks与在debian 8上有一点点区别

1，安装需要的组件
2，安装Libsodium，下载：3，安装MbedTLS，下载：
4，开始编译并安装
5，其它的自行配置，或者参考下面的方法https://yuln.com/thread-30-1-1.html


 ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Sun, 10 Sep 2017 07:20:04 +0000</pubDate>
    </item>
    <item>
      <title>树莓派搭建web服务器环境</title>
      <link>https://yuln.com/thread-42-1-1.html</link>
      <description><![CDATA[可以在debian上安装nginx，php，mysql进行web环境搭建

可以参看：https://gist.github.com/isc30/aa80d81df44de8a91dc0a82d55806381

系统为debian 9（debian stretch），代码如下：]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Sat, 09 Sep 2017 11:22:56 +0000</pubDate>
    </item>
    <item>
      <title>debian 9编译安装aria2</title>
      <link>https://yuln.com/thread-41-1-1.html</link>
      <description><![CDATA[截止2017-9-9日，最新的aria2源码为1.32.0

编译安装方法和配置与之前一样
https://yuln.com/thread-20-1-1.html


配置开机启动

先安装supervisor软件，这个软件就是自动帮你运行程序，因为aria2c的进程脚本总是会有问题，用supervisor方便省事。
1，安装supervisor

 ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Sat, 09 Sep 2017 10:51:50 +0000</pubDate>
    </item>
    <item>
      <title>树莓派历史镜像下载</title>
      <link>https://yuln.com/thread-40-1-1.html</link>
      <description><![CDATA[树莓派历史镜像下载地址：https://downloads.raspberrypi.org/

lite版的镜像，这种没人桌面，只适合高手用
https://downloads.raspberrypi.org/raspbian_lite/images/

普通版的，这种有桌面，适合新手折腾
https://downloads.raspberrypi.org/raspbian/images/

 ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Tue, 05 Sep 2017 14:27:39 +0000</pubDate>
    </item>
    <item>
      <title>树莓派3 debian 9.0静态IP设置</title>
      <link>https://yuln.com/thread-39-1-1.html</link>
      <description><![CDATA[树莓派系统升到最新的9.0，版本号：Debian Stretch，设置静态ip和之前有所不同。

1，使用ssh登录。如果要启用ssh登录，需要把tf卡插在win电脑下面，在boot目录下面新建一个空的文件夹，名字为ssh。用户名和密码：pi/raspberry
2，查看网卡名称。sudo ifconfig


请注意 ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Sun, 03 Sep 2017 04:16:11 +0000</pubDate>
    </item>
    <item>
      <title>关闭树莓派3的wifi和蓝牙</title>
      <link>https://yuln.com/thread-33-1-1.html</link>
      <description><![CDATA[Disable wifi and blueooth on Pi3

sudo nano /etc/modprobe.d/raspi-blacklist.conf

#wifi
blacklist brcmfmac
blacklist brcmutil
#bt
blacklist btbcm
blacklist hci_uart

然后重启]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Fri, 24 Mar 2017 14:16:57 +0000</pubDate>
    </item>
    <item>
      <title>树莓派挂载网络硬盘方法</title>
      <link>https://yuln.com/thread-32-1-1.html</link>
      <description><![CDATA[树莓派挂载usb连着的硬盘方法如下
http://yuln.com/thread-26-1-1.html

买了一个西数的家庭云盘，其实这个云盘就是个Linux+samba的共享，千兆网口，我们把其中的一个目录要挂到树莓派上，让树莓派当下载机。

在西数云上新建了一个download目录，要把这个目录挂到树莓 ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Sun, 12 Mar 2017 01:51:36 +0000</pubDate>
    </item>
    <item>
      <title>最新的树莓派官方系统取消了ssh登录</title>
      <link>https://yuln.com/thread-31-1-1.html</link>
      <description><![CDATA[把pi3刷了最新的系统，发现ssh登录不了了，原来官方为了安全考虑，从2016-11-25日开始，取消了ssh登录。

最新的方法是，在win下面刷入系统后，打开boot目录，win下面可以看得到的，新建一个文件夹，名字为ssh即可。
 ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Sat, 14 Jan 2017 15:12:53 +0000</pubDate>
    </item>
    <item>
      <title>用树莓派做网关让局域网内所有设备无障碍访问被屏蔽网站</title>
      <link>https://yuln.com/thread-30-1-1.html</link>
      <description><![CDATA[树莓派做一个网关，安装好shadowsocks后，可以让局域网内所有的设备不需要做任何设置访问被屏蔽的网站，包括手机，安卓盒子，台式电脑，只要能连上路由器就可以实现这种功能。

树莓派安装Debian系统，实现所有电脑不用任何设置自由访问被屏蔽的网站。简单的介绍下原理 ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Fri, 13 Jan 2017 14:37:12 +0000</pubDate>
    </item>
    <item>
      <title>求详细的PI3 安装配置LAMP的教程</title>
      <link>https://yuln.com/thread-29-1-1.html</link>
      <description><![CDATA[如题。
目前有个WEB服务器，用的LAMP方案，拟用树莓派3代替，求详细教程。apache，PHP，MySQL。]]></description>
      <category>树莓派讨论区</category>
      <author>John</author>
      <pubDate>Fri, 15 Jul 2016 12:08:02 +0000</pubDate>
    </item>
    <item>
      <title>Pi3能不能连显示器播放视频</title>
      <link>https://yuln.com/thread-28-1-1.html</link>
      <description><![CDATA[如题, Pi3能不能连显示器播放视频?]]></description>
      <category>树莓派讨论区</category>
      <author>whudwl</author>
      <pubDate>Fri, 15 Jul 2016 04:21:44 +0000</pubDate>
    </item>
    <item>
      <title>在树莓上挂载外接的硬盘或u盘</title>
      <link>https://yuln.com/thread-26-1-1.html</link>
      <description><![CDATA[树莓有四个usb口，可以插u盘或外接硬盘，为了方便与win之间的文件传输，移动硬盘或u盘大多是ntfs格式，也有不少是ext3或ext4格式的。

下面就来看看如何挂载ntfs格式的硬盘吧。

1，首完安装ntfs-3g，让系统支持ntfs


2，查看插到树莓上的硬盘分区

如上图所示，外挂的 ...]]></description>
      <category>树莓派讨论区</category>
      <author>youland</author>
      <pubDate>Wed, 15 Jun 2016 06:36:29 +0000</pubDate>
    </item>
  </channel>
</rss>