Get the App
  • Cloud computing tutorials for good programmers share the differences between cloud services and cloud computing

    Cloud computing tutorials for good programmers share the differences between cloud services and cloud computing

    Cloud computing tutorials for good programmers what are the differences between cloud services and cloud computing? What is cloud, what is not cloud, first of all, cloud computing is indeed very important, cloud computing is indeed a very important technology at present, and will have a very profound impact on the future. However, the current business philosophy of cloud computing, such as cloud power

    Shulou · 2022-06-02 23:57
  • Enterprise operation and maintenance-windows server2008 plays with DHCP service

    Enterprise operation and maintenance-windows server2008 plays with DHCP service

    Install and configure DHCP service DHCP service under Windows Server2008: assign network parameters to users, such as IP address, etc. Part 1: environment and preparation 1: windows server2008 operating system; 2: windows

    Shulou · 2022-06-02 23:57
  • AGG lesson 18 agg::trans_affine affine transformation

    AGG lesson 18 agg::trans_affine affine transformation

    The concept of 1 affine affine transformation is geometrically defined as an affine transformation or affine mapping between two vector spaces (from Latin, affinis, "and... correlation") consisting of a linear transformation followed by a translation. 2 agg::trans_affin

    Shulou · 2022-06-02 23:57
  • LVM expansion of linux root partition

    LVM expansion of linux root partition

    Linux root partition LVM capacity expansion # df-h look at the current hard disk condition # lsblk check the disk directory # fdisk-l you can see the newly added hard disk / dev/sdb# partition: npentert8eW# lvm lv

    Shulou · 2022-06-02 23:57
  • Introduction of dynamic bandwidth in IDC computer Room

    Introduction of dynamic bandwidth in IDC computer Room

    Beijing Changping computer room-microgrid cohesion data center computer room area: computer room area 1750 square meters, office 1620 square meters; power distribution room: UPS room, battery room a total of 625 square meters; total area 3795 square meters; building structure: floor load bearing 800kg/ square meters, UPS room and battery room load 1

    Shulou · 2022-06-02 23:57
  • Implementation of Redis Cluster with a single Linux Server

    Implementation of Redis Cluster with a single Linux Server

    Introduction to Redis Redis is a cache middleware used on a large scale at present. Because of its powerful, efficient and convenient function, it has been widely used. Redis released 3.0.0 in 2015, and redis cluster has been officially supported. Redis

    Shulou · 2022-06-02 23:56
  • Txt of linux is converted to txt of windows

    Txt of linux is converted to txt of windows

    Method 2 of converting linux's txt to windows's txt# cp unixfile.txt winfile.txt# vi winfile.txt:set ff=dos:wq: # sed-e's Universe /

    Shulou · 2022-06-02 23:56
  • HTTPS introduction document

    HTTPS introduction document

    In recent years, with the vigorous development of the Internet, security problems emerge one after another. At this time, it is urgent to protect our data security. Https is a "lock" to protect the data security of the website. The difference between http and https http is a hypertext transfer protocol, information

    Shulou · 2022-06-02 23:56
  • Separate deployment of LNMP Architecture based on Docker Container

    Separate deployment of LNMP Architecture based on Docker Container

    First, environment preparation: a centos 7.5 server, running docker services; for the installation of docker services, refer to the blog article: detailed installation configuration of Docker. Individual containers IP:192.168.1.2 (Nginx), 192.16

    Shulou · 2022-06-02 23:56
  • PfSense2.4-RELEASE highlight

    PfSense2.4-RELEASE highlight

    The By Ivor KresopfSense2.4 version will be released on July 21, 2017, and pfsense is currently the most widely used open source firewall. The pfsense2.4 version is a completely new version, and here is a brief description of the highlights of this version. Complete

    Shulou · 2022-06-02 23:56
  • Simple use and detailed explanation of Nginx

    Simple use and detailed explanation of Nginx

    1. Define Nginx as a reverse proxy server. The so-called reverse proxy server means that when the client wants to request the server, a proxy server is added between them. When the client requests, it first requests the proxy server. The proxy server connects to the server through the firewall and the proxy server is between the client.

    Shulou · 2022-06-02 23:56
  • Windows server 2016 Network Services (8)

    Windows server 2016 Network Services (8)

    Hyper-V advanced features NIC Teaming supports up to 32 network adapters defined as a single network interface active / standby, payload SMB3.1.1 (Service message Block Protocol) Windows 10 and windows Server 2016AES and G.

    Shulou · 2022-06-02 23:56
  • Basic series of high-performance server development (7)-- the source code of an open source instant messaging software

    Basic series of high-performance server development (7)-- the source code of an open source instant messaging software

    The first to sixth articles of my series "fundamentals of High performance Server Development" cover some scattered and fragmented details of network programming. Today, in this article, I will introduce an instant messaging software flamingo (Chinese: flamingo) that I developed independently, and open source its service.

    Shulou · 2022-06-02 23:56
  • Active Directory Domain Service

    Active Directory Domain Service

    AD DS DesignSingle forest single domain is preferredTime is important (PDC) Implement multiple/backup

    Shulou · 2022-06-02 23:56
  • Something about the operating system kernel

    Something about the operating system kernel

    one。 Generally speaking, the operating system only needs to achieve the following two points: 1. The illusion of time and the illusion of space the function of time illusion is to realize multi-process / multithread, and the function of space illusion is to realize virtual memory. There is no doubt that these two points are the cornerstones of modern operating systems. two。 And hardware interface and

    Shulou · 2022-06-02 23:56
  • Centos7.6 installs redis5.0.4 stand-alone

    Centos7.6 installs redis5.0.4 stand-alone

    Centos7.6 installation redis5.0.4 View list http://download.redis.io/releases/ the latest stable version is 5.0.6 [] redis-5.0.6.tar.gz [roo

    Shulou · 2022-06-02 23:56
  • [daily operation and maintenance] SharePoint 2013 missing site save as template option

    [daily operation and maintenance] SharePoint 2013 missing site save as template option

    If you try to save your site in SharePoint Server 2013 and we do not see the Save site as template option, it may be because the site has site publishing enabled. As mentioned in the previous article, "SharePoint 2010 is missing.

    Shulou · 2022-06-02 23:56
  • Build a versatile server (tomcat,IIS,PHP uses port 80 to coexist)

    Build a versatile server (tomcat,IIS,PHP uses port 80 to coexist)

    Setting up a universal server is a very common scenario, where programs developed in multiple languages are deployed on the same server, and each language is run in a different web container for various reasons, and services are provided through 80 sides, such as. Net programs are deployed on the same server.

    Shulou · 2022-06-02 23:56
  • Mysql automatic backup script

    Mysql automatic backup script

    / # # mysql automatic backup script / # # write a script for shell automatic backup of mysql database to back up / #! / bin/bash/# at 12:00 and 24:00 every day

    Shulou · 2022-06-02 23:56
  • Alibaba's experiences and lessons in the practice of Kubernetes Application Management

    Alibaba's experiences and lessons in the practice of Kubernetes Application Management

    Author | Sun Jianbo (Alibaba technical expert), Zhao Yuying guide: in the era of cloud origin, the importance of Kubernetes has become increasingly prominent. However, most Internet companies' exploration on Kubernetes did not go smoothly as expected, and Kubernetes comes with it.

    Shulou · 2022-06-02 23:56