杂记

cip.cc

nmap

select user,authentication_string from mysql.user where user ='root' ;

SELECT @@datadir

select @@max_allowed_packet;

show variables like '%secure%';

 

whatweb yum install ruby ruby-devel rubygems

 

vi   /etc/profile

export http_proxy=http://172.30.254.56:3128
export ftp_proxy=http://172.30.254.56:3128
export https_proxy=http://172.30.254.56:3128

 

vi /etc/yum.conf

proxy=http://172.30.254.56:3128

proxy_username=username


proxy_password=password

 

 

分析 当前代理使用健康情况

cat /var/log/squid/access.log|gawk '{print $4}'|sort|uniq -c|sort -nr   如下8221 次TCP_MISS 不正常

复制代码
 8221 TCP_MISS/200
    675 TCP_MISS/401
    509 TCP_MISS/503
    244 TCP_MEM_HIT/200
    157 TCP_MISS/302
    131 TCP_MISS/000
    113 TCP_CLIENT_REFRESH_MISS/200
     90 TCP_REFRESH_UNMODIFIED/200
     85 TCP_REFRESH_UNMODIFIED/304
     78 TCP_REFRESH_MODIFIED/200
     68 TCP_MISS/304
     55 TCP_MISS/504
     23 TCP_MISS/301
     14 TCP_MISS/404
     12 TCP_MISS/202
     12 TCP_MISS/201
     11 TCP_MISS/206
     11 TCP_DENIED/403
      8 TCP_IMS_HIT/304
      7 TCP_MISS/502
      7 TCP_MISS/500
      7 TCP_HIT/000
      6 TCP_MISS/403
      4 TCP_MISS/204
复制代码

 

posted @   NHZ-M  阅读(328)  评论(3编辑  收藏  举报
编辑推荐:
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
点击右上角即可分享
微信分享提示