这个这个帖子里的https://hostloc.com/forum.php?mo ... 87&highlight=os
dd后的系统什么软件都不能安装,要怎么设置,好像是连接不上源的问题,
root@tinydebianlive:~# apt-get update
Err:1 http://10.211.55.2:8000/debianbase buster InRelease
Could not connect to 10.211.55.2:8000 (10.211.55.2), connection timed out
Reading package lists... Done
W: Failed to fetch http://10.211.55.2:8000/debianbase/dists/buster/InReleaseCould not connect to 10.211.55.2:8000 (10.211.55.2), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@tinydebianlive:~# deb http://mirrors.ustc.edu.cn/debian stretch main contrib non-free
-bash: deb: command not found
root@tinydebianlive:~# apt updateErr:1 http://10.211.55.2:8000/debianbase buster InRelease
Could not connect to 10.211.55.2:8000 (10.211.55.2), connection timed out
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://10.211.55.2:8000/debianbase/dists/buster/InReleaseCould not connect to 10.211.55.2:8000 (10.211.55.2), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@tinydebianlive:~# deb
-bash: deb: command not found
root@tinydebianlive:~#
热议
2楼 iks 4小时前
百度 Debian 换源
3楼 qiuzhi 4小时前
百度 Debian 换源
都没有vi等文本编辑器,我怎么换
4楼 minlearnhbs 4小时前
不推荐在主系统中操作,这是故意的。
只推荐在lxc子系统中操作。
5楼 minlearnhbs 3小时前
实在要用:
sed -i "s/10.211.55.2:8000\/debianbase/mirrors.aliyun.com\/debian/g" /etc/apt/sources.list
6楼 qiuzhi 3小时前
不推荐在主系统中操作,这是故意的。
只推荐在lxc子系统中操作。
安装这个就是为了安装pve,其他什么桌面的没有需求啊,只要桌面我用docker多美,还不用重新DD安装系统
7楼 minlearnhbs 3小时前
安装这个就是为了安装pve,其他什么桌面的没有需求啊,只要桌面我用docker多美,还不用重新DD安装系统 ...
docker不能当“虚拟机”用。它是开发用的。更像APP容器。
8楼 咦呀 3小时前
用国内源。我一般用清华源
9楼 qiuzhi 3小时前
不推荐在主系统中操作,这是故意的。
只推荐在lxc子系统中操作。
有没有只安装pve的脚本
10楼 minlearnhbs 3小时前
有没有只安装pve的脚本
啥意思,这不就是live pve吗
你把里面的lxc删掉不就是一个pve吗
12楼 minlearnhbs 3小时前
主机都不能安装软件,ping不通百度。。。。我又不太会操作,可把我难住了。 ...
https://ip:8006,是你的pve,这是一个web界面。不是命令行直接使用的,虽然pve也有命令行。
主机安装软件:sed -i "s/10.211.55.2:8000\/debianbase/mirrors.aliyun.com\/debian/g" /etc/apt/sources.list
apt-get update
apt-get install nano
申明:本文内容由网友收集分享,仅供学习参考使用。如文中内容侵犯到您的利益,请在文章下方留言,本站会第一时间进行处理。