自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 问答 (1)
  • 收藏
  • 关注

原创 WSL2 Ubuntu20.04 /etc/resolv.conf重启丢失

描述:修改/etc/resolv.conf,每次WSL重启之后,自己配置的DNS就会丢失,重置为默认的根据/etc/resolv.conf中的内容可知,/etc/resolv.conf是WSL自动生成的,如果要停止自动生成,在/etc/wsl.conf添加下面的内容。# This file was automatically generated by WSL. To stop automatic generation of this file, add the following entry to ..

2022-05-16 12:43:35 7012 1

原创 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running

描述:安装docker之后出现Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?docker 本身已经装好了,但docker服务没有启动,所以在/var/run/路径下找不到docker的进程。解决:启动docker服务:service docker startroot@DESKTOP-MUU37FJ:/home/lingxuan_tan# s..

2022-05-16 12:40:53 339

原创 Ubuntu 20.04 TSL换源报错:Err:1 http://mirrors.aliyun.com/ubuntu focal InRelease

Err:1 http://mirrors.aliyun.com/ubuntu focal InReleaseTemporary failure resolving ‘mirrors.aliyun.com’描述:在Ubuntu 20.04编辑/etc/apt/sources.list文件,更改为阿里源之后,更新执行sudo apt update,报错:Err:1 http://mirrors.aliyun.com/ubuntu focal InRelease Temporary failure

2022-05-16 12:37:43 24994 11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除