Get the App
  • Analysis of the current situation of IDC industry, IDC financial system helps the development of enterprises

    Analysis of the current situation of IDC industry, IDC financial system helps the development of enterprises

    In the 14th annual ceremony of China's IDC industry held recently, some industry experts made a relevant analysis on the "current situation of global data center development". Nowadays, domestic industry operators have turned to Southeast Asian overseas markets, and have issued an in-depth understanding of the overseas demand, pain points and future trends of Chinese data center enterprises.

    Shulou · 2022-06-02 16:19
  • Network prerequisites-dynamic routing (default route + static + OSPF+RIP integrated experiment)

    Network prerequisites-dynamic routing (default route + static + OSPF+RIP integrated experiment)

    Purpose of this chapter: network-wide interworking, R2 sets static routes, R2 and R3 use OSPF protocol in AREA1 area, R3 sets default route back, R4 and R5 use RIP protocol. Environment of this chapter: GNS3,5 routers, 4 hosts, 1 extranet. Experimental figure: router

    Shulou · 2022-06-02 16:19
  • Detailed installation and configuration of Linux (Centos-7 64-bit) and X

    Detailed installation and configuration of Linux (Centos-7 64-bit) and X

    About Linux Linux is a general term for a class of Unix computer operating systems. The kernel of the Linux operating system is also called "Linux". The Linux operating system is also the most famous example of the development of free software and open source. Strictly speaking, the word Linux

    Shulou · 2022-06-02 16:18
  • SFB project experience-70-version number and release date (Exchange Server 2019 CU1)

    SFB project experience-70-version number and release date (Exchange Server 2019 CU1)

    Exchange Server build number and release date https://docs.microsoft.com/zh-cn/Exchange/new-features/build-numbers-and-r

    Shulou · 2022-06-02 16:18
  • Infortrend will hold high-end storage promotion meeting

    Infortrend will hold high-end storage promotion meeting

    Infortrend, together with Western Digital, will hold a two-day and one-night in-depth industry exchange meeting on September 19-20, 2019, inviting dozens of local partners to participate to demonstrate the ingenuity of Infortrend enterprise storage manufacturers to build various series of product lines.

    Shulou · 2022-06-02 16:18
  • Learn a little Array of Scala every day

    Learn a little Array of Scala every day

    How to learn arrays? You can consider from the following scheduling 1. There are the following ways to create an array: way 1: use new to create, scala automatically infer the type; mode 2: use new to create, add type declaration val b = new Array [I

    Shulou · 2022-06-02 16:18
  • The SFTP of SecureCRT transferring files locally between linux and windows

    The SFTP of SecureCRT transferring files locally between linux and windows

    You can use sftp for file transfer in secureCRT. 1. Start (1) in the session, select "Connect Sftp Session" with the right mouse button; or (2) press ALT+P at the same time to open the Sftp session; 2. Open it in the new session.

    Shulou · 2022-06-02 16:18
  • Window installation key

    Window installation key

    Windows Server 2012 R2 installation key (installation only, activation is not supported) Standard Edition = NB4WH-BBBYV-3MPPC-9RCMV-46XCB data Center Edition = BH9T4-4N7CW-67J3M

    Shulou · 2022-06-02 16:18
  • Yi Baodian-- experience the tenth of the Teams experimental manual in O365 to understand Teams service management

    Yi Baodian-- experience the tenth of the Teams experimental manual in O365 to understand Teams service management

    In this lab, you will experience system setup of Microsoft Teams using the Office 365Administrative console. Understand the relationship between Microsoft Teams and Skype for Business, and learn from Skype for

    Shulou · 2022-06-02 16:17
  • Time synchronization date;hwclock-r

    Time synchronization date;hwclock-r

    1.date display system time date-s 10:10:10 set system time date-s "10:00:00 on 2018-8-8" set system time, if you still need to set a date, wrap the date and time values in double quotation marks hw

    Shulou · 2022-06-02 16:17
  • Ubuntu 19.0.4 system installs NextCloud 16.01

    Ubuntu 19.0.4 system installs NextCloud 16.01

    What is Nextcloud?NextCloud is developed in PHP language, usually using LAMP (Linux+Apache+MySql+PHP) or LNMP (Linux+Nginx+MariaDB+PHP)

    Shulou · 2022-06-02 16:17
  • Puppeteer's pit under win2008 R2

    Puppeteer's pit under win2008 R2

    Do not use the default Windows command processor (CMD.exe) to use PowerShell or third-party command-line tools to execute Puppeteer, such as git bash that comes with Git. Execute all kinds of error messages under cmd and start Chro

    Shulou · 2022-06-02 16:17
  • DHCP server building enterprise practical rookie course

    DHCP server building enterprise practical rookie course

    DHCP server build and install dhcpYum-y install dhcp edit configuration file vim / etc/dhcp/dhcpd.conf#dhcpd.confdefault-lease-time 600

    Shulou · 2022-06-02 16:17
  • Introduction of concept and components of Ceph

    Introduction of concept and components of Ceph

    First: the basic introduction of Ceph: Ceph is a reliable, automatic rebalancing and automatic recovery distributed storage system. According to the scene division, Ceph can be divided into three parts, namely, object storage, block device storage and file system services. The advantage of Ceph over other storage is that it is not just

    Shulou · 2022-06-02 16:17
  • The use of Network File system (NFS)

    The use of Network File system (NFS)

    one. Brief introduction to NFS--Network FileSystem, that is, the network file system, the main function is to allow different operating systems on the network to share data. The file or directory is shared by the remote server, and then the file or directory shared by remote carbonyl can be mounted.

    Shulou · 2022-06-02 16:17
  • Methods of SAIL-IMX6 and SAIL-IMX7 and SAIL-AM335 downloading files from ftp server

    Methods of SAIL-IMX6 and SAIL-IMX7 and SAIL-AM335 downloading files from ftp server

    The method is as follows: ftpget-u zyx-p 123456 192.168.1.156 / helloftpget: instruction-u: host name parameter zyx: host name-p: password parameter 123456: password 192.

    Shulou · 2022-06-02 16:17
  • Using the three steps of function calculation to realize the online Service of Deep Learning AI reasoning

    Using the three steps of function calculation to realize the online Service of Deep Learning AI reasoning

    At present, deep learning is widely used, in which the online service of AI reasoning is one of the important landing application scenarios. This article will introduce you to the best practices of using functional computing to deploy deep learning AI reasoning, including using FUN tools to deploy and install third-party dependencies with one click.

    Shulou · 2022-06-02 16:17
  • Shell script

    Shell script

    Shell provides you with an interface to the UNIX system. Collect the input from you and execute the program according to the input. When a program is finished, it displays the output of the program. Shell is an environment where we can run our commands, programs, and shell scripts. Shell

    Shulou · 2022-06-02 16:17
  • Non-relational database (NoSQL)-- detailed explanation of Redis installation and deployment

    Non-relational database (NoSQL)-- detailed explanation of Redis installation and deployment

    In the current Internet tide, NoSQL is a household name. As an important member of NoSQL, Redis makes us a necessary way to the architecture road. As an operation and maintenance engineer, it must be mastered! Now that it is mentioned that Redis database is non-relational data

    Shulou · 2022-06-02 16:17
  • Saltstack for automatic operation and maintenance (1) installation and common methods

    Saltstack for automatic operation and maintenance (1) installation and common methods

    1. Software environment: [root@localhost ~] # cat / etc/redhat-release CentOS Linux release 7.3.1611 (Core) [root@localh

    Shulou · 2022-06-02 16:17