
linux
文章平均质量分 61
西土瓦110
物联网从业者
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Centos7更新gitlab17失败: GitLab KAS: RuntimeError: Execution of the command gitlab-kas –version failed
编辑gitlab的配置文件,配置文件默认位置/etc/gitlab/gitlab.rb。GitLab现运行版本:16.11.2。GitLab需要更新版本:17.1.1。操作系统:Centos7。原创 2024-07-05 10:21:39 · 1292 阅读 · 0 评论 -
linux上安装snmp服务
1.解压源码包 >tar zxvf net-snmp-5.5.2.1.tar.gz2.配置安装 > cd ./net-snmp-5.5.2.1 > ./configure 在配置的过程中,会出现一些选项,如果没有特殊设置,可以一直回车,直到配置完成。 >make >make install3.增加配置文件 >cp EXAMPLE.conf /u原创 2014-04-03 13:41:35 · 748 阅读 · 0 评论