Get the App
  • What is a varnish cache proxy? How to install and configure?

    What is a varnish cache proxy? How to install and configure?

    Varnish cache proxy varnish cache is the web application accelerator as well as the http reverse cache proxy. You can install varnish on the front end of any http and configure it to cache content. Compared with traditional squid

    Shulou · 2022-06-03 06:04
  • How do I migrate domain control roles?

    How do I migrate domain control roles?

    After reboot, enter netdom query fsmo on the command line to confirm the host where the domain control role is located, and it is found that it is the original host. To transfer the operating system role to the new control domain, you need to execute the following command nsdsutil:roles in the newly created server (enter fsmo

    Shulou · 2022-06-03 06:04
  • Introduction of Repository Warehouse in Docker

    Introduction of Repository Warehouse in Docker

    Access to Docker Warehouse (Repository) is a centralized place for storing images, which is divided into a common repository and a private warehouse. The registration server is different from the warehouse. The registration server is the specific server that stores the warehouse. A registration server can have multiple warehouses, and each warehouse can

    Shulou · 2022-06-03 06:04
  • Desktopinfo.ini configuration method

    Desktopinfo.ini configuration method

    Effect Diagram desktopinfo.ini configuration method # Sample configuration file [options] # size and positiontop=30right=20width=3

    Shulou · 2022-06-03 06:04
  • Installation and deployment of ubuntu zabbix

    Installation and deployment of ubuntu zabbix

    Installation environment: ubuntu 18.0.4 install Server/proxy/ front end install Zabbix server and use MySQL database: apt install zabbix-server-mysql security

    Shulou · 2022-06-03 06:04
  • The method of dealing with Excel data in Python

    The method of dealing with Excel data in Python

    Excel data processing of Python. Background. In the work of operation and maintenance, colleagues or technical leaders may be encountered to provide metadata for Excel data, data extraction and collection, or automation of operation and maintenance. For the above scenarios, we need to carry out python processing.

    Shulou · 2022-06-03 06:04
  • How many file types are there in linux?

    How many file types are there in linux?

    1, ordinary file (data file) identification: -, ordinary file is used to store data, programs and other information files, generally stored in the memory (disk) for a long time. Ordinary files are divided into text files and binary files. 2. Directory file ID: d, directory file is in the file system

    Shulou · 2022-06-03 06:04
  • What if the linux compiler makes an error in finding files?

    What if the linux compiler makes an error in finding files?

    The problem leads to: when Linux compiles the program, it will prompt the following error if the header file cannot be found: $gcc test.c-o testtest.c:9:16: fatal error: xxx.h: No such file or

    Shulou · 2022-06-03 06:04
  • What is the reason why Tencent Cloud servers cannot connect remotely?

    What is the reason why Tencent Cloud servers cannot connect remotely?

    What is the reason why Tencent Cloud CVM cannot connect remotely? There may be many reasons why Tencent CVM cannot connect remotely, similar to the situation where other CVM products cannot connect remotely. For example, the CVM expires, shuts down or is released by the service provider, there is a problem with the security group configuration, local network exception or DN

    Shulou · 2022-06-03 06:04
  • How to set the user password to never expire in linux?

    How to set the user password to never expire in linux?

    Open the terminal, enter the command: [sudo gedit / etc/login.defs], enter the administrator password [PASS_MAX_DAYS], change it to [99999], and click Save. (valid only for users created after setting up, and users that already exist

    Shulou · 2022-06-03 06:04
  • Introduction to the desktop environment of linux

    Introduction to the desktop environment of linux

    1. KDE mentioned that Linux desktop environment had to mention KDE. Some people say that he is the king of traditional desktops. By contrast, KDE has an advantage in the choice of Linux desktop environment. In the Linux Journal evaluation in recent years, KDE has been a cicada.

    Shulou · 2022-06-03 06:04
  • What are the common operating systems in linux?

    What are the common operating systems in linux?

    Red Hat (Red Hat), which claims to be the leader of open source software, released Red Hat Linux in the past two years. With the increasing demand for open source and the strengthening of procurement cost control, the open source version of CentOS released by Red Hat has been used by us more and more with good performance.

    Shulou · 2022-06-03 06:04
  • How does linux view the reids service installation directory?

    How does linux view the reids service installation directory?

    This article takes looking at the reids installation directory as an example. If the commands which and whereis cannot find the installation directory, you can use the following methods: 1. First, execute the following command to get the process number ps-ef | grep redis gets the process number xxxx.

    Shulou · 2022-06-03 06:04
  • What if tomcat is not accessible in linux centOS7?

    What if tomcat is not accessible in linux centOS7?

    The problem arises: centOS7 is installed on the virtual machine, Tomcat is configured and started successfully. But the Tomcat 8080 port cannot be accessed in the browser. Reason: because of CentOS 7 or RHEL 7 or Fedora, the default firewall is created by firewa

    Shulou · 2022-06-03 06:04
  • Solution to the failure of linux mounting

    Solution to the failure of linux mounting

    The problem leads to: my computer is a ubuntu16.04 dual system installed under win10. Today, when I entered the ubuntu system to access the win10 disk, there was the following error: 1. Enter the following command in the terminal to check the partition mount sudo fdisk-

    Shulou · 2022-06-03 06:04
  • How do I modify the default home page of the Apache server?

    How do I modify the default home page of the Apache server?

    1. Modify the default home page of the Apache server: when accessing the Apache server, the default is to directly access the index.html under the htdocs directory, which is configured in conf/httpd.conf. Found conf/httpd.conf

    Shulou · 2022-06-03 06:04
  • How to build and configure mysql High availability Architecture MHA

    How to build and configure mysql High availability Architecture MHA

    This article mainly introduces how to build and configure mysql high availability architecture MHA. The content of the article is carefully selected and edited by the author. It has certain pertinence and is of great significance to everyone's reference. Let's learn how to build and configure mysql high availability architecture MHA with the author.

    Shulou · 2022-06-03 06:04
  • How does linux use the command to view the location of the php configuration file?

    How does linux use the command to view the location of the php configuration file?

    1. First of all, you can open the terminal to enter the find command to display the path of the php configuration file, and then you can directly use the built-in instructions of php to find it. Using the following command, you can clearly see the configuration file used by the current php. Finally, you can enter "php" in the terminal.

    Shulou · 2022-06-03 06:03
  • What if the linux disk is full?

    What if the linux disk is full?

    1. Linux View disk usage commands are as follows: df-H2, Linux View current folder disk usage commands are as follows: du-sh / * 3, delete the file that takes up the largest space, such as the log file command: rm-rf file name 4, deleted file can be

    Shulou · 2022-06-03 06:03
  • How to solve the problem that ssh cannot connect to linux remotely

    How to solve the problem that ssh cannot connect to linux remotely

    The remote connection tool is: Xmanager Enterprise 5Mui-> Xshelllinux distribution: the CentOS-6.3-x86_64 solution is as follows: first, check whether the IP in the network configuration file has changed. First, check IPAD.

    Shulou · 2022-06-03 06:03