Get the App
  • Several problems encountered by VMWare Workstation 14 and vsphere esxi 5.5

    Several problems encountered by VMWare Workstation 14 and vsphere esxi 5.5

    Recently, in the construction of the experimental environment, several problems have been found and solved. The problem is not solved by most of the solutions offered online, and it takes some time, so make a note of it and keep it for yourself or others to refer to. Linu of VMWare Workstation 14

    Shulou · 2022-06-03 08:57
  • How to solve the problem of using Office365 account to log in and activate Office365 Times wrong 0xCAA80000?

    How to solve the problem of using Office365 account to log in and activate Office365 Times wrong 0xCAA80000?

    How to solve the problem of using Office365 account to log in and activate Office365 Times wrong 0xCAA80000? ©Lander Zhang focuses on foreign enterprise IT infrastructure operation and maintenance services, IT Helpdesk practical training practitioners blog: https

    Shulou · 2022-06-03 08:57
  • Windows 10 uses the RDP protocol to log in to remote CentOS 7.

    Windows 10 uses the RDP protocol to log in to remote CentOS 7.

    1. Introduction to related concepts: RDP:Remote Desktop Protocol, an open source implementation of the remote desktop protocol xrdp:RDP, which allows graphical control of remote systems 2. Demonstration environment: operating system IPWindows 1019

    Shulou · 2022-06-03 08:56
  • Kubernetes series tutorials (5) getting to know the core concept pod

    Kubernetes series tutorials (5) getting to know the core concept pod

    The previous series of articles have introduced the kubernetes architecture, installation, upgrade and getting started. Readers have already had a preliminary understanding and understanding of kubernetes through the practical operation of the article. From this chapter, we will gradually introduce the basic concepts and core concepts in kubernetes.

    Shulou · 2022-06-03 08:56
  • Use openstack local source installation to report an error

    Use openstack local source installation to report an error

    When installing using openstack (version OpenStack-Rocky) local source, the missing installation package was found to report ERRO, and the error is as follows: Pre installing Puppet and discovering hosts' d

    Shulou · 2022-06-03 08:56
  • Reading the Technical Manual of UNIX/Linux system Management (2)

    Reading the Technical Manual of UNIX/Linux system Management (2)

    20:00 on August 10, 2016.21 201.1.3 Performing backups1.1.3 performs a backup Performing backups is perhaps the most import

    Shulou · 2022-06-03 08:56
  • Citrix Desktop Cloud Lab Environment Building 3

    Citrix Desktop Cloud Lab Environment Building 3

    Then I started to install the Citrix platform. First of all, I'm going to install a Licence Server, which I installed in the previous SQL server. According to the actual situation, you can build 1-2 sets independently, or install them with other servers. Log in to the account here, where the account is installed

    Shulou · 2022-06-03 08:56
  • Detailed explanation of RAID0, 1,5,10

    Detailed explanation of RAID0, 1,5,10

    I. raid definition RAID (Redundant Array of Independent Disk Independent redundant disk Array) technology was proposed by the University of California, Berkeley in 1987, originally to combine small cheap disks to replace large expensive disks.

    Shulou · 2022-06-03 08:56
  • ESXi does not recognize hard disk fault handling

    ESXi does not recognize hard disk fault handling

    ESXi does not recognize hard disk failure handling 1. Part of the ESXi does not recognize the hard drive, causing the VSAN to display abnormally. However, it does not affect the normal use of users, and the VSAN capacity is normal. Use esxcli to view server hardware errors. two。 Query KB and find that the corresponding situation is 201.

    Shulou · 2022-06-03 08:56
  • Batch mstsc software designed for remote connections

    Batch mstsc software designed for remote connections

    3389 batch remote Desktop connection Control tool is a special software for remote connection, the editor needs this software very much, because there are often problems with the server at night, so it is necessary to log in to the company's computer in time. With this is very convenient, come and download it. Iis7 remote Desktop

    Shulou · 2022-06-03 08:56
  • Am335x uboot lights up LED

    Am335x uboot lights up LED

    First, a brief analysis of uboot startup process make am335x_evm, corresponding to boards.cfg: am335x_evm arm armv7 am335x ti am33xx am335x_evm:SERIAL1

    Shulou · 2022-06-03 08:55
  • Azure Manager-Chapter 5 Import and Export data in Azure-2-3-Azure Export Blob data-Demo

    Azure Manager-Chapter 5 Import and Export data in Azure-2-3-Azure Export Blob data-Demo

    [enter article title here] Azure administrator-chapter 5 import and export data in Azure-2-3-Azure export Blob data service-demonstration will be written from this article: "Azure administrator certification exam AZ-103" study notes as

    Shulou · 2022-06-03 08:55
  • Analysis of configuration Files related to Linux user Management

    Analysis of configuration Files related to Linux user Management

    / etc/passwd looks at the / etc/passwd file in Linux and you can see something like this: the meaning of each field is as follows: user name: password: user identification number: group identification number: annotative description: home directory: login Shell field specific meaning and say

    Shulou · 2022-06-03 08:55
  • Storage pools for kvm Virtualization

    Storage pools for kvm Virtualization

    KVM storage pool is a file, directory or storage device managed by libvirt. The storage pool can be located locally or shared through the network, and the storage pool can eventually be used by virtual hosts. The default libvirt uses a directory-based storage pool design, / var/lib/lib

    Shulou · 2022-06-03 08:55
  • The way and comparison of Inter-process Communication

    The way and comparison of Inter-process Communication

    Inter-process communication is the transmission or exchange of information between different processes, so what media can be accessed by both parties between different processes? The user space of the process is independent of each other and generally cannot access each other, with the only exception being the shared memory area. However, the system space is a "public place"

    Shulou · 2022-06-03 08:54
  • Deployment and Security Optimization of Openssh Service

    Deployment and Security Optimization of Openssh Service

    Deployment of Openss Services and Overview of Security Optimization 1.Openssh Services 2. Lab environment setup 3.ssh commands key authentication 5.Openssh service common configuration parameters for 4.Openssh service 1.Openssh service overview 1.Openss

    Shulou · 2022-06-03 08:54
  • Server 2016 domain control password reset

    Server 2016 domain control password reset

    Today, I wanted to try the newly installed domain, but when I entered the password, it was wrong. I really fainted. The idea of resetting the domain control password: 1. Know the local administrator password. 2. Log in using the local administrator account and reset the domain control administrator password at the AD management center. Note: the password of the local administrator is easy to crack.

    Shulou · 2022-06-03 08:54
  • Write daemons

    Write daemons

    1) create a child process, and the parent process exits. 2) create a new session setsid () function in the child process, which is used to create a new session and act as the leader of the session group. Calling the setsid () function has three functions: let the process get rid of the control of the original session, let the process get rid of the control of the original process group and let the process

    Shulou · 2022-06-03 08:54
  • Server: add IP to network card in batch under Centos system

    Server: add IP to network card in batch under Centos system

    Server: batch add IP to network card under Centos system, add IP to network card in batch under Centos system, and create similar ifcfg-eth0 under / etc/sysconfig/network-scripts/:

    Shulou · 2022-06-03 08:54
  • AIX change password

    AIX change password

    Echo "username:passwd" | chpasswdpwdadm-c usename- contains special characters to escape the best way to lock and unlock an AIX user account, for example: the password has been typed wrong many times, and the message Pass after locking

    Shulou · 2022-06-03 08:54