博客
时间线
分类
标签
关于
博客
时间线
分类
标签
关于
linux -- ubuntu config root
1. 修改 sshd_config123456cd /etc/sshvim sshd_config# 找到 Authentication 下的 PermitRootLogin prohibit-password#修改为:PermitRootLogin yes 2. 重启 ssh1/etc/init.d/ssh restart 3. 重置 root 用户的密码 Ubuntu的默认root...
2023-04-28
阅读全文
Hello World
Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy t...
2023-04-28
阅读全文
Create Hexo
安装 安装前提: nodejs 安装 nodejs 直接下载安装: Nodejs 安装 hexo1npm install -g hexo-cli 初始化项目 找个文件夹1hexo init 使用 vexo theme theme 地址: Vexo Download/Checkout this theme into your project 12345cd your-...
2023-04-28
阅读全文
linux 下 git 免密
方法一 cd到~/目录下,创建一个文件:touch .git-credentialsvim .git-credentials 然后输入https://{username}:{password}@git.gitxx.com,比如http://fengjiaheng:password@git.gitxx.com 然后执行:git config –global cre...
2023-04-28
阅读全文
git 命令小记
配置 git config –global user.name “xxxxxx” 配置全局用户名 git config –global user.email “xxxxxx@xxx.com“ 配置全局用户邮箱 git config ...
2023-04-28
阅读全文
docker -- 7. AList 网盘挂载
AList 网盘挂载 地址 AList GitHub Alist文档 主要功能/特点 挂载本地 挂载各种网盘 网页统一访问 支持 WebDAV 协议对外访问 Docker 中使用1234567891011121314version: '3.7'services: trilium: image: zadam/trilium container_n...
2023-04-28
阅读全文
docker -- 6. trilium 博客系统
trilium 博客系统 地址 中文 github 地址 原版地址 wiki 地址 主要功能(使用几天的感受) 支持 markdown, 但感觉不太多 Trilium 使用了很棒的CKEditor 5作为它的编辑组件。但我感觉不太好用, 可能是不会 可以导出/导入markdown, 不是完美兼容 可以导出html 有客户端, 可以在客户端直接编辑, 随后同步到服务器 部署...
2023-04-28
阅读全文
docker -- 5. filebrowser 文件服务器
filebrowser 文件服务器
地址
github地址:
GitHub
feature:
Feature
主要功能
上传文件
浏览文件
分享文件
下载文件
shell
默认账号密码: admin – admin
2023-04-28
阅读全文
docker -- 4. nginx
nginx
github地址
主要功能
主要特性
2023-04-28
阅读全文
docker -- 3. ddns-go
ddns-go
github地址
地址:
GitHub
主要功能
自动获得你的公网 IPv4 或 IPv6 地址,并解析到对应的域名服务。
主要特性
支持Mac、Windows、Linux系统,支持ARM、x86架构
支持 Docker 中部署;
重要:
docker 部署的时候需要使用host模式
host模式只能在linux中使用
所以只能在 linux 中 Docker 部署
支持的域名服务商 Alidns(阿里云)
支持多个域名同时解析
网页中配置,简单又方便,默认勾选禁止从公网访问
支持Webhook通知
2023-04-28
阅读全文
上一页
7 / 8
下一页