Get the App
  • Detailed explanation of MFS distributed Storage Construction

    Detailed explanation of MFS distributed Storage Construction

    The function of MFS distributed storage service MFS: the purpose of MFS distributed storage is to solve the deficiency of NFS, multiple servers mount and share the storage space of a server through NFS, which makes the NFS server unbearable and often times out, and there is a single NFS.

    Shulou · 2022-06-03 06:09
  • Unix basic tutorial 3 Communication

    Unix basic tutorial 3 Communication

    1. Internal communication system 2, external communication system 3, instant messaging 1) chat command write (to be online) write username [terminal] $write npp terminal number (when multiple people log in at the same time) $write npp...

    Shulou · 2022-06-03 06:09
  • UEFI+GPT to replace the hard drive GHOST,DD is also possible.

    UEFI+GPT to replace the hard drive GHOST,DD is also possible.

    Information: now most computers use uefi+gpt hard disk partition mode, some computers have their own genuine operating system, but not solid state drives. If you want to change to a solid-state hard drive, it will take a long time for all kinds of driver software to clean up. Ghost is a general-purpose cloning tool that can implement a hard disk like MBR format.

    Shulou · 2022-06-03 06:09
  • Basic concept and use of MongoDB

    Basic concept and use of MongoDB

    Introduction to MongoDB: MongoDB is an open source database system based on distributed file storage. It is based on documents (document, that is, the concept of rows in a relational database) and is stored in the form of key= > value, similar to JSON.

    Shulou · 2022-06-03 06:09
  • Zabbix, cacti, nagios, server monitoring, there are better

    Zabbix, cacti, nagios, server monitoring, there are better

    For the daily work of operation and maintenance, server monitoring is a necessary and most basic content. In the process of enterprise network operation and maintenance, administrators pay close attention to the operation of the server and network at any time, in order to find problems in time and reduce the occurrence of failures as much as possible. When there are a large number of devices and servers in the network, for

    Shulou · 2022-06-03 06:09
  • Windows server backup

    Windows server backup

    (1) in order to solve the problem of disaster recovery and backup of only one domain control server in the local area network (LAN), solution 1. To use backup domain control, it is necessary to purchase another server, and the backup DNS of the computer in the domain needs to be set to the IP address of the auxiliary domain. 2, use the latest server virtualization combined with storage virtualization technology, or

    Shulou · 2022-06-03 06:09
  • Add in-place reserved user mailboxes at Office 365

    Add in-place reserved user mailboxes at Office 365

    Based on customer requirements, users are required to be added in bulk to the existing in-place retention in Office 365. As you know, we can do this through the Exchange online graphical user GUI interface or through PowerShell. To add users to Of in bulk

    Shulou · 2022-06-03 06:09
  • MySQL Import data prompt Lost connection to

    MySQL Import data prompt Lost connection to

    Database version is Mariadb 5.5.Using K8S to manage mysql-uroot-p xxxx < xxxxx.sql prompt ERROR 2013 (HY000) at line 1320: Los locally

    Shulou · 2022-06-03 06:09
  • Performance monitoring of Linux system

    Performance monitoring of Linux system

    1: monitor CPU usage uptime can show how long the system has been running, display the last minute, five minutes, and 15 minutes load situation 2: monitor memory and swap partition usage free 3: monitor disk usage df-h displays the maximum unit capacity information-

    Shulou · 2022-06-03 06:09
  • [Windows10] there was a problem installing some updates, but we'll try again later.

    [Windows10] there was a problem installing some updates, but we'll try again later.

    The shotgun has just been replaced, and the i3 computer, which has been used for 3 years, has finally embarked on the road of i7. I encountered this problem in the middle of updating the system. Try again for many times without success, try to ask du Niang. The steps of the test are as follows. 1. Press "Windows+X" > > computer Management > > Services and applications >

    Shulou · 2022-06-03 06:09
  • The display capacity of the hard disk of the win10 system does not match the actual capacity.

    The display capacity of the hard disk of the win10 system does not match the actual capacity.

    I use win10 Home Edition, 256g hard disk, of which 137g is used as the system disk D disk. Basically, I install all the applications on disk C, but now disk D shows that the capacity I can use is only 60g. I checked the files on disk D, including hidden files, and showed that disk D only used 62.

    Shulou · 2022-06-03 06:09
  • WIN7--L2T virtual tutorials

    WIN7--L2T virtual tutorials

    1 Click the network icon in the taskbar in the lower right corner of the desktop, and then click "Open Network and sharing Center". You can also enter the network and sharing center through the network and Internet in the control panel. 2 in the network and sharing center, click "set up a new connection or network"; 3 select "connection"

    Shulou · 2022-06-03 06:09
  • Cobbler automatically installs linux system

    Cobbler automatically installs linux system

    1. Install a component yum install epel-rpm-macros.noarch-y # install the Epel source yum install-y cobbler cobbler-web dhcp tftp-se

    Shulou · 2022-06-03 06:09
  • Health examination of K8s (Health Check)

    Health examination of K8s (Health Check)

    Strong self-healing ability is an important feature of container orchestration engines such as Kubernetes. The default implementation of self-healing is to automatically restart the failed container. In addition, users can also use Liveness and Readiness detection mechanisms to set up more sophisticated settings.

    Shulou · 2022-06-03 06:09
  • Migrate Spring boot project to Serverless in three minutes

    Migrate Spring boot project to Serverless in three minutes

    Preface Spring Boot has become the most popular Java back-end development framework. The typical application way is to buy a virtual machine on the cloud and run Java programs on it 24 hours a day. In this case, users must maintain their own virtual machine environment, and according to the monthly plan.

    Shulou · 2022-06-03 06:08
  • Import PST into Exchange 2007 using Powershell

    Import PST into Exchange 2007 using Powershell

    Prerequisites for computers running the 32-bit version of Microsoft Windows, on which you can install Exchange Management tools (SP1) for the entire organization. Microsoft Outlook 2003 SP needs to be installed on the above workstations

    Shulou · 2022-06-03 06:08
  • Detailed explanation of docker-compose instruction (2)

    Detailed explanation of docker-compose instruction (2)

    The compose file format defines the top-level keys of parts of the configuration file (such as build, deployment, dependency, network, etc.) listed with options that support them as subtopics. This maps to the Compose file:: indentation structure service configuration reference Compose file defines the serv

    Shulou · 2022-06-03 06:08
  • Brief introduction of MySql8.0 compilation and installation process

    Brief introduction of MySql8.0 compilation and installation process

    Environment: Centos8 minimized installation [root@Oracle2 ~] # cat / etc/redhat-release CentOS Linux release 8.0.1905 (Core) Note: do not use

    Shulou · 2022-06-03 06:08
  • Performance comparison of raid5 / raid5e / raid5ee and the principle of raid data recovery

    Performance comparison of raid5 / raid5e / raid5ee and the principle of raid data recovery

    RAID 5 is a storage solution that combines storage performance, data security, and storage costs. RAID 5 can be understood as a compromise between RAID 0 and RAID 1. RAID 5 can provide data security for the system, but the degree of protection is lower than Mirror.

    Shulou · 2022-06-03 06:08
  • VI Editor (vim)

    VI Editor (vim)

    Vi is a text editor developed by Bill 喜悦 of the University of California, Berkeley. There are many text editors, such as gedit, kwrite, OpenOffice in graphic mode, and vi and vim (enhanced version of vi) in text mode.

    Shulou · 2022-06-03 06:08