apt-get update&&apt upgrade 成功输出 安装基本依赖包 apt install -y vim git ssh curl ethtool rsyslog bash-completion htop net-tools wireless-tools network-manager iputils-ping language-pack-en-base ifupdown apt install -y inetutils-ping cutecom audacity v4l-utils cheese wpasupplicant (可选)安装...
不过经过我的尝试,是DNS问题,这是默认的配置: 这个配置来自windows为WSL的虚拟ip地址: 解决方案是将DNS server更换为google的8.8.8.8。 直接修改的会发有如下问题: 使用nano修改: Ctrl+X退出,Y确认,回车返回。 再次查看: 修改成功了。 我们重新运行apt-get update OK。
不过经过我的尝试,是DNS问题,这是默认的配置: 这个配置来自windows为WSL的虚拟ip地址: 解决方案是将DNS server更换为google的8.8.8.8。 直接修改的会发有如下问题: 使用nano修改: Ctrl+X退出,Y确认,回车返回。 再次查看: 修改成功了。 我们重新运行apt-get update OK。
sudoadd-apt-repository"deb [arch=amd64] https://download.docker.com/linux/ubuntu$(lsb_release -cs)stable"sudo apt-get update sudo apt-get install -y docker-ce docker-ce-cli containerd.io 由于新的ubuntu系统使用了iptables-nft,而WSL2不支持,需要更换iptable策略,否则dockerd起不来: update-altern...
Installed WSL 2 (Debian, but previously tried Ubuntu with same issues). Installation went smoothly, but when I tried the following: wsl2-prompt> sudo apt-get update I get the following output to the terminal: Err:1…
ubuntu 与 centOS 常用命令要区分,要会用;ubuntu 18 安装软件用:apt-get 要保持会折腾的心,要会静心、有耐心。 三、坑,很多很多坑,_(´ཀ`」∠)_吐了 1.Docker Desktop 安装后,不要对 WIN10优化启动项,让它自启动(重复3遍~~~)。让我o(╥﹏╥)o会儿,我又重装了它。
wsl2_linux:Debian无法直接通过sudo apt-get install 软件名/工具名 方式安装工具,执行sudoapt-getupdate重新尝试.
根据提示,输入vim /etc/apt/sources.list 配置一下apt的清华镜像,用于加速apt下载软件 然后sudo apt-get update,使配置生效。 改ssh配置 依次运行命令: 代码语言:javascript 复制 //重装ssh,自带的不行sudo apt-getremove openssh-server sudo apt-getinstall openssh-server//编辑ssh配置sudo vi/etc/ssh/sshd_...
于是我修改了etc/apt/source.list内的源,修改成华为源,阿里源都发现不行,apt-get update的时候总...
官网的介绍步骤也是第一步将存储库密钥添加到系统中,然后将Debian包存储库地址附加到服务器的jenkins.list中,最后再通过apt-get进行安装jenkins了。 其实整个步骤很简单,一般情况下我们都是通过apt-get install 进行安装各种程序的。但是apt-get 默认的服务器地址中可能没有,或没有最新版本的。我们需要主动告诉apt从哪...