首页 > 其他分享 >Armbian设置

Armbian设置

时间:2023-05-09 22:45:58浏览次数:34  
标签:设置 non main install installed https Armbian debian

Armbian设置

换源

Debian源

修改/etc/apt/sources.list文件内容为

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 清华源
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free

deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free

deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free

# deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free
# # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free

deb https://security.debian.org/debian-security bullseye-security main contrib non-free
# deb-src https://security.debian.org/debian-security bullseye-security main contrib non-free

armbian源

编辑 /etc/apt/sources.list.d/armbian.list,将 http://apt.armbian.com 替换为以下链接

https://mirrors.cernet.edu.cn/armbian

执行apt update

安装软件

执行armbian-software


--------------------------------------------------------------
ID    NAME                      STATE           MANAGE
--------------------------------------------------------------
101   Docker                    not-installed   install
102   Portainer                 not-installed   install
103   Yacht                     not-installed   install
104   Transmission              not-installed   install
105   qBittorrent               not-installed   install
106   NextCloud                 not-installed   install
107   Jellyfin                  not-installed   install
108   HomeAssistant             not-installed   install
109   Kodbox                    not-installed   install
110   CouchPotato               not-installed   install
111   Sonarr                    not-installed   install
112   Radarr                    not-installed   install
113   Syncthing                 not-installed   install
114   FileBrowser               not-installed   install
115   Heimdall                  not-installed   install
116   Node-RED                  not-installed   install
117   Mosquitto                 not-installed   install
118   OpenWrt                   not-installed   install
119   Netdata                   not-installed   install
120   XunLei                    not-installed   install
121   Docker-Headless           not-installed   install
122   Navidrome                 not-installed   install
123   Alist                     not-installed   install
124   QingLong                  not-installed   install
125   Chatgpt-Web               not-installed   install
--------------------------------------------------------------
ID    NAME                      STATE           MANAGE
--------------------------------------------------------------
201   Desktop                   not-installed   install
202   Firefox                   not-installed   install
203   VLC                       not-installed   install
204   MPV                       not-installed   install
205   GIMP                      not-installed   install
206   Krita                     not-installed   install
207   LibreOffice               not-installed   install
208   Shotcut                   not-installed   install
209   Kdenlive                  not-installed   install
210   Thunderbird               not-installed   install
211   Evolution                 not-installed   install
212   Gwenview                  not-installed   install
213   Eog                       not-installed   install
214   VisualStudioCode          not-installed   install
215   Gedit                     not-installed   install
216   Flameshot                 not-installed   install
--------------------------------------------------------------
ID    NAME                      STATE           MANAGE
--------------------------------------------------------------
301   Frps                      not-installed   install
302   Frpc                      not-installed   install
303   NPS                       not-installed   install
304   NPC                       not-installed   install
305   Plex                      not-installed   install
306   Emby-Server               not-installed   install
307   KVM                       not-installed   install
308   PVE                       not-installed   install
--------------------------------------------------------------

输入对应的ID就可以自动安装,我只安装了Docker。功能方便但是还是根据自己的需求进行个性化安装更符合个人的需要。

标签:设置,non,main,install,installed,https,Armbian,debian
From: https://www.cnblogs.com/yunzimo/p/17386573.html

相关文章

  • 入门8-Pytest.mark装饰器设置用例分组执行
    与全局配置pytest.ini配置文件结合使用(见配置文件章节)例如 配置文件中设置markers=#分成三类High/Normal,Low  High:smoketest  Normal:producttest  Low:fulltestcases分模块执行:-         Case中加装饰器@pytest.mark.High-     ......
  • Visual Studio 2022 设置 IIS Express 运行在 32 位模式
    当:1、在VisualStudio2022中开发需要访问Access数据库的网站项目时,遇到错误:未在本地计算机上注册“Microsoft.Jet.OLEDB.4.0”提供程序。2、在VisualStudio2022中开发需要访问SQLite数据库的网站项目时,遇到错误:未能加载文件或程序集“System.Data.SQLite.DLL”或它的......
  • delphi 初识内存流: 从设置用户头像到从数据库存取图片到的过程
    所谓"流",就是一段数据或是一块内存;在进行流操作时,我们不必关心流中的数据到底是什么;只需要知道流的大小和当前的指针位置.所以流只有两个属性: Size、Position.对流的操作,不过就是读取和写入.所以流最主要的方法就是Read和Write.在很多控件的使用中,读取主要用Lo......
  • centos7设置nginx开机自启
    3、配置nginx开机启动切换到/lib/systemd/system/目录,创建nginx.service文件vimnginx.service#cd/lib/systemd/system/#vimnginx.service文件内容如下:[Unit]Description=nginxAfter=network.target[Service]Type=forkingExecStart=/usr/local/nginx/sbin/ngin......
  • 微信小程序中使用rpx像素单位设置高度---uniapp开发中
    在微信小程序中使用rpx可以解决屏幕宽度的兼容问题但是设置高度的时候还是会有问题为了解决宽度的兼容问题,在微信小程序中可以使用了rpx像素单位来进行设置,不管屏幕的宽度大小是多少,都认为宽度有750rpx这样即使屏幕大小不一样使用了rpx单位来设置的样式比例也是一样的。......
  • 设置键盘只能输入数字( phoneNumTextField.keyboardType = UIKeyboardTypeNumberPad;)
    //手机号码textFieldphoneNumTextField=[[UITextFieldalloc]initWithFrame:CGRectMake(0,0,[[UIScreenmainScreen]bounds].size.width,40)];UIView*phoneImage=[[UIViewalloc]initWithFrame:CGRectMake(0,0,40,40)];phoneImage.backgroundColor=[U......
  • ubuntu定时任务的设置
    ubuntu定时执行任务需要进行如下操作:#使用crontab添加定时任务#(1)打开定时任务crontab-e#(2)添加定时任务,这里每天凌晨0点执行一次。0000***/bin/shxxxxxx/cut_nginx_log.sh#每周一凌晨,0点30分执行一次3000**1pythonpythonScript.py#(3)查看定......
  • QT设置窗口边框圆角
    1.直接设置样式  setStyleSheet("border:5pxsolidred;border-radius:10px")2.this->setAttribute(Qt::WA_TranslucentBackground);//设置窗口背景透明this->setWindowFlags(Qt::FramelessWindowHint);//设置无边框窗口 voidSystemWarnDialog::paintEvent(Q......
  • C#属性默认值设置(model实体类)
    关于在MVC中view中设置默认值,可以象如下设置:1、关于ViewModel的部分如果是C# 6.01publicclassTest2{3publicintA{get;set;}=1;4publicstringB{get;set;}="Test";5} 如果语法不支持,只能改回.net2.0的写法。1publicclassUserTy......
  • Android TextView 设置超链接、关键字高亮等效果
    之前做TextView关键字高亮效果,使用的是Html.fromHtml(Stringsource)方法,然后通过TextView的setText(CharSequencetext)方法来显示后来测试此方法在部分手机上显示有问题,如Nexus4,华为P6等等。于是乎只能继续寻找别的解决办法了,在这里Mark一下。这里用到了SpannableString类......