Get the App
  • CI/CD Operation Manual in traditional Cloud Environment (4) configuring gitlab

    CI/CD Operation Manual in traditional Cloud Environment (4) configuring gitlab

    Version control (code management) tools 1 CVS2 SVN centralized version control system has only one remote code base, and all programmers need to be networked to push code to the server. The 3 Gitlab distributed version control system has a remote code base that every programmer can access from

    Shulou · 2022-06-02 17:29
  • In-depth understanding of Linux files (2)-log files

    In-depth understanding of Linux files (2)-log files

    The function of the log is used to record all kinds of events that occur during the operation of the system and the program. By reading the log, it is helpful to diagnose and solve the classification of the system failure log file kernel and system log: it is uniformly managed by the system service syslog, and the log format is basically similar to the user log: record the login and withdrawal of system users.

    Shulou · 2022-06-02 17:29
  • Kibana log alarm

    Kibana log alarm

    1. Download the appropriate version of sentinl wget https://github.com/sirensolutions/sentinl/releases/download/tag-6.6.1/sentin

    Shulou · 2022-06-02 17:29
  • MySQL server shuts down unexpectedly-cannot start multiple instances

    MySQL server shuts down unexpectedly-cannot start multiple instances

    Just now, the MySQL server accidentally lost power and shut down-after the device was started, no hardware error was reported and multiple instances [root@db02 ~] # mysql-uroot-S / data/3306/mysql.sock ERROR 2 could not be started.

    Shulou · 2022-06-02 17:29
  • Change the batch processing of hosts files with bat

    Change the batch processing of hosts files with bat

    Add ip and domain name mapping @ ECHO offECHO "XXXXXX Technology Co., Ltd." ECHO "Please pay attention to your antivirus software prompt, be sure to allow" @ ECHO # # "

    Shulou · 2022-06-02 17:29
  • The combined Application of Policy and Role assignment in Azure practice

    The combined Application of Policy and Role assignment in Azure practice

    Today, I would like to share with you an article about the application of Azure Policy. The role of Policy has been introduced before. Friends who have not read it can use Azure Polcy to forcibly ban the unmanaged disk VM https://blog.

    Shulou · 2022-06-02 17:29
  • Centos7 image to create a container

    Centos7 image to create a container

    [root@docker ~] # docker run-it centos / bin/bash install openssh service [root@6690ba94569c /] # yum install openssh

    Shulou · 2022-06-02 17:29
  • Microsoft Amazon competes for $10 billion cloud computing contract US Department of Defense postpones announcement

    Microsoft Amazon competes for $10 billion cloud computing contract US Department of Defense postpones announcement

    Cloud computing is one of the hottest areas in the technology industry, and the market is growing faster than traditional businesses, and two industry giants Amazon and Microsoft are currently trying their best to compete for a $10 billion cloud computing contract from the U.S. Department of Defense. The bidding for this project has also attracted a lot of attention from Silicon Valley and American business and political circles. Cloud Computing

    Shulou · 2022-06-02 17:28
  • ZStack builds private cloud and creates windows server 2008 CVM

    ZStack builds private cloud and creates windows server 2008 CVM

    Environment preparation: based on Centos7.4 customized ISO image: ZStack-x86_64-DVD-3.3.0-c74.iso uses USB disk to burn image physical machine: HP G6 8G memory, 1T hard disk physical machine IP:192.168.31.2

    Shulou · 2022-06-02 17:28
  • Executable files under different go build systems

    Executable files under different go build systems

    The executable file Golang under different go build systems supports the cross-compilation function of generating executable programs from one platform to another. 1. Compile Linux under Mac, 64-bit executable program on Windows platform: $CGO_ENABL

    Shulou · 2022-06-02 17:28
  • Research series: container-Docker Volume

    Research series: container-Docker Volume

    To understand Docker Volume, we first need to know how Docker's file system works. A Docker image is made up of multiple file systems (read-only layers) superimposed. When we start a container, Docker loads the read-only mirror layer and sets the

    Shulou · 2022-06-02 17:28
  • Python's docker Crawler Technology in

    Python's docker Crawler Technology in "docker practice"-breakpoint setting of fiddler (8)

    Original articles, welcome to reprint. Reprint please indicate: reproduced from IT Story Association, thank you! Original link address: "docker practical article" python's docker crawler technology-fiddler breakpoint setting (8) grabbing packages is actually the ultimate goal of many people, in fact, what you think of me

    Shulou · 2022-06-02 17:28
  • Using SkyWalking+elasticsearch to realize full Link Monitoring

    Using SkyWalking+elasticsearch to realize full Link Monitoring

    With the popularity of micro-service architecture, some problems under micro-service architecture will become more and more prominent. for example, a request will involve multiple services, and the service itself may also rely on other services, and the whole request path forms a mesh call chain. in the whole call chain, once an exception occurs at a node, the whole

    Shulou · 2022-06-02 17:28
  • To eliminate this long, Anglo's strategic vision in the new pattern of domestic chips.

    To eliminate this long, Anglo's strategic vision in the new pattern of domestic chips.

    The sensational incident of "the United States issuing a rejection order to ZTE" ended with the temporary and partial lifting of the export ban by the US Department of Commerce. A few days later, another big thing happened in the chip market: Micron Technology, an American chip giant, ate an injunction from the Fujian Intermediate Court on suspicion of infringement. The consequences were immediate-- that day.

    Shulou · 2022-06-02 17:28
  • Compression and caching of Apache Page Optimization

    Compression and caching of Apache Page Optimization

    Overview of Apache page optimization in enterprises, only the default configuration parameters are used after the deployment of Apache, which will cause a lot of problems on the website. in other words, the default configuration is for the previous lower server configuration, and the previous configuration is no longer suitable for the current Internet era. In order to meet the needs of enterprises, we need to consider

    Shulou · 2022-06-02 17:28
  • Libnuma.so.1 is needed

    Libnuma.so.1 is needed

    Environment: centos6 Software: MySQL-5.6.32-1.el6.x86_64.rpm-bundle problem: solution: yum install numactl

    Shulou · 2022-06-02 17:28
  • Realize that the same VALN can communicate with each other, but not between different VLAN.

    Realize that the same VALN can communicate with each other, but not between different VLAN.

    one。 The advantage of dividing VLAN is 1. Control broadcast 2. Enhance network security 3. Simplify network management II. Basic VLAN configuration 1. Commands for creating a vlan in global configuration mode command step 1 step configure terminal enter configuration state step 2 v

    Shulou · 2022-06-02 17:27
  • Alertmanager mailbox alarm

    Alertmanager mailbox alarm

    Prometheus (Prometheus) build monitoring in my last blog, if necessary can refer to, the second part of this article, the first article is Prometheus (Prometheus) set up monitoring, two articles can be linked to see warm tips, please send the following documents related to email

    Shulou · 2022-06-02 17:27
  • Shell test statement-and or not

    Shell test statement-and or not

    [root@master1-192168117-18] # [- d / etc/dev] there should be a space [root@master1-192168117-18 ~] # echo on both sides of the test statement

    Shulou · 2022-06-02 17:27
  • Linux Compression and Packaging tool gzip_bzip2_xz_zip_tar

    Linux Compression and Packaging tool gzip_bzip2_xz_zip_tar

    The gizp:*gzip tool cannot compress directories, but can only compress files: gzip filename [root@localhost test01] # ll-h * # View pre-compressed all.txt file size-rw-r--

    Shulou · 2022-06-02 17:27