Get the App
  • Restore an esxi virtual machine through flat.vmdk

    Restore an esxi virtual machine through flat.vmdk

    An esxi virtual machine in the company's production environment can not be accessed. The first time to check the machine properties and find that it is a virtual machine, log in to vcenter to locate the host location. The missing vmdx file is displayed after resetting the virtual machine power. Let's start restoring esxi through flat.vmdk

    Shulou · 2022-06-03 02:58
  • Using the Bittitan Migration tool for Mail Migration

    Using the Bittitan Migration tool for Mail Migration

    Bittitan is a cloud-based migration tool from 21V (Century Internet). Let's take a look at the following picture to see what it can migrate. For configuration reference screenshot, click "Mailbox Migration" to refer to screenshot, click "create Project" to refer to screenshot, and select "create Mailbox Project" to enter.

    Shulou · 2022-06-03 02:58
  • 20 key points to improve the efficiency of php programming

    20 key points to improve the efficiency of php programming

    Sorted out 20 key points that can improve the efficiency of php programming, post a blog record, friends who need can refer to. 1. If you can define the method of a class as static, try to define it as static, which will be nearly 4 times faster. 2. The speed of $row ['id']

    Shulou · 2022-06-03 02:58
  • Wei Dongshan lesson 11 Section 004: hang yaffs2 format root file system out

    Wei Dongshan lesson 11 Section 004: hang yaffs2 format root file system out

    Correction method: when using the method of automatically attaching the root file system of this format, the step of manually attaching the root file system in method 1 should also be done.

    Shulou · 2022-06-03 02:58
  • OpenStack architecture-keystone components (1)

    OpenStack architecture-keystone components (1)

    This blog mainly builds keystone components in OpenStack architecture, and then brings the management operations of glance, nova, neutron, horizon, cinder and virtual machine in OpenStack in turn. Deploy it in the experiment

    Shulou · 2022-06-03 02:58
  • Use of jumpserver (2)

    Use of jumpserver (2)

    Use jumpserver to manage "PUBG: exciting Battlefield" several servers 1. Basic system settings change the "localhost" of url to your actual url address, otherwise the address received by email will be "localhost" and cannot be created.

    Shulou · 2022-06-03 02:58
  • Reset user password in Exchange 2013

    Reset user password in Exchange 2013

    Recently, a customer asked me that our company has an Exchange environment, and our IT department receives a lot of users who reset their passwords every day, asking me to reset their passwords in the ECP of Exchange. Yes, passwords can be reset through ECP, but many friends have deployed them.

    Shulou · 2022-06-03 02:57
  • Using OpenStack to construct Energy Cloud of Guangdong Company of Southern Power Grid

    Using OpenStack to construct Energy Cloud of Guangdong Company of Southern Power Grid

    Southern Power Grid Guangdong Co., Ltd., which belongs to China Southern Power Grid Co., Ltd., directly manages the power supply bureaus of 19 prefectures and cities in Guangdong province. and a number of central institutions, such as power dispatching control, power grid planning, information, communications, infrastructure, materials, scientific research, education and training, comprehensive energy, and so on.

    Shulou · 2022-06-03 02:57
  • The real entry function of C++ program

    The real entry function of C++ program

    Today we finally have time to study how to execute its first instruction after a large project is compiled into an exe and several dll. What rules does the operating system use to find the first instruction that should be executed (or how to find the first entry function)?

    Shulou · 2022-06-03 02:57
  • SFB project experience-43-Lync phone performance is no worse than traditional landline phone (project! Project! Project!)

    SFB project experience-43-Lync phone performance is no worse than traditional landline phone (project! Project! Project!)

    Previous issue: Lync project experience-07-Skype for Business 2015 cost-effective phones-Polycom CX700 http://dynamic.blog.51cto.com/711418/1870

    Shulou · 2022-06-03 02:57
  • Recovery process of hard disk failure data of Hp DL380 server

    Recovery process of hard disk failure data of Hp DL380 server

    Server data recovery failure introduction: the need for data recovery is a HP DL380 server three 300GSAS hard drives composed of raid array, disk failure led to the entire RAID group paralysis, one of the hard disk status light is red. The database is stored in partition D, and the backup is stored in

    Shulou · 2022-06-03 02:57
  • Recommended Scheme for constructing Huddle Room Conference Room (1)

    Recommended Scheme for constructing Huddle Room Conference Room (1)

    What is Huddle Room? Huddle Room, also known as small collaboration space, is smaller than the general conference room, usually can only hold 3-4 people, and is suitable for small, quickly convened group meetings, cross-departmental collaboration or business negotiations. So the requirement for this kind of conference room is to use

    Shulou · 2022-06-03 02:57
  • Windows server 2008 R2 domain control and extra domain control

    Windows server 2008 R2 domain control and extra domain control

    Experimental preparation: 1. A master domain control dns server 2. A virtual machine experiment of Windows server 2008 R2 system: 1. Configure the IP address of the additional DC, DNS2. Turn off the firewall of additional domain control 3. Test domain control and extra

    Shulou · 2022-06-03 02:56
  • LAMP+Memcached High performance caching Service

    LAMP+Memcached High performance caching Service

    About Memcached Memcached is a high-performance distributed memory cache server. By maintaining a unified huge hash table in memory, it can be used to store data in various formats, including images, videos, files and database retrieval results.

    Shulou · 2022-06-03 02:56
  • Iptables manages firewalls and zones

    Iptables manages firewalls and zones

    1. The foundation of Linux firewall, whether it is Linux system, Windows system firewall or hardware firewall, is a combination of a series of components between different networks and network security, and it is also the only exit (entry) of information between different security domains. By detecting, limiting, and changing the span

    Shulou · 2022-06-03 02:56
  • Wordpress server installation and responsive website configuration

    Wordpress server installation and responsive website configuration

    First, quickly install Wordpress1. 1 on linux by using Dokcer. Install Docker and docker-compose install curl-sSL https://get.docker.com/ using the official installation script

    Shulou · 2022-06-03 02:56
  • How to back up MySQL data in Linux to git Warehouse regularly

    How to back up MySQL data in Linux to git Warehouse regularly

    How to back up MySQL data in Linux to git warehouse regularly? I believe that many novice rookies have not yet learned this skill. Through the summary of this article, I hope you can learn this skill. The following materials are the steps for implementation. Brief introduction when we deploy our small and medium-sized projects, in the data store

    Shulou · 2022-06-03 02:56
  • Mysql5.7 retrieves password

    Mysql5.7 retrieves password

    First contact with the database, after the binary installation of mysql5.7, it is found that the initial password cannot be found in the log like yum. ~ so first shuts down the startup database: add a sentence in my.cnf: skip-grant-tables save exit restart mysq

    Shulou · 2022-06-03 02:56
  • Introduction to the relational operator of linux shell

    Introduction to the relational operator of linux shell

    This article will explain in detail the introduction of the relational operator about linux shell. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article. The numeric comparison relational operator only supports numbers, not strings, unless

    Shulou · 2022-06-03 02:55
  • When deleting a merged snapshot, the snapshot manager cannot see the snapshot and cannot complete it due to insufficient disk space.

    When deleting a merged snapshot, the snapshot manager cannot see the snapshot and cannot complete it due to insufficient disk space.

    When VMWare Workstation merges snapshots, the snapshot manager cannot see the snapshot and cannot complete the solution due to insufficient disk space. ©Lander Zhang focuses on foreign enterprises'on-demand IT infrastructure operation and maintenance services, and IT Helpdesk practical training practice.

    Shulou · 2022-06-03 02:55