Get the App
  • Some keyboard shortcuts commonly used by IT to share

    Some keyboard shortcuts commonly used by IT to share

    Windows often uses 7 shortcut keys 1.win+L lock screen 2.win+E my computer 3.win+D returns to the desktop 4.win+Tab switch window 5.win+R-- psr.exe computer recording function 6.win+R-- osk

    Shulou · 2022-06-03 08:54
  • The best scheme for monitoring the validity of a domain name

    The best scheme for monitoring the validity of a domain name

    Share a monitoring of domain name validity using shell script today. Do not like prologue, or directly add practical information. #! / bin/bash# to check whether the domain name has expired # author: xuexiaobai@shell.com# date: 2020022 version

    Shulou · 2022-06-03 08:54
  • Basic knowledge of operating system-- server operating system

    Basic knowledge of operating system-- server operating system

    1. Common operating systems 1) Window Server2) Linux3) Unix2.Win Server introduction 1) Win Server version 2) system interface 3) system advantages and disadvantages (1) excellent graphical interface, easy to operate. (2) long term

    Shulou · 2022-06-03 08:54
  • HTTP protocol

    HTTP protocol

    Introduction to HTTP protocol: protocol rules: content itself (protocol header, protocol content) transmission plaintext shows that poor security stateless protocol, need to use session,cookie to record the status of the application layer protocol, standardized HTTP 1.1 version status code: 1.

    Shulou · 2022-06-03 08:54
  • VMware vSAN6.7 installs vSAN Virtualization using Boot Devic

    VMware vSAN6.7 installs vSAN Virtualization using Boot Devic

    Starting an ESXi installation from a flash device, which is part of the vSAN cluster, sets certain restrictions. When booting a vSAN host from a USB/SD device, you must use at least 4 GB of high-quality USB or SD flash drives. From SATA

    Shulou · 2022-06-03 08:54
  • Azure Media Services-Video on demand is available (

    Azure Media Services-Video on demand is available (

    Azure Media Services provides functions related to LVB / VOD on demand. Provide coding and packaging for video playback on various devices (IOS/Android/web, etc.). Real-time live streaming to a large number of online viewers, such as live events

    Shulou · 2022-06-03 08:54
  • Mounting the USB disk under the virtual machine linux

    Mounting the USB disk under the virtual machine linux

    First of all, you need to know why the flash drive is mounted. What is the mount? In the windows operating system, mounting usually refers to assigning a drive letter to a disk partition (including a virtual disk partition). In the linux operating system, mounting refers to placing a device (usually a storage device)

    Shulou · 2022-06-03 08:54
  • 5 minutes getting started with dnsmasq

    5 minutes getting started with dnsmasq

    5-minute entry dnsmasqDnsmasq provides DNS caching and DHCP service functions dnsmasq installyum install-y dnsmasqsystemctl enable dnsmas

    Shulou · 2022-06-03 08:54
  • Introduction to hard disk management tools: smartctl

    Introduction to hard disk management tools: smartctl

    1. Installation command [root@localhost scripts] # smartctl-- all / dev/sda-bash: smartctl: command not found [root@localhost script

    Shulou · 2022-06-03 08:53
  • Teacher idou teaches you about Istio 04:Istio performance and extensibility.

    Teacher idou teaches you about Istio 04:Istio performance and extensibility.

    The performance of Istio has always been the focus of relevant manufacturers at home and abroad, and more attention has been paid to the impact of Istio on the request delay of data applications. According to the performance test results of Istio officials and relevant manufacturers, four-digit qps is obviously far from meeting the requirements of production.

    Shulou · 2022-06-03 08:53
  • GFS basic configuration installation

    GFS basic configuration installation

    Basic Overview of GFS basic configuration installation ​ GFS is an extensible distributed file system for large, distributed applications that access large amounts of data. It runs on cheap ordinary hardware and provides fault tolerance. It can provide high-performance services to a large number of users. Base

    Shulou · 2022-06-03 08:53
  • Linux catalog and common commands-RH124 study notes

    Linux catalog and common commands-RH124 study notes

    Directory structure linux's directory structure is inverted tree 1, binary program directory (that is, those executable files, executable programs, such as: ls mkdir touch...) / bin / sbin

    Shulou · 2022-06-03 08:53
  • Matrikon OPC usage tutorial: common terms of OPC (1)-D

    Matrikon OPC usage tutorial: common terms of OPC (1)-D

    Matrikon is a supplier of OPC UA-based and OPC-based control automation data interoperability products, providing automation vendors' advanced OPC UA development kits for all product lines from embedded devices to cloud applications. For end-user customers, Matriko

    Shulou · 2022-06-03 08:53
  • Dell R730xd

    Dell R730xd "BIOS iDRACK+Lifec

    Step 1: prepare the firmware program: you can download it from the official website or Baidu. I have prepared BIOS upgrade firmware and iDRACK+Lifecycle Controller upgrade firmware here, named BIOS_6YDCM_WN64_2 respectively.

    Shulou · 2022-06-03 08:53
  • [Zabbix Technology Exchange] MIB browser analyzes MIB

    [Zabbix Technology Exchange] MIB browser analyzes MIB

    MIB full name: management Information Base (MIB,Management Information Base) is one of the contents of the TCP/IP network management protocol standard framework. MIB defines the data items that must be saved by the managed device, the operations allowed on each data item, and

    Shulou · 2022-06-03 08:53
  • Java.nio.file.DirectoryNotEmpt appears in the project build after Jenkins migrates jobs

    Java.nio.file.DirectoryNotEmpt appears in the project build after Jenkins migrates jobs

    1. First, talk about the migration process. 1) deploy the Jenkins continuous integration environment in the new environment, so the installation process is not described in detail here. 2) transfer the jobs directory under the old Jenkins home directory directly to the new environment through scp; start the new environment J after the migration is completed

    Shulou · 2022-06-03 08:53
  • Service of K8S exposes Ingress Traefik installation

    Service of K8S exposes Ingress Traefik installation

    1. Understanding of POD service exposure Ingress Traefik 2. Ingress data flow 3. Ingress Traefik installation runs [root@test-operator traefik] # cd on the operation and maintenance host

    Shulou · 2022-06-03 08:53
  • Docker container image management, port mapping, container interconnection

    Docker container image management, port mapping, container interconnection

    Each instruction in the hierarchical Dockerfile of docker mirroring creates a new mirror layer; the mirror layer will be cached and reused; when the Dockerfile instruction is modified, the copied file changes, or the specified variable when building the image is different, the corresponding

    Shulou · 2022-06-03 08:53
  • Operation of Linux Unix C file directory

    Operation of Linux Unix C file directory

    1 header file to be included: # include#include#include#include#include2 common function: int mkdir (const char * path,mode_t mode); create a

    Shulou · 2022-06-03 08:53
  • Install Myql in yum mode

    Install Myql in yum mode

    Environment OS:CentOS7.6Mysql:Mysql5.7 gets update package Mysql official website: https://dev.mysql.com/ to http://dev.mysql.com/downloads/repo/

    Shulou · 2022-06-03 08:53