猫哥的学习博客
  • Home
  • Archives
  • Categories
  • Tags
  • About

通过docker安装nextcloud,使用caddy反代并开启https简易教程

说明:亚马逊云服务器,内存1G,硬盘30G,系统刚重置其他都没装,域名为“aa.542136.xyz”且托管到cloudflare(不要开小黄云,开了申请不了证书),A记录指向服务器ip且能ping通。教程通过docker搭建nextcloud服务器,并且通过caddy申请ssl证书开启https访问,设置密码默认为“mypasswd”,用户名为ubuntu(主目录/home/
2025-04-20

frp代理ftp设置

frp代理ftp设置 1.代理服务器设置wget https://github.com/fatedier/frp/releases/download/v0.60.0/frp_0.60.0_linux_amd64.tar.gztar -zxvf frp_0.60.0_linux_amd64.tar.gzcd frp_0.60.0_linux_amd64 #编辑frps.toml文件,修改为如下内容
2025-04-10

rustdesk服务器搭建

rustdesk服务器搭建#准备工作,下载服务器zip格式的压缩包https://github.com/rustdesk/rustdesk-server/releases#安装pm2及相关软件sudo apt install unzipsudo apt install npmsudo npm install -g pm2#到rustdeskserver压缩包目录下解压unzip XXX.zipcd
2025-04-02

hexo、nginx服务器配置

###安装hexo#预备工作sudo apt updatesudo apt install nodejs npm git#安装 Hexosudo npm install -g hexo-cli#初始化博客(your-blog-name替换为博客名)hexo init your-blog-namecd your-blog-namenpm install#生成静态文件:hexo generat
2025-03-21

nginx服务器通过acme申请证书

安装Nginx后用acme.sh申请HTTPS证书简易教程 (一)安装acme#首先,确保系统已经安装了git、curl、micro等基础软件sudo apt updatesudo apt install git curl micro socat#通过curl命令或直接从GitHub上克隆acme.sh仓库来安装acme.shsudo curl https://get.acme.sh | sh -
2025-03-12

ssh安装配置

sudo apt updatesudo apt upgradesudo apt remove –purge openssh-serversudo apt install openssh-serversystemctl start sshsudo systemctl status sshsudo systemctl enable sshsudo ufw allow ssh#修改配置文件sudo mi
2025-03-12

ftp安装配置

sudo apt updatedpkg -s vsftpdsudo apt remove –purge vsftpdsudo apt install vsftpdsudo systemctl status vsftpd#编辑/etc/vsftpd.conf文件sudo micro /etc/vsftpd.conf#在/etc/vsftpd
2025-03-12
12

Search

Hexo Fluid