上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 39 下一页
摘要: 配置了DHCP功能之后,部门内用户主机可以自动获取地址。但是为了防止员工在内网私自接一个小路由器并开启DHCP自动分配地址的功能,导致内网合法用户获取到了私接的小路由器分配的地址而不能正常上网,还需要配置DHCP Snooping功能。以下以部门A为例,说明DHCP Snooping的配置过程。 1 阅读全文
posted @ 2021-11-26 18:54 walkersss 阅读(960) 评论(0) 推荐(0)
摘要: YAPI https://hellosean1025.github.io/yapi/YApi 是高效、易用、功能强大的 api 管理平台,旨在为开发、产品、测试人员提供更优雅的接口管理服务。可以帮助开发者轻松创建、发布、维护 API,YApi 还为用户提供了优秀的交互体验,开发人员只需利用平台提供的 阅读全文
posted @ 2021-11-25 17:36 walkersss 阅读(425) 评论(0) 推荐(0)
摘要: system-viewsession 1 华为交换机端口模式 一、华为交换机端口分为三种模式:access、trunk、hybird 1、access端口,用于连接主机,pvid就是该端口所属的vlan号,只能属于一个vlan 2、trunk端口,用于交换机之间连接,默认pvid是vlan1,不属于 阅读全文
posted @ 2021-11-15 20:01 walkersss 阅读(3087) 评论(0) 推荐(0)
摘要: seata连接nacos一直报错, <html><body><h1>Whitelabel Error Page</h1><p>This application has no explicit mapping for /error, so you are seeing this as a fallba 阅读全文
posted @ 2021-11-12 20:41 walkersss 阅读(3322) 评论(0) 推荐(1)
摘要: 原因1:已经安装过高版本但未软连接 解决方法:查找编译gcc时生成的最新动态库 find / -name "libstdc++.so*" 输出: cd /usr/lib64ll stdlibc++* 以看到当前libstdc++so.6指向13的版本,接下来把刚刚的高版本的复制到这里并重建软链即可 阅读全文
posted @ 2021-11-09 18:03 walkersss 阅读(3298) 评论(0) 推荐(1)
摘要: GitLab服务器IP地址设置 首先说明一下,我Linux虚拟机的IP地址是192.168.142.134. 1、在GitLab上新建一个项目test_gitlab,刚开始仓库地址是http://localhost/yulei/test_gitlab.git . vi /var/opt/gitlab 阅读全文
posted @ 2021-11-04 16:08 walkersss 阅读(1816) 评论(0) 推荐(0)
摘要: 1 - GitLab安装 1.1 信息确认 [Anliven@node102 ~]$ uname -a Linux node102 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Li 阅读全文
posted @ 2021-10-28 11:30 walkersss 阅读(384) 评论(0) 推荐(0)
摘要: 1.高版本的Gitlab无法恢复低版本备份的数据,,,需要注意在b服务器部署和a服务器一样版本的gitlab,部署好环境后开始备份和数据迁移. 查看gitlab版本的命令: gitlab-rake gitlab:env:info 2. 备份原a服务器上的的数据 gitlab-rake gitlab: 阅读全文
posted @ 2021-10-28 11:29 walkersss 阅读(486) 评论(0) 推荐(0)
摘要: 常用命令: #启动rabbitmqservice rabbitmq-server start # 查看rabbitMQ的运行状态service rabbitmq-server status # 开启rabbitMQ的后台管理插件rabbitmq-plugins enable rabbitmq_man 阅读全文
posted @ 2021-10-27 17:21 walkersss 阅读(58) 评论(0) 推荐(0)
摘要: 1) zabbix server is not running the information displayed may not be current tail -f /tmp/zabbix_server.log查看错误日志内容 在/usr/local/zabbix/etcvi zabbix_se 阅读全文
posted @ 2021-10-19 19:58 walkersss 阅读(142) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 39 下一页