Get the App
  • 3 shell programming knowledge

    3 shell programming knowledge

    [TOC] first, the DAY61.shell script introduces shell as a scripting language aming_linux blog.lishiming.net can use logic judgment, loops and other syntax to customize the function shell is a collection of system commands

    Shulou · 2022-06-02 23:29
  • Vsftpd service configuration in Linux (anonymous, user, virtual user)

    Vsftpd service configuration in Linux (anonymous, user, virtual user)

    Vsftpd Overview vsftpd is an abbreviation for "very secure FTP daemon", and security is one of its biggest features. Vsftpd is the name of a server running on a UNIX-like operating system, which can run on an operating system such as L

    Shulou · 2022-06-02 23:29
  • Gitlab migration version inconsistency problem

    Gitlab migration version inconsistency problem

    Original server: bitnami version gitlab version 8.14.3 destination server: source installation gitlab version: 9.1.1 backup method: the original machine has no gitlab-rake command to switch to the git user, execute the bundle command, backup $/

    Shulou · 2022-06-02 23:29
  • ElasticSearch7.x sets user authentication

    ElasticSearch7.x sets user authentication

    The system default user creation password ElasticSearch is a distributed, highly scalable, high real-time search and data analysis engine based on Lucene, written in Java language. It can easily make a large number of data have the ability to search, analyze and explore. As A

    Shulou · 2022-06-02 23:29
  • Docker deploys LNMP environment

    Docker deploys LNMP environment

    First of all, you need to have the tar package needed in the environment. You can use [docker pull] () to download these images. Now we are using the downloaded image, so we need to import [root@docker01 ~] # docker load-

    Shulou · 2022-06-02 23:29
  • CUPS Share Printer

    CUPS Share Printer

    System version cat / etc/centos-releaseCentOS Linux release 6.0 (Final) 1, install yummount / dev/cdrom / mntrpm-ivh / mnt

    Shulou · 2022-06-02 23:28
  • Is there no shared folder under / hgfs? There is no hgfs folder under / mnt? Vm

    Is there no shared folder under / hgfs? There is no hgfs folder under / mnt? Vm

    Recently, in the process of using linux, we need to establish a shared folder between the host operating system and the guest operating system. We have encountered some problems. After referring to many articles and various attempts on the Internet, we have been able to solve them as follows. 1. System environment: host operating system: Windows

    Shulou · 2022-06-02 23:28
  • Several common methods of testing server bandwidth

    Several common methods of testing server bandwidth

    1. Download test method is mainly to put a large file on the server, and then download the method to test the download speed and stability of the bandwidth. this method is more suitable, especially for users who need large bandwidth support, such as building download websites or online videos. No.

    Shulou · 2022-06-02 23:28
  • Repair Windows 10 startup

    Repair Windows 10 startup

    The author wants to replace the hard disk of the original machine with a larger capacity SSD. Due to the discrepancy between the models and specifications of the old and new hard drives, GHOST later found that Windows 10 on the hard drives could not start. Here is a brief record of the repair process. First, prepare the Windows 10 PE boot disk

    Shulou · 2022-06-02 23:28
  • For python articles, please visit my blog in the blog Park.

    For python articles, please visit my blog in the blog Park.

    Https://www.cnblogs.com/LinHuChongChongChong/

    Shulou · 2022-06-02 23:28
  • VirtualBox virtual machine migration-clone

    VirtualBox virtual machine migration-clone

    When using VirualBox to migrate virtual machines on Windos server, you can use the built-in import and export feature, but when the virtual machine is larger than dozens of gigabytes of capacity, it will be particularly slow. Generally speaking, the quicker way is to clone the virtual machine disk directly, and then copy the virtual machine disk.

    Shulou · 2022-06-02 23:28
  • VCSA 6.5 cannot be accessed, the solution to

    VCSA 6.5 cannot be accessed, the solution to "503 Service Unavailable" was reported.

    Suddenly jammed during accessing VCSA, unable to refresh, but can ping VCSA, after a long time, refresh the browser, showing the following error: 503 Service Unavailable (Failed to connect to endp

    Shulou · 2022-06-02 23:28
  • HTTP content negotiation

    HTTP content negotiation

    A URL often needs to represent several different resources. For example, Web sites that need to provide their content in multiple languages. If a site has both French-speaking and English-speaking users, it may want to provide site information in both languages. Ideally, the server should send English to English users

    Shulou · 2022-06-02 23:28
  • Solaris 10 process Management

    Solaris 10 process Management

    The command instructions man pages ps, pgrep, prstat, pkill check the status of active processes on the system and display detailed information about those processes. Ps (1), pgrep (1) and prstat (1m) pkill functions the same as pgrep

    Shulou · 2022-06-02 23:28
  • Resolve the problem that there are only two windows7 virtual machine cpu installed in kvm

    Resolve the problem that there are only two windows7 virtual machine cpu installed in kvm

    Problem description: virtual machine virt-install-- ram=2048-- vcpus=8-- os-type windows-- os-variant=winvista\-- cdrom created using the following command

    Shulou · 2022-06-02 23:28
  • Multithreading, event-driven and recommendation engine Framework selection

    Multithreading, event-driven and recommendation engine Framework selection

       event-driven programming is a programming paradigm where the execution flow of a program is determined by external events. It is characterized by an event loop that uses a callback mechanism to trigger the corresponding processing when an external event occurs. Multithreading is another common programming paradigm and is easier to understand.    high performance universal type

    Shulou · 2022-06-02 23:28
  • Exchange 2013 Series 5: front-end highly available NLB deployment

    Exchange 2013 Series 5: front-end highly available NLB deployment

    What we are going to deploy today is NLB. What is NLB? To put it bluntly, it is the high availability of the client access role. Load balancing is a way to manage which servers receive traffic. Load balancing helps distribute incoming client connections through endpoints, such as client access servers, to ensure that no

    Shulou · 2022-06-02 23:27
  • Getting started with K8s from scratch | detailed explanation of Pod and container design patterns

    Getting started with K8s from scratch | detailed explanation of Pod and container design patterns

    Author | Zhang Lei, Senior Technical expert of Aliyun Container platform, CNCF official Ambassador 1. Why do you need a Pod container? we know that Pod is a very important concept in the Kubernetes project and a very important atomic scheduling unit, but

    Shulou · 2022-06-02 23:27
  • The most complex command in Linux-the find command

    The most complex command in Linux-the find command

    Find finds files in the specified directory supplementary description the find command is used to find files in the specified directory. Any string that precedes a parameter is treated as the name of the directory you are looking for. If no parameters are set when using this command, the find command will look up the subdirectories in the current directory and

    Shulou · 2022-06-02 23:27
  • How kubectl is used

    How kubectl is used

    Cluster deployment-query cluster status kubectl get node # View number of nodes kubectl get componentstatus # View cluster status kubectl get all cluster deployment-start a test show

    Shulou · 2022-06-02 23:27