Get the App
  • Selection of leased server configuration and considerations

    Selection of leased server configuration and considerations

    Nowadays, servers are used in many industries, and servers have become indispensable network equipment for us to do business on the Internet. When we lease a server, we will choose the configuration of the server, which involves the server's cpu, memory, bandwidth, hard disk, etc., so how to choose the leased server?

    Shulou · 2022-06-03 08:35
  • Four things to pay attention to when renting a Hong Kong server

    Four things to pay attention to when renting a Hong Kong server

    What should I pay attention to when renting a Hong Kong server? In fact, many large enterprises deploy their core business websites on Hong Kong servers. So the stability of the server and network connection will greatly affect the normal operation of the company, and even the performance is good or bad. So if the website on the server runs slowly or cannot be opened, it will not only

    Shulou · 2022-06-03 08:35
  • Hotspot Settings in CP_EndPoint environment

    Hotspot Settings in CP_EndPoint environment

    For EndPoint client users to access the Internet in a hot environment where secondary authentication is required in public places (such as hotels or airports, etc.), they need to register a hot spot on the EndPoint client first: "Register to Hotsp

    Shulou · 2022-06-03 08:35
  • Crontab scheduled task

    Crontab scheduled task

    Crontab (scheduled task operation) editing command: crontab-e view command: crontab-l # For details see man 4 crontabs# Example of job defini

    Shulou · 2022-06-03 08:35
  • How much does it cost for enterprises to rent servers every year?

    How much does it cost for enterprises to rent servers every year?

    In recent years, with the fierce market competition, enterprises need to make more distinctive products, and the establishment of a website has naturally become one of the ways of publicity, while renting a server is like renting a house, there are hundreds, there are thousands or tens of thousands, depending on the configuration, and different requirements vary in price. The enterprise needs to rent a server every year.

    Shulou · 2022-06-03 08:35
  • Commands related to network settings of Linux network services

    Commands related to network settings of Linux network services

    Linux Network Settings View Network Settings Test Network connections use network configuration commands to modify network configuration files ​ this paper mainly introduces some basic and commonly used Linux network settings commands and some script file configuration steps in Linux. 1. View and test the network configuration 1.ifconf

    Shulou · 2022-06-03 08:35
  • STL list usage

    STL list usage

    Use the queue to save the customer's request, use the first-in-first-out processing method, call push_back to add the request to the queue, call front to get the reference to the queue header, call empty to determine whether the queue is empty, because front returns a reference, so get

    Shulou · 2022-06-03 08:35
  • How to use linux to see if docker has been installed successfully

    How to use linux to see if docker has been installed successfully

    Docker provides an envelope, or container, that can run your application. It was originally an amateur project started by dotCloud and was opened up some time ago. It attracted a lot of attention and discussion, leading to dotCloud

    Shulou · 2022-06-03 08:35
  • Service Newsletter under the microservice docker of docker (19)

    Service Newsletter under the microservice docker of docker (19)

    Original articles, welcome to reprint. Reprint please indicate: reproduced from IT Story Association, thank you! Original link address: "Advanced articles" Service Newsletter under the microservice docker of docker (19) Last time we docked each service and made sure that every docke

    Shulou · 2022-06-03 08:35
  • Win7 Professional Edition 64-bit, desktops wake up immediately after sleep and hibernation

    Win7 Professional Edition 64-bit, desktops wake up immediately after sleep and hibernation

    Run cmd as an administrator, and then enter the following command to see which devices in the system can wake up the computer: powercfg-devicequery wake_armed solution. 1. Enter "Control Panel"-"device Management"

    Shulou · 2022-06-03 08:35
  • Conversion from physical machine to virtual machine by deploying SCVMM in Hyper-v environment

    Conversion from physical machine to virtual machine by deploying SCVMM in Hyper-v environment

    The conversion from physical machine to virtual machine is carried out through the deployment of SCVMM in Hyper-v environment. 1. The company has built a set of hyper-v virtualization cluster, and now manages the whole HA environment by deploying SCVMM platform on a single node (vmhost1).

    Shulou · 2022-06-03 08:34
  • Docker deployment document (3)-about the solution to the failure of application container startup after oracle container restart

    Docker deployment document (3)-about the solution to the failure of application container startup after oracle container restart

    Note: if the application project remains unchanged, after the oracle service is restarted, the application will automatically reconnect and the service will return to normal. However, if the oracle does not run when the application project is started, the failure of the database connection will directly lead to the failure of the project startup, and the oracle will re-

    Shulou · 2022-06-03 08:34
  • Solve ubuntu18.04 installation nvidia driver report nvidia-dkms dependency can not be installed (with full picture)

    Solve ubuntu18.04 installation nvidia driver report nvidia-dkms dependency can not be installed (with full picture)

    The origin of the problem is as follows: prompt nvidia-driver-440: dependency: nvidia-dkms-440 (= 440.26-0ubuntu0~gpu18.04.2) but it will not be installed (English system prompt nvi

    Shulou · 2022-06-03 08:34
  • Zookeeper distributed deployment

    Zookeeper distributed deployment

    / opt/app/zookeeper-3.4.5/conf/zoo.cfgtickTime=2000initLimit=10syncLimit=5dataDir=/opt/app/zookeeper-

    Shulou · 2022-06-03 08:34
  • Install the docker application in one minute

    Install the docker application in one minute

    First, it shows that Docker requires that the kernel version of the CentOS system is higher than 3.10, so the centos7 operating system is used here. Step 1: install vim, wgetyum install-y wget vim2, install y

    Shulou · 2022-06-03 08:34
  • Combing the Core components of getting started with OpenStack (2)-- Nova

    Combing the Core components of getting started with OpenStack (2)-- Nova

    Introduction to OpenStack (2)-- introduction to Nova the last article described the Keystone project step by step from concept to principle, while the purpose of this article is to continue to introduce the Nova component project, one of the core components of OpenStack. ​

    Shulou · 2022-06-03 08:34
  • QQ helps others 03-Skype for business user cannot log in

    QQ helps others 03-Skype for business user cannot log in

    [active] Time (509) 2019-3-8 15 58 Switzerland 04 @ Shanghai-endless learning to ask a question, we have 2 front-end Lync servers (standard version), in which server A (reverse proxy external requests are forwarded to this server) in the user's hand

    Shulou · 2022-06-03 08:34
  • Git associates different projects for comparison

    Git associates different projects for comparison

    Execute the following command to compare and represent the merger of git remote add mole2.0 http://xxx.githutb.com/gum/Mole.gitgit fetch mole2.0 master:m

    Shulou · 2022-06-03 08:34
  • I want to learn ASP.NET MVC 3. 0 (13): MVC 3. 0 to prevent cross-site request forgery (CSRF) *

    I want to learn ASP.NET MVC 3. 0 (13): MVC 3. 0 to prevent cross-site request forgery (CSRF) *

    I want to learn ASP.NET MVC 3. 0 (13): MVC 3. 0 prevents cross-site request forgery (CSRF). As we all know, ASP.Net MVC programs produce standard Html tags when the browser is running, including the browser to send

    Shulou · 2022-06-03 08:34
  • Exchange migrates Part5 group policy settings and adds users to specified groups across forests

    Exchange migrates Part5 group policy settings and adds users to specified groups across forests

    Operations on source domain Open Group Policy Management Edit default Group Policy as shown in the following figure, find network access and apply Everyone permissions to anonymous users turn on this item, click enabled gpupdate / force Force Refresh Group Policy to open AD users and computers-Bu

    Shulou · 2022-06-03 08:34