转自:https://blog.csdn.net/qq_41785376/article/details/90739557 参考书籍为《自己动手写操作系统》于渊著 VMware12centOS7.4.1708 1.bochs安装首先下载安装包: 下载地址然后解压,解压命令:sudo tar -zxv ...
分类:
其他好文 时间:
2020-02-27 00:46:53
阅读次数:
69
1、首先zabbix上需配置好并启用SNMPtrap功能,且能登录博科光交机。2、Web:点击Configure——SwitchAdmin——ShowAdvancedMode——SNMPSSH:执行snmpconfig–setsnmpv1命令进行配置3、选择SNMPv1配置trap。填好SNMP团体名、trap接收服务器IP、trap端口默认是162、trapLevel等级选择4,再往下点击app
分类:
其他好文 时间:
2020-02-25 20:01:20
阅读次数:
108
首先规划和配置IP地址 在防火墙开启DHCP服务,创建地址池,并关联到防火墙的内部端口 [SRG]dhcp server ip-pool 188 [SRG-dhcp-188]network 192.168.1.0 mask 24 [SRG-dhcp-188]gateway-list 192.168. ...
分类:
其他好文 时间:
2020-02-25 18:24:04
阅读次数:
73
yum -y install pcre* openssl* wget http://nginx.org/download/nginx-???.tar.gz tar zxf nginx-???.tar.gz cd nginx-??? ./comfigure 可以配置 ./configure \--pr ...
分类:
其他好文 时间:
2020-02-25 12:48:35
阅读次数:
73
Docker是什么 Docker的构成 Docker的分层和写时拷贝策略 Docker与主流虚拟机的区别 Docker镜像与容器的关系 镜像的变更管理 Docker是什么 Docker是一个开源的应用容器引擎。它的理念是“Buildonce, Run anywhere, Configure once ...
分类:
其他好文 时间:
2020-02-24 19:00:32
阅读次数:
89
1.安装swagger包 2.startup里configservers Configure 3.可能出现的错误 提示error xxxxnot found 由于我创建的webapi是restful风格的所以当出现多个同类型的接口时会出错【其实就是找不到哪一个接口】 解决方法: a.在接口上指定路由 ...
分类:
Web程序 时间:
2020-02-24 09:16:06
阅读次数:
65
The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver ( ...
分类:
数据库 时间:
2020-02-23 23:58:26
阅读次数:
126
首先得用root用户安装依赖包 yum install perl yum install gcc yum install gcc-c++ yum install zlib yum install zlib-devel; 接着 安装openresty 1,下载openssl wget https:// ...
分类:
系统相关 时间:
2020-02-23 22:26:12
阅读次数:
137
```#卸载已有python3sudo apt remove python3 # 下载源码并安装wget https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgztar xvf Python-3.8.1.tgzcd Python-3.8.1.t... ...
分类:
编程语言 时间:
2020-02-23 09:22:41
阅读次数:
63
文本关键字:Linux、软件管理、configure、make、make install。很多软件下载之后是一个源码包,是不能够直接运行的,需要先进行编译安装,生成可执行程序。在进行编译时,需要先使用yum安装编译工具。
分类:
系统相关 时间:
2020-02-23 00:03:27
阅读次数:
96