-
Cloudflare Zero Trust 保护网站后台登录
由于我部署了Telegraph-Image图床,出于安全和便捷性考虑,下面介绍了结合Cloudflare Access使用GitHub账户进行登录保护的整个过程。 部署Telegraph-Image图床首先,我部署了Telegraph-Image图床,这是一个开源项目,可以方便地存储和管理图片资源。 为了访问后台管理页面,我决定使用Cloudflare Access结合GitHub账户进行安... -
docker以及docker-compose的一些常用命令
Docker和Docker Compose是两个非常强大的工具,它们可以帮助你管理和部署应用。以下是一些常用的命令: 推荐一个一键脚本自动安装最新的docker和docker-compose 123git clone https://github.com/ZefanHu/docker-install-scriptcd docker-install-scriptsudo ./docker-... -
在Ubuntu 22上部署RSS-Translator
创建目录和下载脚本首先,我们需要创建一个新的目录来存放下载的脚本。可以使用以下命令: 12mkdir -p ~/rss-translatorcd ~/rss-translator 然后,我们使用wget命令下载install_update.sh脚本: 1wget "https://raw.githubusercontent.com/rss-translator/RSS-Trans... -
Git Guideline
最近学习了如何使用hexo搭建一个属于自己的博客,我在部署的过程中遇到了一些问题,在此记录。 Cloudflare Pagecloudfalre page部署hexo博客使用网络教程中的hexo generate会报错:hexo: not found 正确的配置写法是: 生产分支 main 构建命令 npm run build 构建目录 public cloudflare page... -
Java Basic
Java Comments single-line: // multi-line: /* */ documentation comments: /** */ Identifiers and KeywordsKeywords class: Defines a class. public, private, protected: ... -
Hello World
Here’s something encrypted, password is required to continue reading.