摘要:
将docker修改为国内镜像源在/etc/docker/daemon.json文件中添加下面参数此处使用的是中国科技大学的docker镜像源{undefined“registry-mirrors” : [“https://docker.mirrors.ustc.edu.cn”]}service do 阅读全文
posted @ 2022-03-13 22:38
kalibb
阅读(405)
评论(0)
推荐(0)
摘要:
问题描述Window10安装VMware 15,VMware中安装了Ubuntu 18.04(或者Ubuntu 20.04),在Ubuntu中安装完vmtool后,发现从Windows向Ubuntu中复制文件或内容。解决办法不使用官方提供的vmtool,使用开源的vmtool。sudo apt in 阅读全文
posted @ 2022-03-13 22:15
kalibb
阅读(117)
评论(0)
推荐(0)
摘要:
一、安装docker 1、安装docker:sudo apt-get install -y docker.io 2、启动docker服务:systemctl start docker 3、设置开机启动:systemctl enable docker 4、查看docker状态:systemctl st 阅读全文
posted @ 2022-03-13 21:32
kalibb
阅读(178)
评论(0)
推荐(0)
摘要:
一、简介 快速生成免杀exe可执行文件,目前拥有三种免杀的方法 二、下载及安装 1、下载到本地 git clone https://github.com/lengjibo/FourEye.git 2、进入该文件夹 cd FourEye 3、安装需要的python库 pip install -r re 阅读全文
posted @ 2022-03-13 16:28
kalibb
阅读(754)
评论(0)
推荐(0)