Get the App
  • Management of mysql Database in Linux

    Management of mysql Database in Linux

    This article is to share with you about the management of mysql database in Linux. The editor thinks it is very practical, so I share it with you. Without saying much, let's read on. Database (Database) organizes, stores and manages data according to the data structure.

    Shulou · 2022-06-03 03:37
  • How to deploy a FTP server in CentOS8

    How to deploy a FTP server in CentOS8

    This article is to share with you the detailed tutorial of deploying FTP server in CentOS8. I believe most people don't know how to deploy it yet. In order to let you learn, I summarize the following contents. 1 Overview of CentOS8 using vsftpd to build a FTP server

    Shulou · 2022-06-03 03:37
  • To change the boot background using grub for Linux

    To change the boot background using grub for Linux

    Concept Linux, full name GNU/Linux, is a set of Unix-like operating system that is free to use and spread freely. It is a multi-user, multi-task, multi-thread and multi-CPU operating system based on POSIX and Unix. With the development of the Internet, Linux got

    Shulou · 2022-06-03 03:37
  • Deploy traefik and achieve http and https access

    Deploy traefik and achieve http and https access

    Background 1. Rancher, kubernetes-dashboard and other applications need to be accessed through https, so this deployment will enable traefik to support https. two。 Based on the previous rancher HA is deployed in the

    Shulou · 2022-06-03 03:37
  • Detailed introduction of the docker command

    Detailed introduction of the docker command

    What is dockerdocker is an open source application container engine, developers can package their own applications into the container, and then migrate to docker applications on other machines to achieve rapid deployment. If a failure occurs, the service can be quickly restored through mirroring. Environmental accuracy

    Shulou · 2022-06-03 03:37
  • Rancher (2), K8S persistent storage Ceph RBD construction and configuration

    Rancher (2), K8S persistent storage Ceph RBD construction and configuration

    1. Configure host, install ntp (optional) 2, configure secret-free ssh3, configure ceph,yum source vim / etc/yum.repo.d/ ceph.cepos [ceph] name=cephbaseurl=http://

    Shulou · 2022-06-03 03:37
  • How to use API to automatically add Zabbix monitoring hosts

    How to use API to automatically add Zabbix monitoring hosts

    Background zabbix is an enterprise-level open source solution that provides distributed system monitoring and network monitoring based on WEB interface. Zabbix can monitor various network parameters to ensure the safe operation of the server system, and provides a flexible notification mechanism for system administrators to quickly locate / solve.

    Shulou · 2022-06-03 03:37
  • SCOM 2016 configuration alarm Mail (part I)

    SCOM 2016 configuration alarm Mail (part I)

    Hello, everyone. In the last few articles, we have discussed the deployment, installation and management template deployment of System Center 2016-Operations Manager. Today we will talk about the core functions of SCOM 2016, server monitoring.

    Shulou · 2022-06-03 03:37
  • Change the advanced settings of ESXi in bulk through PowerCli

    Change the advanced settings of ESXi in bulk through PowerCli

    1. Connect VCenterConnect-VIserver vcenter_ip-user user_name-password password2. Get all hostnames and assign values to the variable vmhost$vmho

    Shulou · 2022-06-03 03:37
  • Cloud computing tutorials for good programmers share frequently asked questions in Linux cloud computing interviews

    Cloud computing tutorials for good programmers share frequently asked questions in Linux cloud computing interviews

    Good programmer cloud computing tutorials share Linux cloud computing interview FAQs 1, Linux cloud computing can be said to be a fast-growing career, loved by more and more people, many people want to learn Linux cloud computing technology, take this position. Today, I have prepared this article for my friends to attend.

    Shulou · 2022-06-03 03:37
  • Unix basic tutorial 6 File-related operations

    Unix basic tutorial 6 File-related operations

    1. File name and its specification 1) File name length: segment file name system: 14 length: 5122) File name available characters: case, number, underscore (_), decimal point (.). The initial file is a hidden file name with a suffix that does not represent the file type 2, touch1) format:

    Shulou · 2022-06-03 03:37
  • Docker Dockerfile

    Docker Dockerfile

    The way to generate images: Dockerfile is based on containers. This article introduces Dockerfile. The file indicates that Dockerfile is a text document that contains commands for combining images. Docker generates automatically by reading instructions in Dockerfile

    Shulou · 2022-06-03 03:37
  • The method of configuring Virtual Host and Optimization in Tomcat

    The method of configuring Virtual Host and Optimization in Tomcat

    About Tomcat Tomcat is a core project of the Jakarta project of the Apache Software Foundation (Apache Software Foundation), which is jointly opened by Apache, Sun and other companies and individuals

    Shulou · 2022-06-03 03:37
  • How to configure Wechat alarm notifications using zabbix

    How to configure Wechat alarm notifications using zabbix

    Preface zabbix is an enterprise-level open source solution that provides distributed system monitoring and network monitoring based on WEB interface. Zabbix can monitor various network parameters to ensure the safe operation of the server system, and provides a flexible notification mechanism for system administrators to quickly locate / solve.

    Shulou · 2022-06-03 03:37
  • Rancher Integration gitlab tutorial

    Rancher Integration gitlab tutorial

    1 Preface GitLab is an open source project for warehouse management system. Use Git as a code management tool, and build a web service on this basis. Rancher provides continuous integration capabilities. The first step in continuous integration is to associate code bases. Here we will introduce ra

    Shulou · 2022-06-03 03:37
  • Installation and deployment of Tomcat

    Installation and deployment of Tomcat

    The preface today explains the installation and deployment of tomcat. The difference between 1.Apache and Nginx Apache is a synchronous multi-process model, where one connection corresponds to one process, while nginx is asynchronous, and multiple connections (ten thousand levels) can correspond to one process. Nginx light

    Shulou · 2022-06-03 03:37
  • Monitoring of micro-services by Spring Boot

    Monitoring of micro-services by Spring Boot

    The main purpose of this article is to implement the monitoring of micro-services. After a brief understanding of the concepts of the above tools, let's put it into practice. First, create a simple Spring Boot project, which mainly depends on the following: org.springframework

    Shulou · 2022-06-03 03:37
  • Serverless Architectures (2)-(Martin Fowler)

    Serverless Architectures (2)-(Martin Fowler)

    Https://martinfowler.com/articles/serverless.html author: Martin Fowler, Mike Roberts4. Advantages    so far, we one

    Shulou · 2022-06-03 03:37
  • The method of opening vnc remote Desktop with ubuntu

    The method of opening vnc remote Desktop with ubuntu

    Concept Ubuntu is an open source GNU/Linux operating system based on desktop applications. Ubuntu is based on Debian GNU/Linux and supports x86, amd64 (that is, x64) and ppc architectures by a global professional development team (Ca).

    Shulou · 2022-06-03 03:37
  • Es Cluster alarm Information in EFK Environment

    Es Cluster alarm Information in EFK Environment

    This is master,elasticsearch-logging-0, so it should be slave. [2019-11-25T02:29:05971] [WARN] [o.e.m.j.JvmGcMonitorSe

    Shulou · 2022-06-03 03:37