Warning: Permanently added to the list of known hosts.

2024-11-13

Warning: Permanently added 'hostname' (server's IP address) to the list of known hosts.  阅读全文...

linux install clamav

2024-11-12

Clam AntiVirus是一个Linux系统上使用的反病毒软件包。  阅读全文...

kafka-eagle efak

2024-11-08

efak监控kafka运行情况。  阅读全文...

show full processlist

2024-11-05

select * from information_schema.processlist where user='testuser';  阅读全文...

docker image prune

2024-10-31

通过docker image prune -f命令,可以有效地管理和维护Docker 镜像,保持开发和生产环境的整洁和高效  阅读全文...

openvpn revoke用户后恢复

2024-10-22

easyrsa revoke user01  阅读全文...

install kuboard v4

2024-10-22

1、CREATE DATABASE kuboard DEFAULT CHARACTER SET = 'utf8mb4' DEFAULT COLLATE = 'utf8mb4_unicode_ci';
create user 'kuboard'@'%' identified by 'Kuboard123';
grant all privileges on kuboard.* to 'kuboard'@'%';
FLUSH PRIVILEGES;  阅读全文...

kubectl cp

2024-10-17

kubectl cp /tmp/ipdatacloud_district.dat core-service/webcall-ip-convert-service-7f6dcb94cb-nqrp9:/webcall-ip-convert-service/config   阅读全文...

进程中断的时候Supervisor能自动重新启动

2024-10-16

Supervisor(监督人),在Linux中Supervisor是一个进程管理工具,当进程中断的时候Supervisor能自动重新启动它。可以运行在各种类Linux/unix的机器上,supervisor是用Python开发的一套通用的进程管理程序,能将一个普通的命令行进程变为后台daemon,并监控进程状态,异常退出时能自动重启。  阅读全文...

nginx install nginx-module-vts-0.2.2

2024-10-15

1、curl -L "https://github.com/vozlt/nginx-module-vts/archive/refs/tags/v0.2.2.tar.gz" -o nginx-module-vts-0.2.2.tar.gz  阅读全文...

Jenkins-Role-based Authorization Strategy

2024-10-12

Jenkins-Role-based Authorization Strategy插件  阅读全文...

linux ldd中毒

2024-10-12

ldd /usr/bin/top
/usr/local/lib/sshd.so
/usr/local/lib/pnscan.so
/usr/local/lib/masscan.so
/usr/local/lib/httpd.so
/usr/local/lib/bioset.so  阅读全文...

tiny c compiler

2024-09-30

Tiny C Compiler(TCC) 是一个轻量级高速的C语言编译器。与其他C语言编译器不同,它是一个自我依赖的系统,不需要其他外部的汇编器和连接器。TCC的编译速度十分快,以至于编译一些大型项目都不需要Makefile文件。  阅读全文...

linux disk uuid

2024-09-25

blkid   阅读全文...

win10配置L2TP

2024-09-25

1、设置、网络、增加vpn
安全ipsec2
允许使用协议:质询握手身份验证协议(CHAP)
2、注册表修改
Windows Registry Editor Version 5.00  阅读全文...