Linux笔记

  1. Invalid message received with signature 18245
    参考:https://blog.csdn.net/fh_luchenxi/article/details/103911419
  2. 查看端口使用情况
    参考:https://www.cnblogs.com/qinxu/p/9263235.html
netstat -alnp | grep 8080
kill -9 17952
  1. libnuma.so.1()(64bit) 被 mysql-community-server-5.7.25-1.el7.x86_64 需要
    参考:https://blog.csdn.net/xie1748288177/article/details/110878856
yum -y install numactl
  1. rz �z waiting to receive.B0100000023be50
    参考: https://blog.csdn.net/weixin_40097906/article/details/103495209

  2. Linux 设置静态IP
    参考:https://my.oschina.net/wugong/blog/1791013

  3. 常用linux命令
    参考:https://blog.csdn.net/yuan2019035055/article/details/120584242

posted on 2023-01-23 10:41  朝朝暮Mu  阅读(36)  评论(0)    收藏  举报