Get the App
  • Shell script example-- Shopping case of Shopping Mall

    Shell script example-- Shopping case of Shopping Mall

    Shell script basic loop, judgment sentence exercise example shopping cart case #! / bin/bashxie=200ku=150yi=100huan=50chi=120num=0for ((iTune1witi < = 5poliici +)) doe

    Shulou · 2022-06-02 21:21
  • An example of solving the error report of Azure Kubernetes dashboard

    An example of solving the error report of Azure Kubernetes dashboard

    Azure Kubernetes Service (AKS) makes it easy to deploy a managed Kubernetes cluster in Azure. AKS reduces the complexity and operation of managing Kubernetes by transferring most of the responsibility to Azure.

    Shulou · 2022-06-02 21:20
  • Building an Enterprise IT operational Environment hand in hand season 4: how to build iTop Tick

    Building an Enterprise IT operational Environment hand in hand season 4: how to build iTop Tick

    Hand in hand to build an enterprise IT actual combat environment season 4: how to build an iTop Ticket system? ©Lander Zhang focuses on on-demand IT operation and maintenance services for foreign enterprises, and IT Helpdesk practical training practitioners blog: https://blog.51c

    Shulou · 2022-06-02 21:20
  • The full name of some English abbreviations in routing protocols

    The full name of some English abbreviations in routing protocols

    ACL: Access Control List-access Control list NAT: Network Address Translation: network address Translation DHCP: dynamic host con

    Shulou · 2022-06-02 21:20
  • Build and deploy the local Yum warehouse

    Build and deploy the local Yum warehouse

    Build a local yum repository: system: Centos6.5 goes to Ali image to download yum source of Centos6, and install system eple-release source: # wget-O / etc/yum.repos.d/CentOS-Base.re

    Shulou · 2022-06-02 21:20
  • Detailed explanation of Unix stty command

    Detailed explanation of Unix stty command

    There are many commands in UNIX system, so let's explain stty. This command is a common command used to change and print terminal line settings. 1. The stty (set tty, set tty) command is used to check and modify the communication parameters of the currently registered terminal. UNIX system is the input of keyboard

    Shulou · 2022-06-02 21:20
  • Use GDAL's ogr2ogr tool to edit Geojson data with ArcGIS Desktop

    Use GDAL's ogr2ogr tool to edit Geojson data with ArcGIS Desktop

    1. Use the official website address http://www.gdal.org/ogr2ogr.html of the ogr2ogr tool to download the required version. Considering that the author will often use it in the future, I unzip it to the folder "D:\ App\ Gdal\ releas".

    Shulou · 2022-06-02 21:20
  • A preliminary study of HTTP Protocol-- Historical Evolution and Design ideas

    A preliminary study of HTTP Protocol-- Historical Evolution and Design ideas

    HTTP protocol is not only the basic protocol of the Internet, but also the necessary knowledge of web page development, and the latest version of HTTP 2 makes it a technical hotspot. This paper introduces the historical evolution and design ideas of HTTP protocol. Introduction to HTTP HTTP is based on the TCP/IP protocol

    Shulou · 2022-06-02 21:20
  • Ntp time synchronization

    Ntp time synchronization

    Due to hardware reasons, the root standard time of the machine does not match more or less, and the error of a month ranges from a few seconds to a few minutes. For the server, the time is not right, there will be a lot of trouble. For example, when paying, the order cannot be placed, the game cannot log in, and so on. It doesn't matter if you use your own PC, just change it manually.

    Shulou · 2022-06-02 21:20
  • The use of Server-U

    The use of Server-U

    The Server-U software Server-U is a very powerful file manager, which is much more powerful than the ftp server. It not only provides upload and download functions, but also provides grouping management. The restrictions on directories are very strict, so you can according to your needs.

    Shulou · 2022-06-02 21:20
  • Making nginx Image by Dockerfile

    Making nginx Image by Dockerfile

    The nginx version is 1.16.1, the basic image is alpine-linux, and the final image size is 25.7MFROM alpine:latestENV ng_config / usr/local/nginx-1.16.1.

    Shulou · 2022-06-02 21:19
  • Rapid deployment of DNS by docker to achieve rapid launch

    Rapid deployment of DNS by docker to achieve rapid launch

    Concept Docker is an open source application container engine. Docker allows developers to package their applications and dependency packages into a lightweight, portable container and publish them to any popular Linux machine. It can also be virtualized. Here, I...

    Shulou · 2022-06-02 21:19
  • Package the images in multiple docker image

    Package the images in multiple docker image

    #! / bin/bashIFS= ":" aa=$ (docker images | awk'/ azk8s/ {print $1 "_" $2 "" $3}'| awk-F'/'{print $3

    Shulou · 2022-06-02 21:19
  • Weird windows Workspace 2276j2269 error report solution

    Weird windows Workspace 2276j2269 error report solution

    Background information, using the file service on windows server 2012, the file server is cluster (two nodes), and the windows sync share service is enabled. But the windows on node 2

    Shulou · 2022-06-02 21:19
  • Jmeter uses plug-ins to monitor remote server performance data

    Jmeter uses plug-ins to monitor remote server performance data

    Download address yourself can go to the official website: https://jmeter-plugins.org/downloads/all/ three plug-ins: JMeterPlugins-Standard-1.4.0 (1). ZipServe

    Shulou · 2022-06-02 21:19
  • Zookeeper distributed cluster

    Zookeeper distributed cluster

    1. Zookeeper is an efficient distributed coordination service, which can provide configuration information management, naming, distributed synchronization, cluster management, database switching and other services. It is not suitable to store a large amount of information, but can be used to store a small amount of information such as configuration, publication, subscription and so on. Hado

    Shulou · 2022-06-02 21:19
  • Sqlserver Always On

    Sqlserver Always On

    Structural decomposition, easy to understand. The mode of two host nodes and one file arbitration node is adopted. Sqlserver host a:host_a ip:192.168.1.1 sqlserver host b:host_b:192.168.1.2 fi

    Shulou · 2022-06-02 21:19
  • Recommend a free cloud server that has been used recently

    Recommend a free cloud server that has been used recently

    Recently used a good free cloud server, Sanfengyun: some features of https://www.sanfengyun.com Sanfengyun 1. Permanent free use 2. The user experience is good, the console is powerful, and the server 3. 5 is accessed directly through a remote connection. Include "

    Shulou · 2022-06-02 21:19
  • How to migrate boa based on SAIL-AM335?

    How to migrate boa based on SAIL-AM335?

    Based on am335 boa migration, a total of five steps, the following are detailed steps, relatively unfamiliar with this knowledge of small partners, can learn. 1. Prepare the development environment: (1) VMware 10.0 (2) Ubuntu 14.04 64bit (3)

    Shulou · 2022-06-02 21:19
  • / etc/init.d/functions detailed explanation

    / etc/init.d/functions detailed explanation

    To make the content of the script look better, load the system function. / etc/init.d/functionsfunctions this script is for files in / etc/init.d. Provides some basic features to see what's in it. First

    Shulou · 2022-06-02 21:19