zoukankan      html  css  js  c++  java
  • centos 系统管理维护指南

    # centos 系统管理维护指南


    centos系统是服务器的首选系统,系统运维支持需要的内容汇总整理如下。

    ### 系统管理
    -----------------------------
    - 查看系统版本 ` cat /etc/redhat-release `
    - 查看内核版本 ` uname -r `


    ### 系统实用工具
    -----------------------------
    - wget
    - tree
    - htop


    ### 软件环境
    -----------------------------
    - JDK环境 ` java -version `


    ### 数据库
    -----------------------------
    - mysql


    ### 缓存
    -----------------------------
    - redis
    - 加入开机启动 ` systemctl enable redis `
    - 启动服务进程 ` systemctl start redis `

    ### 负载均衡
    -----------------------------
    - web站点负载nginx
    - 基于tcp层的haproxy

    ### mysql安装
    -----------------------------
    - 加入开机启动 ` systemctl enable mysqld `
    - 启动服务进程 ` systemctl start mysqld `

  • 相关阅读:
    MCU开发之I2C通信
    hibernate特殊的映射
    Hibernate使用
    css设置让a标签充满整个li
    margin
    border属性
    列表
    链接样式
    相机内参外参
    tmux
  • 原文地址:https://www.cnblogs.com/jiftle/p/7825963.html
Copyright © 2011-2022 走看看