某天,debian日常apt更新,提示错误 W: 校验数字签名时出错。此仓库未被更新,所以仍然使用此前的索引文件。GPG 错误:https://mirrors.aliyun.com/kubernetes/apt kubernetes-xenial InRelease: 由于没有公钥,无法验证下列签名 ...
分类:
其他好文 时间:
2021-04-30 12:24:27
阅读次数:
0
今天决定把Debian 10.1自带的4.19内核升级到5.2.14。 需要的工具automake、make、g++(包含gcc)、bison、flex、libelf-dev、libssl-dev、bc。 懒人命令: sudo apt install -y automake make g++ bis ...
分类:
其他好文 时间:
2021-04-23 11:58:49
阅读次数:
0
Debian软件包通常为预编译的二进制格式的扩展名".deb",类似rpm文件,因此安装快速,无需编译软 件。包文件包括特定功能或软件所必需的文件、元数据和指令 dpkg:package manager for Debian,类似于rpm, dpkg是基于Debian的系统的包管理器。可 以安装,删 ...
分类:
系统相关 时间:
2021-04-13 12:54:26
阅读次数:
0
1、上传项目文件夹至服务器,设置文件夹权限: 2、进入upload文件夹,打开“终端” 登录终端后,初始化依赖: npm i 3、修改nuxt.config.js配置:终端输入 sudo vi ./nuxt.config.js 修改target为static,:wq保存退出 4、生成静态:终端输入 ...
分类:
其他好文 时间:
2021-04-10 12:51:27
阅读次数:
0
1.按照官网的流程输入命令https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu 出现 1 (base) server123@ubuntu:~$ sudo apt-get install qgis 2 Reading pac ...
分类:
系统相关 时间:
2021-04-09 13:42:27
阅读次数:
0
Ubuntu 安装软件源拓展工具: apt -y install software-properties-common apt-transport-https lsb-release ca-certificates 添加 Ond?ej Surý 的 PHP PPA 源,需要按一次回车: add-ap ...
分类:
Web程序 时间:
2021-04-06 14:11:12
阅读次数:
0
Setup Check our AndroidCompile wiki page, especially for build dependencies. Here are the essential points: On Debian/Ubuntu, install the required dep ...
分类:
系统相关 时间:
2021-03-26 15:25:05
阅读次数:
0
本文关键字:debootstrap从jessie升级到buster,将git当成debian源 在本系列《7》中,我们尝试在dibuilder.sh中整合了linuxlivekit的实践代码,本文对《7》作补充,整优,继续处理dibuilder.sh debootstrap从jessie升级到bus ...
分类:
其他好文 时间:
2021-03-05 13:02:10
阅读次数:
0
使用安装包直接安装 # 10/22/2020 安装过程如下: 1)官网下载 deb 安装包:https://www.opera.com/download 2)在 Debian 中,执行 dpkg -i opera-xxxx.deb 命令进行安装。 使用包管理器安装 cat > /etc/apt/so ...
分类:
系统相关 时间:
2021-02-16 11:40:45
阅读次数:
0
debain10 修改apt源为aliyun mv /etc/apt/sources.list /etc/apt/sources.list.bak && vi /etc/apt/sources.list deb https://mirrors.aliyun.com/debian/ buster ma ...
分类:
其他好文 时间:
2021-02-09 12:34:02
阅读次数:
0