上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 64 下一页
摘要: nfs-server IP # ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 阅读全文
posted @ 2023-03-02 11:39 小吉猫 阅读(54) 评论(0) 推荐(0)
摘要: 下载sonar-scanner wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.8.0.2856-linux.zip 设置sonar-scanner 解压sonar-sc 阅读全文
posted @ 2023-03-01 18:33 小吉猫 阅读(528) 评论(0) 推荐(0)
摘要: 要求 前提条件 sysctl.conf # echo "vm.max_map_count=524288" >> /etc/sysctl.conf # echo "fs.file-max=131072" >> /etc/sysctl.conf # sysctl -p limits.conf # ech 阅读全文
posted @ 2023-03-01 16:36 小吉猫 阅读(930) 评论(0) 推荐(0)
摘要: 安装插件 插件安装路径 ls -l /usr/local/sonarqube/extensions/plugins/ total 76 -rw-r--r-- 1 sonarqube sonarqube 737 Feb 3 11:19 README.txt -rw-r--r-- 1 sonarqube 阅读全文
posted @ 2023-03-01 16:31 小吉猫 阅读(128) 评论(0) 推荐(0)
摘要: 查看binlog MySQL [(none)]> show binary logs; + + + | Log_name | File_size | + + + | mysql-bin.000246 | 1073742039 | | mysql-bin.000247 | 1073742006 | | 阅读全文
posted @ 2023-03-01 15:13 小吉猫 阅读(26) 评论(0) 推荐(0)
摘要: 创建文件存储库配置 echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list 导入存储库签名密钥 wget --quiet - 阅读全文
posted @ 2023-03-01 14:19 小吉猫 阅读(516) 评论(0) 推荐(0)
摘要: 方法一:.pgpass 查看postgres家目录 grep postgres /etc/passwd postgres:x:114:119:PostgreSQL administrator,,,:/var/lib/postgresql:/bin/bash 创建.pgpass touch /var/ 阅读全文
posted @ 2023-03-01 14:19 小吉猫 阅读(134) 评论(0) 推荐(0)
摘要: pg_hba.conf 文件格式 local database user auth-method [auth-options] host database user address auth-method [auth-options] hostssl database user address au 阅读全文
posted @ 2023-03-01 14:08 小吉猫 阅读(49) 评论(0) 推荐(0)
摘要: Ingress介绍 kubernetes使用Ingress控制器作为统一的流量入口,管理内部各种必要的服务,并通过Ingress API资源来描述如何区分流量以及内部的路由逻辑。可以通过Ingress和Ingress控制器定义路由流量的规则来完成服务发布,而无须创建一堆NodePort或LoadBa 阅读全文
posted @ 2023-02-27 12:54 小吉猫 阅读(289) 评论(0) 推荐(0)
摘要: nginx nginx.conf server { listen 80; server_name localhost; location / { root /apps/nginx/wordpress; index index.php index.html index.htm; } location 阅读全文
posted @ 2023-02-23 17:38 小吉猫 阅读(172) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 64 下一页