FXTALK.CN
  • 🏠 首页
  • 📚 文章
  • 🏷️ 标签
  • ⏱️ 时间轴
  • 😘 关于
  • 🔍 搜索
🏠 主页 » 🏷️ 标签

Linux

Debian 11 Bullseye 升级记录

前言 本文记录了从 Debian 10 Buster 到 Debian 11 Bullseye 的系统升级过程。 Debian 官方中文教程:https://www.debian.org/releases/stable/amd64/release-notes/ch-upgrading.zh-cn.html 开始 以下所有操作使用root用户完成 备份 如果你的机器不...

2022-03-02    682字    2分钟    Felix    Debian  Linux

Docker 命令自动补全

Docker comes with command completion for the bash and zsh shell. Here is the procedure to enable bash auto completion in Docker CE on Centos 7 and Ubuntu Install bash-completion package on CentOS/RedHat # yum -y install bash-completion on Ubuntu apt-get update apt-get install bash-completion -y UPDATE: June 27, 2020 If you installed docker-ce-cli package, it already ships with bash-completion files, you don't need to run the following commands.# dpkg -L docker-ce-cli |grep completion /usr/share/bash-completion /usr/share/bash-completion/completions /usr/share/bash-completion/completions/docker /usr/share/fish/vendor_completions.d /usr/share/fish/vendor_completions.d/docker.fish /usr/share/zsh/vendor-completions /usr/share/zsh/vendor-completions/_docker Download bash completion file from https://github.com/docker/docker-ce/blob/master/components/cli/contrib/completion/bash/docker into /etc/bash_completion.d # curl https://raw.githubusercontent.com/docker/docker-ce/master/components/cli/contrib/completion/bash/docker -o /etc/bash_completion.d/docker.sh Logout and login again. type docker im and enter TAB then, you will get the possible parameters # docker im<TAB> image images import If I type docker images then TAB, docker will list the available images. # docker images <TAB> nginx:latest redis It alo shows us...

2022-01-02    164字    1分钟    Felix    Docker  Linux

Debian/Ubuntu 部署 LNMP

LNMP To be continue

2019-12-25    4字    1分钟    Felix    Debian  Ubuntu  Nginx  Mariadb  MySQL  PHP  Linux

Debian 10 Buster 升级记录

前言 本文记录了从 Debian 9 Stretch 到 Debian 10 Buster 的系统升级过程。 Debian官方中文教程:https://www.debian.org/releases/stable/amd64/release-notes/ch-upgrading.zh-cn.html 开始 以下所有操作使用root用户完成 备份 如果...

2019-05-02    781字    2分钟    Felix    Debian  Linux



© 2016-2024 FXTALK.CN All Rights Reserved. 浙ICP备18044670号
本网站由 又拍云 提供CDN加速/云存储服务