<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zero3 &#8211; 老丁的博客</title>
	<atom:link href="https://www.laoding.me/archives/tag/zero3/feed" rel="self" type="application/rss+xml" />
	<link>https://www.laoding.me</link>
	<description></description>
	<lastBuildDate>Fri, 25 Oct 2024 04:45:43 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/09/cropped-图片_20240927133356-768x768-1-32x32.jpg</url>
	<title>Zero3 &#8211; 老丁的博客</title>
	<link>https://www.laoding.me</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Orange Pi Zero3打造成云终端/瘦客户机</title>
		<link>https://www.laoding.me/archives/802</link>
					<comments>https://www.laoding.me/archives/802#comments</comments>
		
		<dc:creator><![CDATA[laoding]]></dc:creator>
		<pubDate>Fri, 25 Oct 2024 04:45:43 +0000</pubDate>
				<category><![CDATA[数码硬件]]></category>
		<category><![CDATA[Armbian]]></category>
		<category><![CDATA[Zero3]]></category>
		<category><![CDATA[香橙派]]></category>
		<guid isPermaLink="false">https://www.laoding.me/?p=802</guid>

					<description><![CDATA[一. 安装 X Server 和轻量级窗口管理器 1.更新系统 sudo apt update sudo ap [&#8230;]]]></description>
										<content:encoded><![CDATA[<h2>一. 安装 X Server 和轻量级窗口管理器</h2>
<h4>1.更新系统</h4>
<pre><code>sudo apt update
sudo apt upgrade</code></pre>
<h4>2.安装 X Server</h4>
<pre><code>sudo apt install xorg</code></pre>
<h4>3. 安装轻量级窗口管理器</h4>
<ul>
<li>Openbox: 适合需要极致轻量化和高度定制的用户，但需要自己配置额外的桌面组件。
<pre><code>sudo apt install openbox</code></pre>
</li>
<li>i3: 适合喜欢平铺布局和键盘操作的用户，资源占用低且高度自定义，但有学习曲线。
<pre><code>sudo apt install i3</code></pre>
</li>
<li>LXQt: 提供一个完整的轻量级桌面环境，用户友好，功能全面，适合需要轻量级桌面体验的用户。
<pre><code>sudo apt install lxqt</code></pre>
</li>
</ul>
<h2>二. 安装远程桌面连接软件</h2>
<h4>1.安装 xfreerdp</h4>
<pre><code>sudo apt install freerdp2-x11</code></pre>
<h4>2.安装 Remmina</h4>
<pre><code>sudo apt install remmina remmina-plugin-rdp remmina-plugin-vnc</code></pre>
<h2>三.其他安装</h2>
<pre><code>sudo apt install arc-theme papirus-icon-theme</code></pre>
<p><code>安装图标</code></p>
<pre><code>sudo apt install fonts-wqy-zenhei fonts-wqy-microhei</code></pre>
<p><code>安装中文语言</code></p>
<h2>四.安装桌面默认启动</h2>
<pre><code>sudo apt install lightdm</code></pre>
<pre><code>sudo nano /etc/lightdm/lightdm.conf.d/50-lxqt.conf</code></pre>
<pre><code>[Seat:*]
user-session=lxqt
autologin-user=orangepi
autologin-user-timeout=0</code></pre>
<pre><code>sudo chmod 644 /etc/lightdm/lightdm.conf.d/50-lxqt.conf</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://www.laoding.me/archives/802/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
