随笔分类 - 02Linux
centos/ubuntu/rhel/debian/suse/euler
摘要:anolis8.9 https://mirrors.openanolis.cn/anolis/8.9/isos/GA/ 安装界面 进入界面
阅读全文
摘要:EOF(end of life) https://tomcat.apache.org/tomcat-85-eol.html
阅读全文
摘要:概述 发现中标麒麟是基于redhat二次发行的,哈哈哈 下载 中标麒麟v7.0桌面版安装镜像 链接:https://pan.baidu.com/s/1ynNe47YI4z7DHfKgKY5NSg 提取码:JWq0 中标麒麟v7.0服务器安装镜像 链接: https://pan.baidu.com/s
阅读全文
摘要:Vertica 11.0.x CE社区免费版安装包、客户端、驱动程序 - https://pan.baidu.com/s/1tBd5nTr5Vcj9plGUPWNYwQ > 提取密码:5666
阅读全文
摘要:## 目的 elasticsearch以sql形式查询数据 ## 方式1 ``` get /_xpack/sql?format=txt { "query": " select spanId, avg(elapsed),count(1) from \"sc-log-wbjr_2022-01-21\"
阅读全文
摘要:## 目的 禁用swap,虚机重启正常 **env** - centos6.9 - root/swap lvm形式 > 终端kernel异常,导致系统无法正常启动(引导出了问题)  发起方建立vpc对等 接收方接受对等 发起方、接收方新增路由策略 link https://www.jianshu.com/p/472d371ea3b3 https://cdn.modb.pro/db/411872
阅读全文
摘要:problem docker ps 5d34edfc8832 jumpserver/jms_all:v2.7.1 "./entrypoint.sh" 41 minutes ago Up 21 minutes 0.0.0.0:80->80/tcp, 0.0.0.0:2222->2222/tcp jms
阅读全文
摘要:概述 mysql批量插入多条数据 practices //样式 insert into xxx (x,y,z) values (xx,yy,zz),(xx,yy,zz), ...(xx,yy,zz); INSERT INTO tbl_name (a,b,c) VALUES (1,2,3), (4,5
阅读全文
摘要:概述 ubuntu设置language编码 执行 env ubuntu-21.10 01、查看locale root@mvpbang:~# locale LANG=C.UTF-8 LANGUAGE= LC_CTYPE="C.UTF-8" LC_NUMERIC="C.UTF-8" LC_TIME="C
阅读全文
摘要:概述 redis数据同步到其他redis env redis-4.x container single->single redis-shake(alibaba) https://github.com/alibaba/RedisShake docs https://github.com/alibaba
阅读全文
摘要:sonarqube && sonar-scanner https://www.sonarqube.org/ sonarqube download archive github-sonarqube sonarqube-7.9.3-lts sonarqube-lts-7.9 requirement ht
阅读全文
摘要:vsftpd模式设置 vsftpd.conf 被动模式 pasv_enable=YES 主动模式 pasv_enable=NO 主动模式 典型特征是服务端开放20端口,ftp主动连接客户端(在ip不一个网段的场景就gg了,如:k8s中pod->vsftpd,路由器下机器到互联网的ftp) 被动模式
阅读全文
摘要:概述 同事反馈引用连接mysql提示权限不足(Errcode: 13 Permission denied) 查看mysql进程 && 修改权限 //ps aux |grep mysql [root@ ~]# ps uax |grep mysql root 1939 0.0 0.0 108340 72
阅读全文

浙公网安备 33010602011771号