Get the App
  • Implementation of Cluster with Tomcat8+Redis+Nginx

    Implementation of Cluster with Tomcat8+Redis+Nginx

    1) what is a cluster is a group of computers that are independent of each other and interconnected through a high-speed network. They form a group and are managed in a single system mode. To put it bluntly, it is the same business, deployed in many

    Shulou · 2022-06-02 18:25
  • Upload files to ftp

    Upload files to ftp

    #! / bin/bashHOST=192.168.1.107USER=anonymousPASSWD=anonymousFTP_DIR=/pubftp-I-v-n < < EOFopen $HOST

    Shulou · 2022-06-02 18:25
  • CentOS7.5 modifies the system language to simplified Chinese

    CentOS7.5 modifies the system language to simplified Chinese

    1. View the system's current language pack [root@VM_18_167_centos ~] # locale2. Check the language pack owned by the system [root@VM_18_167_centos ~] # locale-an if there is no zh

    Shulou · 2022-06-02 18:25
  • Solve Linux time A.M. And P.M. An upside-down problem

    Solve Linux time A.M. And P.M. An upside-down problem

    Recently, when I was setting up the openstack test environment, I found that the Linux system was at the wrong time. For example, at 10:10 in Linux, the output of date was Mon Apr 8 22:10:00 EDT 2019. I tried many ways but stayed later.

    Shulou · 2022-06-02 18:25
  • Windows server 2016 builds IIS (web) service

    Windows server 2016 builds IIS (web) service

    Today, I will give you a brief introduction to how to build IIS (web) service on Windows server 2016 server. Web service, namely www service (World wide Web Service), refers to the service that publishes on the Internet and can view graphical pages through a browser. Next, we...

    Shulou · 2022-06-02 18:25
  • 04-01-install the first certification authority on Win 2019 Core

    04-01-install the first certification authority on Win 2019 Core

    "practical training for Systems Engineers"-04-deploy Certification Authority-01-install the first Certification Authority on Win 2019 Core author: learning endless QQ Exchange Group: 454544014C:\ Users\ Administrato

    Shulou · 2022-06-02 18:25
  • Linux runs asp.net,c# website Construction configuration under Centos7-mono+nginx

    Linux runs asp.net,c# website Construction configuration under Centos7-mono+nginx

    In this paper, all kinds of small errors in the actual correction operation are not posted until the correct results are finally called out. I hope it can be useful to the students in need. Please criticize and correct the omissions, and welcome to discuss. Please indicate the source when reprinting, thank you. First, install some required software packages first.

    Shulou · 2022-06-02 18:25
  • PLIST basic defect list and GLIST growth defect list

    PLIST basic defect list and GLIST growth defect list

    In the previous section, we analyzed the principles and causes of physical and logical bad channels, and also mentioned a very important point-- PLIST basic defect list and GLIST growth defect list. Why are these two tables so important for hard drives? Because the number of bad ways will affect

    Shulou · 2022-06-02 18:24
  • Docker Series 4:Docker Network Virtualization Foundation

    Docker Series 4:Docker Network Virtualization Foundation

    1. Introduction to Network Virtualization Technology 1. What is a virtualized network? that is, a virtual network is virtualized by the linux kernel. In fact, the linux kernel can simulate a variety of network devices that can simulate network cable devices: simulated network cable devices appear in pairs, one can be used in the container, and one end is used in traffic.

    Shulou · 2022-06-02 18:24
  • JDK configuration in Linux under centOS

    JDK configuration in Linux under centOS

    First, download jdk and put it under / usr/local/src/jdk to extract the command: after decompression: II. Edit with vim. If it is a minimum installation of Linux, you need to install the vim command (yum install vim*) command: vim

    Shulou · 2022-06-02 18:24
  • WSUS can retire, WINDOWS UPDATES AND ANSIBLE.

    WSUS can retire, WINDOWS UPDATES AND ANSIBLE.

    Welcome to our Windows-centric fourth part of the getting started series! One of the responsibilities of most IT departments is to keep the system up to date. In this article, we will quickly learn how to use Ansible to manage updates on Windows nodes. From six Windows

    Shulou · 2022-06-02 18:24
  • Cannot access the

    Cannot access the "Sysvol"Netlogon" folder

    A problem was found when using Windows Server 2016: the "Sysvol" and "Netlogon" folders of DC could not be accessed using the IP address after login. For example, visit "\ 192.168.0."

    Shulou · 2022-06-02 18:24
  • Centos 7 install Docker with one click

    Centos 7 install Docker with one click

    #! / bin/bash# uninstall the existing docker-related software sudo yum remove docker\ docker-client\

    Shulou · 2022-06-02 18:24
  • PowerCLI script, using hash table to convert parameters

    PowerCLI script, using hash table to convert parameters

    In the process of writing powershell scripts using PowerCLI, there is such a requirement: for example, you need to restart a specified virtual machine, and the parameter entered when running the script is the name of the virtual machine, but the name of the virtual machine may be strange when it is set up, and we want to

    Shulou · 2022-06-02 18:24
  • Rewrite configuration of nginx

    Rewrite configuration of nginx

    Domain name jump (redirect), URL rewrite (pseudo-static), static and dynamic separation (jump domain name and access to CDN for acceleration) # rely on PCRE library # module: ngx_http_rewrite_moduleRwrite related instructions # if (condition) {co

    Shulou · 2022-06-02 18:24
  • Vagrant operation and maintenance to build a unified development environment

    Vagrant operation and maintenance to build a unified development environment

    Features: through the vagrant packaging environment, it can be used across platforms. It means that under windows, you can use the environment configured by the ubuntu system to use the platform: windows+ 64-bit tool to prepare: virtualbox: virtual machine https

    Shulou · 2022-06-02 18:24
  • Winsock simple communication

    Winsock simple communication

    Header file # include # pragma comment (lib, "WS2_32.lib") source code / / initialize WinsockW

    Shulou · 2022-06-02 18:24
  • Basic operation of Docker

    Basic operation of Docker

    Operations on mirrors # docker search centos # search for images # docker image ls#docker images#docker image rm name/id # Delete images to view images and contents

    Shulou · 2022-06-02 18:24
  • Disk partitioning script for shell

    Disk partitioning script for shell

    The disk partition script requires that 1, list all disks on the current system for the user to choose, and support Q to exit the script, if the user chooses wrong, let the user re-select; 2, after the user selects, automatically create a mount directory and mount #! / bin/bas automatically

    Shulou · 2022-06-02 18:24
  • FTP (vsftpd) for CentOS7

    FTP (vsftpd) for CentOS7

    1 install [root@CentOS7-01 ~] # yum-y install vsftpd2 vsftpd Service Common configuration # Master profile / etc/vsftpd/vsftpd.conf2.1 Command Port list

    Shulou · 2022-06-02 18:24