Get the App
  • What's the use of dashboard? How do I install and configure dashboard?

    What's the use of dashboard? How do I install and configure dashboard?

    First, the UI access interface of K8s-dashboard in dashboard, although you can create, delete, modify resources and other operations, but usually, we will regard it as healthy K8s cluster software. Web user interface as Kubernetes

    Shulou · 2022-06-03 05:35
  • The working principle and deployment method of LXCFS

    The working principle and deployment method of LXCFS

    1. Technical background: Linuxs uses Cgroup to restrict the resources of the container, but the / proc directory of procfs on the host is still mounted by default inside the container, which contains meminfo, cpuinfo,stat and uptime.

    Shulou · 2022-06-03 05:35
  • The use of vim text Editor in Linux system

    The use of vim text Editor in Linux system

    The original question of the Red Hat examination: use the read command in the script to read the password value entered by the user, then assign it to the PASSWD variable, and display a prompt message to the user through the-p parameter, telling the user that what he is typing is about to be used as the account password. After the script is executed, the

    Shulou · 2022-06-03 05:35
  • Introduction of log cutting logrotate

    Introduction of log cutting logrotate

    1. The concept, necessity and basic ideas of log cutting 1.1 what is log cutting? log cutting refers to when the log file of the application or system reaches the set trigger conditions (such as according to a certain time period: daily, by size: 500MB), it is cut / split, similar to truncation processing.

    Shulou · 2022-06-03 05:35
  • How to build a flexible OA workflow mechanism?

    How to build a flexible OA workflow mechanism?

    Workflow engine is a very important part of software development. The so-called workflow engine means that workflow, as a part of the application system, provides core solutions such as routing and content levels that determine information transmission according to roles, division of labor and conditions for each application system.

    Shulou · 2022-06-03 05:34
  • Solution to the failure of nginx reload

    Solution to the failure of nginx reload

    The nginx reload command. / nginx-s reload appears nginx: [error] invalid PID number "" in "/ usr/local/nginx/logs/nginx.

    Shulou · 2022-06-03 05:34
  • How does Nginx change the access path of static files?

    How does Nginx change the access path of static files?

    The Web service for external network users to access the server is provided by Nginx. Nginx needs to configure the path information of static resources in order to correctly access static resources on the server through url. Open the default configuration file vim / usr/loca for Nginx

    Shulou · 2022-06-03 05:34
  • Implementing ci/cd with kubernetes

    Implementing ci/cd with kubernetes

    K8S ci/cd three Musketeers: ci/cd instances of jenkinsfile, dockerfile and k8s.yamlk8s jenkins+jenkinsfile+dockerfile+k8s.yaml1, dock

    Shulou · 2022-06-03 05:34
  • Tutorials for Kubernetes deployment of dashboard and Prometheus

    Tutorials for Kubernetes deployment of dashboard and Prometheus

    1. Dashboard1) obtain the modification of yaml file and execute as shown in figure: [root@master ~] # wget https://raw.githubusercontent.com/kubernetes/das

    Shulou · 2022-06-03 05:34
  • Linux operation and maintenance interview questions

    Linux operation and maintenance interview questions

    1. What is operation and maintenance? What is the game operation and maintenance? 1) Operation and maintenance refers to the maintenance of network software and hardware that has been established by large organizations, that is, to ensure the normal operation and operation of the business, and to maintain him in the course of his operation. He integrates network, system, database, development, security and monitoring.

    Shulou · 2022-06-03 05:34
  • The use of crontab command in Linux system

    The use of crontab command in Linux system

    1. Format commonly used command crontab-e # open edit scheduled task, and use the vim tool crontab-l # to view scheduled task 2. The instance executes / bin/ls0 * / b once a month at the 0th minute of every hour.

    Shulou · 2022-06-03 05:34
  • Expect interaction-free programming in shell

    Expect interaction-free programming in shell

    The core significance of the existence of ​ shell script in shell programming is to simplify or even omit the avoidable manual operations based on shell commands, and to gradually realize the whole process of automatic operation by means of various control flow structures and regular expressions.

    Shulou · 2022-06-03 05:34
  • The solution to automatically restart the computer after shutting down

    The solution to automatically restart the computer after shutting down

    Solution: click "start" menu-- > Select "run"-- > enter "regedit" to open the registry-- > expand [HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Window NT\ Cu in order.

    Shulou · 2022-06-03 05:34
  • Data Management of Docker

    Data Management of Docker

    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 adds a read-write layer on top of it (that is, the top of the mirror stack). If the running container modifies an existing file, the text

    Shulou · 2022-06-03 05:34
  • Minimized installation steps for CentOS7

    Minimized installation steps for CentOS7

    Mirror image: CentOS-7-x86_64-DVD-1908.iso1. Insert the installation CD into the server, open the opportunity to read the system installation program, and select Install CentOS 72. The installation process is a graphical interface, and you can choose a familiar language to perform the installation

    Shulou · 2022-06-03 05:34
  • The solution of Chinese garbled Code in kali linux

    The solution of Chinese garbled Code in kali linux

    What about the kali linux garbled code? 1, make sure that locales has been installed, use the "apt-get install locales" command; then you can use "locale-a" to view the character set supported by the current system. 2. Enter "d" on the command line

    Shulou · 2022-06-03 05:34
  • Application scenario of slave Library

    Application scenario of slave Library

    1. Parallel replication mode of slave library five modes of slave parallel replication of slave_parallel_mode: official five modes Description: Controls what transactions a

    Shulou · 2022-06-03 05:34
  • How to use Vim text Editor

    How to use Vim text Editor

    1, vim basically use the terminal to type the vim command and the name of the file to be edited to start the vim editor (such as when starting vim does not specify a file name, or the file does not exist, vim will open a new buffer area to edit). The vim editor has two modes of operation: Pu

    Shulou · 2022-06-03 05:34
  • The use of regular expressions in linux

    The use of regular expressions in linux

    Regular expressions in linux we often use regular expressions when we use shell scripts, so sort out some expressions that we will use in order to improve the ability of shell scripts. 1. Regular expressions (1) practice regular expressions through grep commands such as filtering

    Shulou · 2022-06-03 05:34
  • IPSE Cross-chain: a brief Analysis of the working principle of BABE consensus algorithm

    IPSE Cross-chain: a brief Analysis of the working principle of BABE consensus algorithm

    At present, there is a contradiction between the expansion of a certain block chain network itself and the large-scale growth of local applications under the system, which leads to the intensification of system resource competition, which has been reflected in the resource (RAM and CPU) congestion in the current EOS network. Not only EOS, but also block chain networks such as ethernet and Bitcoin

    Shulou · 2022-06-03 05:34