代码拉取完成,页面将自动刷新
同步操作将从 铜豌豆 Linux/www 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html lang="zh_CN">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<!--#include file="meta.htm"-->
<title>铜豌豆 Linux -- 安装文件下载</title>
<!-- 包含头部信息适应不同设备 -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 包含bootstrap 样式表-->
<link rel="stylesheet" href="https://cdn.atzlinux.com/bootstrap-4.3.1-dist/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<!--#include file="header.htm"-->
<hr>
<h2>安装文件 iso 下载</h2>
<ul>
<li><strong><span style="font-size: larger;">amd64 x86_64 CPU 架构</span></strong></li>
<a class="btn btn-primary btn-lg" href="./News/2022/20220408.htm" role="button">10.12.1 版发布 2022-04-08</a>
<p>
安装文件大小约 3.4 G
</p>
<ul>
<li>广东电信家用线路下载 1</li>
<p>
<a href="
https://mike.atzlinux.com:58888/atzlinux-cd/10.12.1/amd64/iso-dvd/atzlinux-10.12.1-amd64-DVD-1.iso
" target="_blank">
https://mike.atzlinux.com:58888/atzlinux-cd/10.12.1/amd64/iso-dvd/atzlinux-10.12.1-amd64-DVD-1.iso
</a>
</p>
<li>广东电信家用线路下载 2</li>
<p>
<a href="https://motion.atzlinux.com:18761/atzlinux-cd/10.12.1/amd64/iso-dvd/atzlinux-10.12.1-amd64-DVD-1.iso" target="_blank">
https://motion.atzlinux.com:18761/atzlinux-cd/10.12.1/amd64/iso-dvd/atzlinux-10.12.1-amd64-DVD-1.iso
</a>
</p>
<!--
<li>CDN 下载</li>
<p>
<a href="https://apt.atzlinux.com/atzlinux-cd/10.12.1/amd64/iso-dvd/atzlinux-10.12.1-amd64-DVD-1.iso" target="_blank">
https://apt.atzlinux.com/atzlinux-cd/10.12.1/amd64/iso-dvd/atzlinux-10.12.1-amd64-DVD-1.iso
</a>
</p>
-->
</ul>
下载完成后,可进行完整性验证,支持校验和、公钥签名验证。
验证所需<a href="https://www.atzlinux.com/atzlinux-cd/10.12.1/amd64/iso-dvd/" target="_blank">相关文件可以访问这里</a>获取。
<li><strong><span style="font-size: larger;">arm64 CPU 架构</span></strong></li>
<a class="btn btn-primary btn-lg" href="./News/2022/20220331.htm" role="button">ARM 架构 11.3.2 版发布 2022-03-31</a>
<p>
安装文件大小约 3 G
</p>
<ul>
<!--
<li>CDN 下载</li>
<p>
<a href="https://apt.atzlinux.com/atzlinux-cd/11.3.2/arm64/iso-dvd/atzlinux-11.3.2-arm64-DVD-1.iso" target="_blank">
https://apt.atzlinux.com/atzlinux-cd/11.3.2/arm64/iso-dvd/atzlinux-11.3.2-arm64-DVD-1.iso
</a>
</p>
-->
<li>广东电信家用线路下载</li>
<p>
<a href="
https://motion.atzlinux.com:18761/atzlinux-cd/11.3.2/arm64/iso-dvd/atzlinux-11.3.2-arm64-DVD-1.iso
" target="_blank">
https://motion.atzlinux.com:18761/atzlinux-cd/11.3.2/arm64/iso-dvd/atzlinux-11.3.2-arm64-DVD-1.iso
</a>
</p>
</ul>
下载完成后,可进行完整性验证,支持校验和、公钥签名验证。
验证所需<a href="https://www.atzlinux.com/atzlinux-cd/11.3.2/arm64/iso-dvd/" target="_blank">相关文件请访问这里</a>获取。
</ul>
<hr>
<a name="user" />
<h3><font color="#F08000"><strong><span style="font-size: larger;">默认用户名</span></strong></font> wo root</h3>
系统默认创建两个用户,一个是具有<font color="#000000"><span style="font-weight: bold;">最高系统权限</span></font>的管理员用户 root ;一个是名字为 wo 的普通用户。
<ul>
<li>root 用户可以直接登录系统,
<em><font color="#FF0000"><span style="font-size: larger;"><b>默认密码</b></span></font></em>为:</li>
<i>debian-cn;168</i>
<br>中间为英文的连接符,英文的分号
<li>默认普通用户名为: <b>wo</b> ,<strong>密码</strong>为:</li> <i>debian168;</i>
<br>最后一个字符是英文的分号
</ul>
<hr>
<a name="makeusb" />
<h3>制作安装 U 盘 #makeusb</h3>
建议使用 U 盘制作 iso 文件安装盘进行安装:
在任一 Linux 系统下,可以使用如下命令制作安装 U 盘:(假设 U 盘为 /dev/sdb,U 盘的设备名可以在 U 盘插入后,用 root 用户在命令行执行
dmesg 命令,看最后输出的几行中,就有 sd 字符串开头的 U 盘设备名)
<br>
在命令行下,先 cd 进入下载的 iso 文件所在目录,再用 root 账号执行:
<pre>
<i>dd if=atzlinux-10.12.1-amd64-DVD-1.iso of=/dev/sdb bs=8M status=progress</i>
</pre>
<p>
注:请把 if 后面的 iso 文件名,替换为下载的 iso 文件名。
</p>
其它操作系统可以用各类光盘镜像制作软件制作。
如:UltraISO 软碟通(<a href="http://cn.ultraiso.net/xiazai.html" target="_blank">下载</a>
<a href="https://jingyan.baidu.com/article/19020a0a7dabaa529d28428b.html" target="_blank">
制作 u 盘启动盘教程</a>)、
<a href="https://www.onlinedown.net/soft/110173.htm" target="_blank">
Win32DiskImager</a>
、
<a href="https://www.ventoy.net/cn/index.html" target="_blank">
ventoy</a>(1.0.21 以上版本)
<p>
虚拟机无须制作安装 U 盘,
可以将 iso 文件,直接挂载为光驱启动安装。
</p>
<hr>
<h3>选择安装版本</h3>
根据不同用途,ISO 文件集成了 5 个软件包组合版本,供大家选择安装。
请按需选择其中的一个版本进行安装:
<pre>
.
atzlinux-amd64-xfce: xfce 完整桌面环境 大众用户版
.
atzlinux-amd64-xall: xfce+gnome+mate 三合一桌面环境 大众用户版
.
atzlinux-amd64-kde: KDE 桌面环境 大众用户版
.
atzlinux-all-txt-tech: 纯文本 命令行 极简定制版
.
atzlinux-amd64-xfce-mini: xfce 精简桌面环境 极简定制版
</pre>
非 Linux 技术人员,请选择一种“大众用户版”。
<a href="faq.htm#ver" target="_blank">
5 个版本区别的详细说明
</a>
<hr>
<h2>捐赠 《铜豌豆 Linux》项目</h2>
<p>
下载 iso 文件,需要消耗不少服务器带宽流量费,
建议通过下载 iso 安装操作系统的用户,<strong><font color="#A52A2A">捐赠 10 元</font></strong>以上。
</p>
<center>
<p>
<img src="https://cdn.atzlinux.com/atzlinux/img/wechat-pay.jpg" alt="微信收款码" width="66%">
</p>
<p>
<img src="https://cdn.atzlinux.com/atzlinux/img/ali-pay.jpg" alt="支付宝收款码" width="66%">
</p>
</center>
<p>
<a href="https://www.atzlinux.com/juanzeng.htm#liebiao">
捐赠列表</a></p>
<a name="contact" />
<hr>
<!--#include file="footer.htm"-->
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。