上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 66 下一页
摘要: 下载nessus # curl --request GET --url 'https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.5.0-ubuntu1404_amd64.deb' --output 'Nessus- 阅读全文
posted @ 2023-03-05 13:06 小吉猫 阅读(2379) 评论(1) 推荐(2)
摘要: 下载nessus # curl --request GET --url 'https://www.tenable.com/downloads/api/v2/pages/nessus/files/Nessus-10.5.0-ubuntu1404_amd64.deb' --output 'Nessus- 阅读全文
posted @ 2023-03-04 19:44 小吉猫 阅读(235) 评论(0) 推荐(0)
摘要: rsyslog 50-default.conf # vim /etc/rsyslog.d/50-default.conf *.=info;*.=notice;*.=warn;\ auth,authpriv.none;\ cron,daemon.none;\ mail,news.none -/var/ 阅读全文
posted @ 2023-03-03 12:18 小吉猫 阅读(189) 评论(0) 推荐(0)
摘要: 启用2AF 登录测试 参考文档 https://docs.gitlab.com/ee/security/two_factor_authentication.html#enforce-two-factor-authentication 阅读全文
posted @ 2023-03-02 19:15 小吉猫 阅读(76) 评论(0) 推荐(0)
摘要: 环境要求 8 + of CPU 16 GB+ of RAM 50 GB+ of drive space docker-compose.yml version: '3.6' services: web: image: 'gitlab/gitlab-ce:latest' restart: always 阅读全文
posted @ 2023-03-02 17:39 小吉猫 阅读(286) 评论(0) 推荐(0)
摘要: 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 小吉猫 阅读(71) 评论(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 小吉猫 阅读(587) 评论(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 小吉猫 阅读(1003) 评论(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 小吉猫 阅读(145) 评论(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 小吉猫 阅读(43) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 66 下一页