码迷,mamicode.com
首页 >  
搜索关键字:linux 日志 日志服务器    ( 186810个结果
Linux上安装服务器监视工具,名为pyDash。
pyDash – A Web Based Linux Performance Monitoring Tool 你可以通过以下命令来判断是否已安装: pip --version # Python2.x 版本命令 pip3 --version # Python3.x 版本命令 // 查看启用的源列表 y ...
分类:系统相关   时间:2021-06-02 13:26:43    阅读次数:0
【MySQL】一文看懂MySQL体系架构
写在前面 很多小伙伴工作很长时间,对于MySQL的掌握程度却仅仅停留在表面的CRUD,对于MySQL深层次的原理和技术知识了解的少之又少,随着工作年限的不断增长,职场竞争力却是不断降低的。很多时候,出去面试时,被面试官吊打的现象成了家常便饭。比如,对于MySQL的高频面试题有: MySQL中MVCC ...
分类:数据库   时间:2021-06-02 13:25:46    阅读次数:0
防火墙linux
一、防火墙的开启、关闭、禁用命令 (1)设置开机启用防火墙:systemctl enable firewalld.service (2)设置开机禁用防火墙:systemctl disable firewalld.service (3)启动防火墙:systemctl start firewalld ( ...
分类:系统相关   时间:2021-06-02 13:23:22    阅读次数:0
蓝鲸6.02双机部署文档
环境准备 0. 服务器环境 系统版本 IP 配置 主机名 CentOS Linux release 7.4.1708 192.168.1.183 8核32g 40G磁盘 node1 CentOS Linux release 7.4.1708 192.168.1.185 4核8g 40G磁盘 node ...
分类:其他好文   时间:2021-06-02 13:15:54    阅读次数:0
linux查看文件内容跳到文件底部和回到文件顶部的快捷键
有时候需要查看一些日志文件,然后要从底部开始查看的话 可以按 shift+g 即可跳到文件底部 要返回文件顶部的时候 按 gg即可 ...
分类:系统相关   时间:2021-06-02 13:09:42    阅读次数:0
【大咖直播】Elastic 可观测性实战工作坊
Elastic 的可观测性解决方案是基于 Elastic Stack 的一站式解决方案。该解决方案具有完备的日志、指标、APM 和可用性采集能力,可以在大规模和云原生的环境下完成基于服务质量目标的管理。 5月28日,特邀 Elastic 社区布道师——刘征老师为大家带来《 Elastic 可观测性实 ...
分类:其他好文   时间:2021-06-02 13:03:42    阅读次数:0
Checking out and building Chromium on Linux
Checking out and building Chromium on Linux https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/linux/build_instructions.md ...
分类:系统相关   时间:2021-06-02 12:50:21    阅读次数:0
Docker安装
一、环境 *centos7.6 二、安装步骤 *设置yum源 yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum-config-manager --add-repo htt ...
分类:其他好文   时间:2021-06-02 12:47:47    阅读次数:0
docker搭建weblogic环境
参考如下: Installing WebLogic 12.1.3 with Docker (easier) If you work on a Linux-based machine as your development environment and you aren't familiar wit ...
分类:Web程序   时间:2021-06-02 12:45:31    阅读次数:0
Linux(Ubuntu Debian LinuxMint)安装python3.7.1并且兼容python2
本文主要介绍在Linux(Ubuntu Debian LinuxMint)上安装python3.7.1,通过python3.7.1源码安装,包括python3的安装步骤。并且兼容python2, 实现python2与python3共存。 原文地址:Linux(Ubuntu Debian LinuxM ...
分类:编程语言   时间:2021-06-02 12:45:09    阅读次数:0
186810条   上一页 1 ... 46 47 48 49 50 ... 18681 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!