# operations 分类

> chaihongjun.me | 柴宏俊 web 技术学习笔记 下「operations」分类的全部文章，链接为 Markdown 版本。

- [屏蔽疯狂抓取数据的metafacebook爬虫meta-externalagent](https://chaihongjun.me/operations/60.md): 使用fail2ban和nginx的配置屏蔽疯狂抓取数据的metafacebook（HTML: https://chaihongjun.me/operations/60.html）
- [vue3开发的网站部署在nginx上配置代理解决图片跨域问题](https://chaihongjun.me/operations/49.md): 之前的文章介绍的nginx配置代理主要是针对API接口，这篇文章解决的是图片跨域（HTML: https://chaihongjun.me/operations/49.html）
- [利用HBuilderX打包vue3的移动端项目为App避免App启动白屏](https://chaihongjun.me/operations/45.md): Vite作为前端构建工具，打包生成的资源依然是Web应用，如果想将这个web应用（HTML: https://chaihongjun.me/operations/45.html）
- [vue3项目生产环境代理方式解决无法配置接口服务器或请求第三方API的cors跨域问题](https://chaihongjun.me/operations/42.md): 网上一堆关于在开发环境下vue3配置vite.config.js文件解决cors（HTML: https://chaihongjun.me/operations/42.html）
- [acme协议脚本安装Let'sEncrypt免费通配符域名证书](https://chaihongjun.me/operations/34.md): acme.sh是实现ACME客户端协议的纯Unix shell脚本。ACME（自（HTML: https://chaihongjun.me/operations/34.html）
- [centos安装google最新压缩算法brotli的nginx模块ngx_brotli](https://chaihongjun.me/operations/14.md): Brotli是一种通用无损压缩算法，它使用LZ77算法的现代变体、霍夫曼编码和二（HTML: https://chaihongjun.me/operations/14.html）
- [在线查看nginx日志](https://chaihongjun.me/operations/9.md): 一般的网站日志查看方式要么是登录FTP下载日志文件到本地，要么直接登录服务器查看（HTML: https://chaihongjun.me/operations/9.html）
- [fail2ban阻止SSH以及FTP和Mysql暴力破解](https://chaihongjun.me/operations/10.md): 基于oneinstack的fai2ban阻止ssh被暴力破解，拓展到对FTP和M（HTML: https://chaihongjun.me/operations/10.html）
- [ngx_pagespeed模块配置指南](https://chaihongjun.me/operations/13.md): ngx_pagespeed作为google开发的nginx第三方模块通过各种过滤（HTML: https://chaihongjun.me/operations/13.html）
- [web不停服nginx平滑静默升级和跨版本升级注意事项](https://chaihongjun.me/operations/12.md): 这里针对的是使用oneinstack或者lnmp一键安装包背景，需要注意的一些地（HTML: https://chaihongjun.me/operations/12.html）
- [nginx防盗链配置抵御流量被偷](https://chaihongjun.me/operations/8.md): 盗链网站资源是指一种非法的网络行为，具体指的是服务提供商自己不提供服务的内容，而（HTML: https://chaihongjun.me/operations/8.html）
- [nginx屏蔽垃圾无效蜘蛛](https://chaihongjun.me/operations/5.md): 屏蔽蜘蛛的爬取有两种方法,，一种是通过Robots协议，这个属于君子协定不具备绝（HTML: https://chaihongjun.me/operations/5.html）
- [网站404页面地址自动更新提交](https://chaihongjun.me/operations/4.md): 通过各个搜索引擎抓取的网站404页面地址，收集并整理统一定时每天处理（HTML: https://chaihongjun.me/operations/4.html）
- [使用dnsmasq搭建内网dns服务器解析内网网站](https://chaihongjun.me/operations/2.md): dnsmasq是一款强大的DNS解析软件，可以拦截客户端的请求做出对应的解析（HTML: https://chaihongjun.me/operations/2.html）
- [MySQL日志引起服务器磁盘爆满](https://chaihongjun.me/operations/1.md): MySQL的二进制日志文件如果不做定期清理会导致占用过多磁盘，所以定期清理或者暂（HTML: https://chaihongjun.me/operations/1.html）

---

返回 [站点概览](https://chaihongjun.me/index.md)
