Get the App
  • JAVA environment variables and TOMCAT server configuration

    JAVA environment variables and TOMCAT server configuration

    Tomcat server is a free and open source Web application server, which is a lightweight application server. It is widely used in small and medium-sized systems and not many concurrent access users. It is the first choice for developing and debugging JSP programs. For a beginner, it can be like this.

    Shulou · 2022-06-02 20:05
  • Enterprise operation and maintenance-play with windows server 2016 DNS service

    Enterprise operation and maintenance-play with windows server 2016 DNS service

    Installation and configuration of DNS services under Windows Server2016 part 1: environment and advance work 1: windows server2016 operating system; 2: a windows ordinary computer, take win7 as an example (test); 3: server

    Shulou · 2022-06-02 20:04
  • Vsftpd installation configuration virtual user

    Vsftpd installation configuration virtual user

    As the number of users becomes larger and larger, it is unwise to create more system users, so it is necessary to create a virtual account for vsftpd, but the database of the vsftpd virtual account needs to be saved in a data file in Berkeley DB format, so you need to install db4-utils tools to

    Shulou · 2022-06-02 20:04
  • UDP-TCP

    UDP-TCP

    one。 Basic concepts related to network 1. Network communication protocol: it is a common network language, which provides communication support for Internet guides connecting different operating systems and different hardware architectures. There are many specific types of communication protocols, including UDP protocol and T CP protocol 2.

    Shulou · 2022-06-02 20:04
  • Detailed explanation of Linux small Command date

    Detailed explanation of Linux small Command date

    Usage of Linux date command 1. Command function: date can be used to display and set the date and time of the system. 2. The command parameter:-d: displays the date and time referred to in the string. Double quotation marks before and after the string: set the date and time according to the string. String

    Shulou · 2022-06-02 20:04
  • Experimental report on Jdbc connecting to Database (2)

    Experimental report on Jdbc connecting to Database (2)

    Login interface: find.jsp: <% @ page contentType= "text/html" import = "java.sql.*" pageEncoding= "UTF-8"% > sign in <% request

    Shulou · 2022-06-02 20:04
  • Four of the WSUS series: group policy configuration

    Four of the WSUS series: group policy configuration

    Log in to the AD server, open the server manager, click tools, and select Group Policy Management; create a new OU and drag the computer that needs to issue the policy here, right-click OU, select New GPO and link here; enter the name of GPO, click OK; right-click our new group policy, and select

    Shulou · 2022-06-02 20:04
  • Use bat to copy the sql file with date as file name generated on the same day.

    Use bat to copy the sql file with date as file name generated on the same day.

    1. Using the automatic backup function of SqlServer, the data is automatically backed up, and the file format is as follows: db_backup_2010_01_27_0030.bak2. Edit the bat script @ echo offecho% date:~0

    Shulou · 2022-06-02 20:04
  • Centos7 grub damage repair

    Centos7 grub damage repair

    The tester came to me and told me that the test environment could not be remotely operated, but I could ping. After logging in to the virtual machine, I found that the system had been faked dead and could not be operated, so I had no choice but to reset the virtual machine. After the reset, the virtual machine could not enter the system prompt: error: can't find co

    Shulou · 2022-06-02 20:04
  • Users can only upload but not log in to the windows server2008 ftp server

    Users can only upload but not log in to the windows server2008 ftp server

    After the user lisi writable ftp is built, run the verification machine to verify. I found an error logging in to lisi, but how to upload it now? Click OK in the error interface, do not quit and drag the file directly, and you can upload it on the command line interface via ftp login. If you cannot upload, you must make sure.

    Shulou · 2022-06-02 20:04
  • Cloudy definition: what is cloudy and what is cloudy?

    Cloudy definition: what is cloudy and what is cloudy?

    Cloudy definition: what is cloudy and what is cloudy? We recently discussed the topic of multi-cloud at Cloud Housekeeping, because "it is our job to simplify the complexity of today's evolving IT environment." But while the concept of cloudiness is intuitive-for IT people know it doesn't exist

    Shulou · 2022-06-02 20:04
  • Some environment variable configuration files for Linux

    Some environment variable configuration files for Linux

    Environment variable configuration file in effect at logout ~ / .bash_history command history file ~ / .bash_history local terminal welcome / warning message / etc/issue remote terminal welcome message: / etc/issue.net escape character in /

    Shulou · 2022-06-02 20:04
  • [C language data structure] sequential stack

    [C language data structure] sequential stack

    SeqStack.h#ifndef SEQSTACK_H#define SEQSTACK_Htypedef void SeqStack;SeqStack* SeqStack_Create (int ca

    Shulou · 2022-06-02 20:04
  • What is the cloud management platform? What are the well-known cloud management platform brands in the industry?

    What is the cloud management platform? What are the well-known cloud management platform brands in the industry?

    First of all, let's talk about my career history. The author in 2010 × × Shenzhen a large business travel company, because I am familiar with Linux and MySQL, after two years of research and development, was transferred to the operation and maintenance department by the boss, is currently responsible for an operation and maintenance team of about ten people. In 2010, cloud computing

    Shulou · 2022-06-02 20:04
  • Play ceph performance Test-object Storage (1)

    Play ceph performance Test-object Storage (1)

    Recently, I need to test the rgw of ceph in my work, so I learn while testing. First of all, the tool uses cosbench, an open source tool of intel, which is also the mainstream object storage testing tool in the industry. 1. Install cosbench and start downloading the latest cosb

    Shulou · 2022-06-02 20:04
  • CentOS7 deploys lsyncd+rsync to realize real-time synchronization of server files

    CentOS7 deploys lsyncd+rsync to realize real-time synchronization of server files

    What is Lsyncd? Github:axkibe/lsyncd official documentation: Lsyncd-Live Syncing (Mirror) DaemonLysncd is Live Syncing Daemon, which

    Shulou · 2022-06-02 20:03
  • Domain name resolution of linux dns server bind9 intranet

    Domain name resolution of linux dns server bind9 intranet

    Dns server configuration environment Linux bind9 requirements: domain name abc.com parsed to intranet 192.168.1.11) vi / etc/named.con to create zone file}; zone "mac.

    Shulou · 2022-06-02 20:03
  • 09-01-deploy front-end servers-8-verify topology

    09-01-deploy front-end servers-8-verify topology

    "practical training for Systems Engineers"-09-deploy instant messaging systems-01-deploy front-end servers-8-verify topology authors: learning endless QQ communication group: 4545440141. Enable-SFB2. Configure-SFB3. Test-SFB-IMMSUC

    Shulou · 2022-06-02 20:03
  • Basic syntax of while and until loops

    Basic syntax of while and until loops

    Basic syntax for while and until loops #! / bin/bash# demo whilei=1while [$I-lt 10]; do echo $I ((iTunes +)) done# demo unti

    Shulou · 2022-06-02 20:03
  • Varnish implements cache acceleration

    Varnish implements cache acceleration

    Varnish to achieve cache acceleration 1, using varnish to achieve cache acceleration for nginx 1, experimental environment: (1) a varnish cache server, a nginx server (2) turn off the firewall and selinux2. Configure varnish (1

    Shulou · 2022-06-02 20:03