10 2023 档案

摘要:yum install -y gcc make readline-devel zlib-devel libicu-devel cd /usr/local tar zxvf postgresql-16.0.tar.gz cd postgresql-16.0 ./configure --prefix=/ 阅读全文
posted @ 2023-10-27 11:48 缤纷世界 阅读(249) 评论(0) 推荐(0) 编辑
摘要:最简 filebeat.inputs: - type: log enabled: true paths: - /usr/local/openresty/nginx/logs/access.log output.kafka: enabled: true hosts: ["10.10.14.64:909 阅读全文
posted @ 2023-10-26 08:39 缤纷世界 阅读(162) 评论(0) 推荐(0) 编辑
摘要:nginx.conf(将原日志路径改为rsyslog服务器地址) access_log syslog:server=10.10.14.64:514,facility=local6 main; 如果需要入库需要安装相应数据库的依赖包 ;mysql依赖:yum install -y rsyslog-my 阅读全文
posted @ 2023-10-25 15:08 缤纷世界 阅读(569) 评论(0) 推荐(0) 编辑
摘要:mysql增加canal使用的用户 CREATE USER canal IDENTIFIED BY 'canal'; GRANT SELECT, REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO 'canal'@'%'; -- GRANT ALL PRI 阅读全文
posted @ 2023-10-19 09:26 缤纷世界 阅读(259) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>测试</title> <style> html, body { height: 100%; margin: 0; overflow: hidden; } .co 阅读全文
posted @ 2023-10-10 09:31 缤纷世界 阅读(40) 评论(0) 推荐(0) 编辑
摘要:CentOS8重启网卡命令_鹏老板的博客-CSDN博客 阅读全文
posted @ 2023-10-07 14:01 缤纷世界 阅读(6) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示