mysql-5.7.40-1.el7.x86_64.rpm
2022-12-02 19:16:15 529.78MB mysql
1
Centos7 安装zabbix可用 ,亲自体验 ,真实有效,csdn里有作品,可以照着步骤做
2022-12-02 16:57:45 13KB zabbix
1
8.SDN服务 • 安装opendaylight、mininet、Ovs软件平台。。 • 启动OpenDayLight的karaf程序,安装如下组件:odl-restconf、odl-l2switch-switch-ui、odl-mdsal-apidocs、odl-dluxapps-applications。 • 使用Mininet和OpenVswitch构建拓扑,连接ODL的6653端口如下拓扑结构: • 在浏览器上可以访问ODL管理页面查看网元拓扑结构。 • 通过OVS手工下发流表,H1可以ping通H3,H1、H3无法ping通H2。 • H1启动HTTP-Server功能,WEB端口为8080,H3作为HTTP-Client,获取H1的html网页配置文件。 配置及搭建看本人主页
1
libffi-devel-3.0.13-11.el7.x86_64.rpm
2022-12-02 12:02:33 22KB libffi-devel
1
libffi-3.0.13-11.el7.x86_64.rpm
2022-12-02 12:02:32 29KB libffi
1
db2start: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
2022-12-01 17:13:15 30KB linux libaio1
1
主要用于openstack的网络环境搭建,可以支持VXLAN,gre,本软件在实际工作中测试过,没问题
2022-11-30 21:35:50 2.34MB linux openswitch
1
linux下安装oracle112040的所有rpm依赖包,具体有哪些依赖包,请看链接https://blog.csdn.net/lihong22/article/details/128117150 第13步
2022-11-30 19:16:48 51.89MB linux oracle112040 rpm依赖包
1
完美解决中文显示问题,如浏览器显示框框,需要两个包,别忘了,两个
2022-11-30 16:12:47 28KB centos6.3 中文 font-chinese
1
=============================================================================== 1. Installation =============================================================================== 1.1 Redhat/Fedora systems: -------------------------- To install MONyog on these systems the RPM package should be used. Execute the following command as 'root' user: # rpm -ivh .rpm After installing, MONyog will be started automatically as a daemon/service. You can immediately start monitoring your MySQL servers by pointing your browser to: http://:5555 By default, MONyog listens on port 5555. There is no default password. Of course, the port and password are configurable. Please refer to the section "2. Configuring MONyog in Linux" for details. The 'service' command can be used to start/stop MONyog. The details about how to start/stop MONyog can be found in section: "3. START/STOP MONyog". 1.2 Other systems (such as systems like SUSE, Ubuntu, etc): ----------------------------------------------------------- To install MONyog on these systems the .tar.gz (tarball) package should be used. After downloading the package, the following command can be used to extract: $ tar -xf .tar.gz This will extract the package contents to the directory "MONyog/". Details about how to start/stop MONyog can be found in section: "3. START/STOP MONyog". =============================================================================== 2. Configuring MONyog on Linux =============================================================================== MONyog port and password are configurable through "MONyog.ini". If MONyog was installed from the RPM package, MONyog.ini can be found in: /usr/local/MONyog If MONyog is extracted from the tarball (.tar.gz package), MONyog.ini can be found in the directory where MONyog was extracted. The content of this file looks like: [GENERAL] port=5555 password=mypasswd NOTE: MONyog should be stopped before editing this file, and restarted once changes are saved. =============================================================================== 3. START/STOP MONyog =============================================================================== 3.1 Redhat/Fedora systems: -------------------------- In Redhat and Fedora systems if MONyog was installed from the RPM package, the daemon script 'MONyogd' can be used to start/stop the server. This script is installed in the directory "/etc/init.d/". You can use one of the following commands to start MONyog: # service MONyogd start or, # /etc/init.d/MONyogd start Similarly, to stop MONyog: # service MONyogd stop or, # /etc/init.d/MONyogd stop To check whether MONyog is running, use: # service MONyogd status By default in these systems MONyog will be started automatically even after a system restart. 3.2 Other systems (such as systems like SUSE, Ubuntu, etc): ----------------------------------------------------------- This section applies only if you have extracted MONyog from the tarball (.tar.gz package). There is a shell script named "MONyog" in the directory "MONyog/bin". For example if MONyog has been extracted to "~/MONyog/", you can start MONyog by typing: $ ~/MONyog/bin/MONyog start Similarly, to stop: $ ~/MONyog/bin/MONyog stop =============================================================================== 4. Upgrading to latest version of MONyog =============================================================================== 4.1 Redhat/Fedora systems: -------------------------- If you are using the RPM package on these systems, it is very easy to upgrade to the latest version of MONyog. All you need to do, after downloading the latest RPM package, is execute the command: # rpm -Uvh .rpm And you are done. 4.2 Other systems (such as systems like SUSE, Ubuntu, etc): ----------------------------------------------------------- If you are using the tarball (.tar.gz package), stop the MONyog daemon/service. Refer to section (3.2) for more details on how to stop MONyog. Then extract the new tarball into the same direcory where the previous version of MONyog was extracted. Start the MONyog daemon again.
2022-11-30 16:03:52 8.73MB mysql linux monyou
1