• 开发语言 (current)
  • shell (current)
  • 监控 (current)
  • 安全 (current)
  • mysql (current)
  • ansible (current)
  • 企业故障 (current)
  • nginx (current)
  • kubernetes (current)

linux冷知识(2)

一、linux中为bz2结尾的压缩包 tar -jxf boost_1_60_0.tar.bz2 二、切割日志: tail -n +1800205 vv.dg.cdstm.cn-access_log

阅读更多...

ssh连接报错:ssh_exchange_identification: Connection closed by remote host

解决: echo ' ' >/etc/hosts.deny

阅读更多...

shell案例

一、#创建用户必须是英文 用户的密码必须是数字。 read -p "请输入创建的用户:" name read -p "情输入创建用户的密码:" passwd i

阅读更多...

shell基础

1:在shell 中$() 与 ``等效。执行中间包含的命令语句,返回执行结果。 2:从效率来说let==(()) > expr > bc。let和(())运行是内建命令,使用相同的算法。

阅读更多...

shell自动添加开头

一、先创建单个用户的vim文件(我们只给root在vim的时候自动添加)。 https://blog.csdn.net/qq_32019341/article/details/90741907 [ro

阅读更多...

基础

一、取日志中出现次数最多的前10IPip: [root@123123 nginx]# cat access.log-20191122 |awk '{print $1}'|sort |u

阅读更多...

同样的配置为何81端口可访问,80端口不可访问?

---------------------------------------- 看到上面的一幕我蒙蔽了;以为服务器坏了,差点疯掉,本地可以同,同内网环境可以同,就是偏偏公网不可通; 最后问到群友,说

阅读更多...

firewalld开通80端口外部访问

一、查看打开了哪些服务端口 [root@kache ~]# firewall-cmd --list-services dhcpv6-client ssh 二、查看可以添加哪些服务的端口 [root@k

阅读更多...

nginx故障 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 192.168.1.101, server: localhost, request:

php文件无法解析, 经过查询后是nginx内置变量问题 原问题: 修改后: 1 fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;

阅读更多...

(3)php5.6安装memcache扩展

1、下载 libmemcache yum install libmemcached -y 2、下载memcache wget http://pecl.php.net/get/memcache-3.0.

阅读更多...

  • 上一页
  • 1
  • ...
  • 34
  • 35
  • 36
  • 37
  • 38
  • ...
  • 43
  • 下一页
搜索
个人微信号

有问题请加博主微信进行沟通!

最新文章
  • 主流监控系统的对比!!
  • bind域名解析压测-named
  • bind域名解析服务器named监控指标
  • tengine编译
  • linux删除文件减少io消耗
  • nginx状态码 000
  • GO语言模拟长轮询代码
  • GO语言模拟长链接代码
  • prometheus和thanos原理
  • linux统计某个进程占用多少内存和cpu
热门标签
  • jumpserver
  • 百度云
  • 容器
  • ELK
  • 管理|自控|高效
  • 三剑客
  • devops
  • linux小知识
  • openvpn
  • 搞笑时刻
梁泽宇的技术小屋~
copyright @ 2016~2021 (www.liangzeyu.com)