分类 玩转Linux 中的文章

GoAccess日志分析工具

1.1 GoAccess简介 GoAccess是一个非常良心的开源软件,它的良心之处体现在如下方面: 1)安装简单; 2)操作容易; 3)界面酷炫; GoAccess 官网 https://goaccess.io 1.2 安装GoAccess 1.2.1 系统环境说明 1.2.2 安装GoAccess 官网提供多种系统版本的安装方法: https://goaccess.io/download#installation 配置完成的信息 1.2.3 使用GoAccess分析日志 注……

阅读全文

AWK常用技巧

1.1 介绍 1.1.1 AWK原理 似于C 语言。在代码块中只有一条 print 命令。在awk 中,如果只出现 print 命令,那么将打印当前行的全部内容。 1.2 AWK常用速查表 1.2.1 AWK运算符 <td style="width: 63.44%; border-top: 1pt solid #9bbb59; border-right: 1pt solid #9bbb59; border-bottom: 1pt solid #9bbb59; border-left: none; background: #9bbb59; padding: 0cm 5.4pt; height: 1pt;" valign="top" width="63%"> <p style="text-align: center;" align="center"> <strong><span style="font-family: '微软雅黑',sans-serif; courier new"4courier new";color: white;"&g……

阅读全文

监控命令之tsar

1.1 tsar是什么? tsar是淘宝自己开发的一个采集工具(类似于sar工具),主要用来收集服务器的系统信息(如cpu,io,mem,tcp等),以及应用数据(如squid haproxy nginx等)。 收集到的数据存储在磁盘上,可以随时查询历史信息,输出方式灵活多样,另外支持将数据存储到mysq……

阅读全文

日志切割之Logrotate

1、关于日志切割 日志文件包含了关于系统中发生的事件的有用信息,在排障过程中或者系统性能分析时经常被用到。对于忙碌的服务器,日志文件大小会增长极快,服务器会很快消耗磁盘空间,这成了个问题。除此之外,处理一个单个的庞大日志文件也常常是件十分棘手的事。 logrotate是个十分有用的工……

阅读全文

Python入门篇

1.1 Python介绍 1.1.1 Python简介 1.1.2 Python设计哲学与定位 1.1.3 Python应用范围 1.1.4 Python的种类 1.2 Python的语法 1.2.1 缩进语法 1.2.2 变量说明 1.2.3 语句和控制流 <td style="width: 79.7%; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-top-color: #a5a5a5; border-right-color: #a5a5a5; border-bottom-color: #a5a5a5; border-left: none; background: #a5a5a5; padding: 0cm 5.4pt;" width="79%"> <p class="MsoNormal" style="margin-bottom: .0001pt; text-align: center; mso-yfti-cnfc: 1;" align="center"> <strong><span style="font-size: 10.0pt; font-family: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; color: white; mso-themecolor: backgr……

阅读全文

Nginx软件优化

1.1 Nginx优化分类 1.2 Nginx安全优化 1.2.1 隐藏nginx版本信息优化 1.2.2 修改nginx版本信息 1.2.3 修改worker进程的用户 1.2.4 上传文件大小的限制(动态应用) 1.2.5 站点 Nginx站点目录及文件URL访问控制 1.2.6 配置Nginx,禁止非法域名解析访问企业网站 1.2.7 Nginx图片及目录防盗链解决方案 <span……

阅读全文