<?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>Armbian &#8211; 老丁的博客</title>
	<atom:link href="https://www.laoding.me/archives/tag/armbian/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.4</generator>

<image>
	<url>https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/09/cropped-图片_20240927133356-768x768-1-32x32.jpg</url>
	<title>Armbian &#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>
		<item>
		<title>斐讯N1安装Armbian系统及优化设置</title>
		<link>https://www.laoding.me/archives/751</link>
					<comments>https://www.laoding.me/archives/751#respond</comments>
		
		<dc:creator><![CDATA[laoding]]></dc:creator>
		<pubDate>Wed, 16 Oct 2024 07:09:45 +0000</pubDate>
				<category><![CDATA[数码硬件]]></category>
		<category><![CDATA[Armbian]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">https://www.laoding.me/?p=751</guid>

					<description><![CDATA[1.Armbian下载 百度百科：Armbian是轻量级的Debian系统和为ARM开发板专门发行并重新编译的 [&#8230;]]]></description>
										<content:encoded><![CDATA[<h3>1.Armbian下载</h3>
<blockquote><p>百度百科：Armbian是轻量级的Debian系统和为ARM开发板专门发行并重新编译的Debian系统(Ubuntu派生自Debian)。</p>
<p>官网：<a href="https://www.alainlam.cn/armbian.com" target="_blank" rel="nofollow noopener">Armbian</a></p>
<p>2023年06月26更新:<br />
<a href="https://github.com/ophub/amlogic-s9xxx-armbian" target="_blank" rel="nofollow noopener">amlogic-s9xxx-armbian仓库</a></p></blockquote>
<h3>2.使用rufus等工具将Armbian镜像写入U盘并启动</h3>
<blockquote><p>使用U盘插入N1例子靠近HDMI接口的USB，默许用户名和密码</p>
<p>账号: root<br />
密码: 1234</p>
<p>输入后会提示更新密码</p></blockquote>
<h3>3.安装及升级 Armbian</h3>
<ul>
<li>安装 Armbian 到 EMMC</li>
</ul>
<pre class="code">armbian-install</pre>
<ul>
<li>更新 Armbian 内核</li>
</ul>
<pre class="code"># 使用 root 用户运行 (sudo -i)
# 如果不指定参数，将更新为最新版本。
armbian-update</pre>
<table>
<thead>
<tr>
<th>可选参数</th>
<th>默认值</th>
<th>选项</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>-m</td>
<td>no</td>
<td>yes/no</td>
<td>使用主线 u-boot</td>
</tr>
<tr>
<td>-a</td>
<td>yes</td>
<td>yes/no</td>
<td>使用 <a href="https://github.com/7Ji/ampart">ampart</a> 分区表调整工具</td>
</tr>
<tr>
<td>-l</td>
<td>no</td>
<td>yes/no</td>
<td>显示全部设备列表</td>
</tr>
</tbody>
</table>
<p>示例：</p>
<pre class="code">armbian-install -m yes -a no</pre>
<h3>4.安装常用软件</h3>
<pre class="code">armbian-software</pre>
<blockquote><p>使用 armbian-software -u 命令可以更新本地的软件中心列表。根据你所在的国家或地区，使用 armbian-apt 命令选择合适的软件源，提高软件的下载速度。例如，选择中国的清华大学源：</p>
<p>运行后如下图：</p></blockquote>
<p><img fetchpriority="high" decoding="async" class="size-full wp-image-757" src="https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241016072339301.jpg?x-oss-process=image/auto-orient,1/quality,q_90/format,webp" alt="" width="1462" height="1146" /></p>
<h3>5.文章引用及详细帮助说明文档</h3>
<p>Github armbian 说明：https://github.com/ophub/amlogic-s9xxx-armbian/blob/main/documents/README.cn.md</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.laoding.me/archives/751/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
