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

👨🏻‍💻 技术

Syncthing 安装与使用

一、安装 Syncthing 包含在默认的 Debian 存储库中,但是版本非常低,因此我们需要使用官方源https://apt.syncthing.net来安装。 # 安装必要 apt install apt-transport-https ca-certificates # Add the release PGP keys: sudo curl -o /usr/share/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg # Add the "stable" channel to your APT sources: echo "deb [signed-by=/usr/share/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list # Update and install syncthing: sudo apt-get update sudo apt-get install syncthing 下载地址:https://github.com/...

2023-02-06    181字    1分钟    Felix    Syncthing

DevOps 学习路线图

图片来源:https://roadmap.sh/devops

2022-11-07    30字    1分钟    Felix    DevOps

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

远程唤醒(Wake On LAN)

最近把家里路由器从华为WS5200四核版升级到新款AX3 Pro(7206-10),发现老款AX3 Pro(7200-10)才有远程唤醒功能(Wake On LAN),妥妥的负升级。😂😂😂 厂商不给,那就自己动手。刚好家里有台7x24跑脚本的Debian 11主机,通过wakeonlan发送魔...

2021-12-14    428字    1分钟    Felix    Debian  路由器

ZeroTier 组网部署

ZeroTier 注册 ZeroTier 允许自建,无任何限制,具体参考官网文档 。 ZeroTier 提供免费服务,最多支持25个设备连接,1个管理员,对于个人来说足够使用了。在使用之前需要先去官方网站(https://www.zerotier.com)注册一个账号,成功注册之后在网络(Networks)那里创建一个私有网络(Cr...

2021-11-07    1351字    3分钟    Felix    ZeroTier

再见 WordPress,你好 Hugo!

生命在于折腾!用了多年的WordPress,感觉有点腻了,这次就试试Hugo。 Hugo Hugo 是什么?简单来说,Hugo就是一个静态网站生成器。 安装 macOS brew install hugo 其他系统可以去全球最大同性交友平台Github下载:https://github.com/gohugoio/hugo 使用 1、创建本地网站...

2020-12-01    313字    1分钟    Felix    Hugo

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加速/云存储服务