摘要:
安装软件 sudo apt-get install axelsudo axel -o /usr/bin/apt-fast http://www.mattparnell.com/linux/apt-fast/apt-fast.shsudo chmod +x /usr/bin/apt-fast 使用 之 阅读全文
posted @ 2020-08-15 23:47
龙影123
阅读(1782)
评论(0)
推荐(0)
摘要:
vim打开/lib/systemd/system/rc-local.service添加install项 vi /lib/systemd/system/rc-local.service # SPDX-License-Identifier: LGPL-2.1+ # # This file is part 阅读全文
posted @ 2020-08-15 22:18
龙影123
阅读(537)
评论(0)
推荐(0)
摘要:
Linux centos重启命令: 1、reboot 2、shutdown -r now 立刻重启(root用户使用) 3、shutdown -r 10 过10分钟自动重启(root用户使用) 4、shutdown -r 20:35 在时间为20:35时候重启(root用户使用) 如果是通过shut 阅读全文
posted @ 2020-08-15 15:31
龙影123
阅读(348)
评论(0)
推荐(0)
摘要:
把虚拟机共享目录名为www的 挂载到centos7的/www/web目录上 /usr/bin/vmhgfs-fuse .host:/www /www/web -o subtype=vmhgfs-fuse,allow_other -o nonempty 加入自动启动 vi /etc/rc.d/rc.l 阅读全文
posted @ 2020-08-15 14:06
龙影123
阅读(276)
评论(0)
推荐(0)
摘要:
镜像操作 从仓库上下载镜像资源到本地 docker pull xxx:yyy 查看所有的镜像 docker images 删除镜像 docker rmi xxx:yyy 删除所有镜像 docker rmi $(docker images) 根据dockerfile构建镜像 docker build 阅读全文
posted @ 2020-08-15 11:54
龙影123
阅读(96)
评论(0)
推荐(0)

浙公网安备 33010602011771号