Get the App
  • Seven file types of Linux

    Seven file types of Linux

    Ordinary files (fbind -): files that do not belong to the other six categories are all ordinary files. This kind of files are very miscellaneous, and everything has links (l): soft links are divided into soft links and hard links, which are similar to shortcuts in windows systems, and hard links are similar to copied new file pipeline files (p

    Shulou · 2022-06-03 05:46
  • Common commands for Docker images and containers

    Common commands for Docker images and containers

    Practice environment: operating system: CentOS Linux release 7.5.1804 (Core) Virtual tool: VMware Application Container engine: Docker version 1.13.1. The mirror container is actually the most

    Shulou · 2022-06-03 05:46
  • How to create a management LVM in a CentOS system?

    How to create a management LVM in a CentOS system?

    Let's first understand a few concepts: PV (physical volume): physical volumes are at the bottom of the logical volume management system and can be partitioned for the entire physical hard disk or the actual physical hard disk. Command: pvdisplayVG (volume group): volume groups are established on physical volumes

    Shulou · 2022-06-03 05:46
  • Usage of Docker Mirror Accelerator

    Usage of Docker Mirror Accelerator

    It is sometimes difficult to pull an image from DockerHub in China, so you can configure the image accelerator. Docker officials and many domestic cloud service providers provide domestic accelerator services, for example: China Image Repository provided by Docker: https://regist

    Shulou · 2022-06-03 05:46
  • Unable to upgrade Esxi on the original Esxi system

    Unable to upgrade Esxi on the original Esxi system

    Question: 1. After updating the Esxi patch pack with CLI, the Esxi version number is normal after initially rebooting the Esxi host, but after rebooting again, the Esxi version will revert to the previous version. two。 Change the relevant configuration of Esxi, and the Esxi configuration will be restarted.

    Shulou · 2022-06-03 05:46
  • Introduction to harbor Container Security tools

    Introduction to harbor Container Security tools

    Harbor:Harbor is an open source solution for building an enterprise-class private docker image repository. It is a more advanced encapsulation of Docker Registry. It not only provides a friendly Web UI interface, role and user rights management, user operation audit and other functions.

    Shulou · 2022-06-03 05:46
  • The usage of charts and the creation of Repo Warehouse

    The usage of charts and the creation of Repo Warehouse

    1. Develop your own chare package [root@master ~] # helm create mychare// create a chare package called mychare [root@master ~] # tree-C mych

    Shulou · 2022-06-03 05:46
  • Deployment of mailbox MBX database high availability group DAG

    Deployment of mailbox MBX database high availability group DAG

    Mailbox MBX Database High availability Group (DAG) is the basic component of high availability and site response built into Exchange server. DAG is a group of mailbox servers that can contain up to 16 mailbox servers that host a set of databases that can provide audio single servers.

    Shulou · 2022-06-03 05:46
  • Installation steps of Docker in CentOS system

    Installation steps of Docker in CentOS system

    1. Docker supported CentOS 64-bit version 1) CentOS 72) CentOS 83) later version 2, uninstall the old version [root@localhost ~] # yum remove docker docker

    Shulou · 2022-06-03 05:45
  • Configuration of nginx reverse proxy conf

    Configuration of nginx reverse proxy conf

    1. Nginx reverse proxy location / index_test.php {proxy_set_header X-Real-IP $remote_addr;proxy_set_header Host

    Shulou · 2022-06-03 05:45
  • The solution of not being able to ping when the virtual machine is started

    The solution of not being able to ping when the virtual machine is started

    After the Ubuntu virtual machine copied by clone method starts, although the network information such as IP does not conflict with other virtual machines, it is unable to ping other virtual machines. Created virtual machine information: copied virtual machine information: by observing the network configuration file, two virtual machines were found.

    Shulou · 2022-06-03 05:45
  • How does Windows or Windows use commands to back up files?

    How does Windows or Windows use commands to back up files?

    1) first of all, let's take a look at how to zip a directory. Windows:1 zip-r backup.zip "c:\ yourfolder" Linux: (package your own home directory) 1 tar-czvf

    Shulou · 2022-06-03 05:45
  • Troubleshooting method of Linux Network

    Troubleshooting method of Linux Network

    Background: as an operation and maintenance engineer, troubleshooting is a necessary skill; every time you make a mistake, the order is forgotten; sort out the methodology. Linux network common troubleshooting tools: tool use traceroute port availability detection mtr network test tool case 1: the company adopts public cloud plus I

    Shulou · 2022-06-03 05:45
  • How does Centos install and deploy salt yum?

    How does Centos install and deploy salt yum?

    Install salt1.1 install the specified version of salt to solve the upstream error rpm-e-nodeps python2-pycryptodomexyum install python-cr of pycryptodome

    Shulou · 2022-06-03 05:45
  • Installation and use of Helm

    Installation and use of Helm

    Introduction to Helm Helm is the preferred package management tool for Kubernetes. In K8S, an application may have more than one YAML manifest file. When there are many applications, these manifest files will appear to be very messy. Helm can solve this problem very well, Helm charts.

    Shulou · 2022-06-03 05:45
  • Too small initial heap for new size specified reported an error

    Too small initial heap for new size specified reported an error

    1. Environment 2, error message 3, reason 4, solution 1, Environment Red Hat Enterprise Linux Server release 7.2 (Maipo) java version "1.7.080" Ja

    Shulou · 2022-06-03 05:45
  • STL vector usage

    STL vector usage

    Embedded development memory management is a very important part, how to use vector efficiently, not only can quickly expand the storage space, but also maximize the use of storage space, and avoid the out-of-bounds problem of C array solution vector provides multiple constructors 1 vector vec;vec.

    Shulou · 2022-06-03 05:45
  • ELK7.4- Quick start for data Collection

    ELK7.4- Quick start for data Collection

    Hsiao Sheng blog: http://xsboke.blog.51cto.com-Thank you for your reference, if you have any questions, welcome to exchange directory: the component environment used this time, WEB configuration Elastic

    Shulou · 2022-06-03 05:45
  • Linux system functions open, close, read, writ

    Linux system functions open, close, read, writ

    System call system call is a set of "special interfaces" provided by the operating system to users. System calls do not deal directly with programmers or system administrators, but submit requests to the kernel through soft interrupts to obtain the service entry (system call table) of kernel functions. The system call allows the system to use

    Shulou · 2022-06-03 05:45
  • SAN LUN Mapping error resulted in file system sharing conflict and data recovery was successful

    SAN LUN Mapping error resulted in file system sharing conflict and data recovery was successful

    [user unit] [data recovery failure description] SUN optical fiber storage system in a branch of China Unicom, the central storage is a RAID6 composed of six 300G hard drives, divided into several LUN,MAP to servers of different services, and the server runs SUN SOLARIS operating system.

    Shulou · 2022-06-03 05:45