Get the App
  • Https security control

    Https security control

    Configure the path that requires https access in web.xml to license < / web-resource-name > / public/* < / url-pattern > < / web-resource-collection

    Shulou · 2022-06-02 23:56
  • We recover the case where the HP DL380 server RAID lost information

    We recover the case where the HP DL380 server RAID lost information

    [data recovery failure description] the client server belongs to the HP brand DL380 series. The storage is a RAID5 composed of six 73GB SAS hard drives and the operating system is WINDOWS 2003 SERVER. It is mainly used as a file server within the enterprise department.

    Shulou · 2022-06-02 23:56
  • With so many arrangements, I don't know if I can learn something.

    With so many arrangements, I don't know if I can learn something.

    There are so many people who don't know if they can serve 18088355911. I'm going to learn something here. I don't know what I can learn.

    Shulou · 2022-06-02 23:56
  • Expect interaction-free scripting

    Expect interaction-free scripting

    Outline 1.Expect Overview 2.Expect installation (underlying language Tcl) 3.Expect basic commands 4.Expect execution 5.Expect case 1, Expect Overview 1.Expect is based on the TCL language

    Shulou · 2022-06-02 23:55
  • How to use the windows command to determine whether the batch is running with the highest level of administrator privileges

    How to use the windows command to determine whether the batch is running with the highest level of administrator privileges

    @ echo offat > nulif errorlevel% equ 0 (echo ok) else echo Please switch to an administrator account

    Shulou · 2022-06-02 23:55
  • Configure virtual machines in workstation to access the Internet using WIFI

    Configure virtual machines in workstation to access the Internet using WIFI

    Background workstation version: VMware-workstation-full-15.0.4-12990004 Open worktation and open Edit > Virtual Network Editor: open administrator rights configuration NAT Nic, check d

    Shulou · 2022-06-02 23:55
  • UCache Jingbei exclusive computer room

    UCache Jingbei exclusive computer room

    UCache Beijing North data Center Park ucache Beijing North data Center Geographic location: Huailai data Center Park is about 8% away from Beijing North third Ring Road

    Shulou · 2022-06-02 23:55
  • Simple knowledge of IP address

    Simple knowledge of IP address

    2. TCP/IP protocol 1 and TCP/IP communication protocol are the most complete and widely supported communication protocols at present, which can communicate between computers with different network architectures and different operating systems. It is the standard communication protocol of Internet and the three elements of communication between hosts and hosts.

    Shulou · 2022-06-02 23:55
  • Cisco configuration basic command

    Cisco configuration basic command

    Cisco configuration mode utility command line (switch is the model): enable-- > enter privileged mode; Switch#disable-- > return to user mode; Switch > configure terminal-- >

    Shulou · 2022-06-02 23:55
  • How to decide the direction of development is Windows or Unix/Linux?

    How to decide the direction of development is Windows or Unix/Linux?

    Linux is transparent to users, which is the biggest feeling with linux. Many people who do win development are actually linux/unix experts, which shows that the technology is the same, the idea is the same, but the tools for implementation are somewhat different. Take advantage of more transparent li

    Shulou · 2022-06-02 23:55
  • ELK+syslog+nginx access log collection + word segmentation processing

    ELK+syslog+nginx access log collection + word segmentation processing

    1. Nginx access log configuration: 1. Log format configuration: log_format json'{"@ timestamp": "$time_iso8601",''"host": "$server_addr",''"cli"

    Shulou · 2022-06-02 23:55
  • Call python to download the file

    Call python to download the file

    First package the transferred files into a packaged directory and execute the python command python-m SimpleHTTPServer 8000 Note: ctrl+c exits the connection will be disconnected, do not quit! Execute wget I on the server that needs to receive the file

    Shulou · 2022-06-02 23:55
  • Kubernetes Monitoring practice (2): Prometheus and Sensu of feasible Monitoring Solutions

    Kubernetes Monitoring practice (2): Prometheus and Sensu of feasible Monitoring Solutions

    Abstract: this paper introduces two feasible monitoring schemes of K8s: Prometheus and Sensu. Both schemes can provide comprehensive system-level monitoring data to help developers track the performance of key components of K8s, locate faults and receive early warning. Extended Reading: Kubernetes

    Shulou · 2022-06-02 23:54
  • Analysis of TCP/UDP message structure

    Analysis of TCP/UDP message structure

    Experiment name: TCP/UDP message structure Analysis experiment Topology: experiment requirements: 1, configure R1-R2 interconnection link: 192.168.1.0 telnet 242, configure R2's telnet password, remote access on R1; grab TCP packets and analyze 3, on R1 and R.

    Shulou · 2022-06-02 23:54
  • MySQL/MariaDB--- query caching and storage engine

    MySQL/MariaDB--- query caching and storage engine

    Query cache "query cache"-downloads the result to be found, and returns the cached result directly if the query statement is the same. If the application needs to query multiple times in a scenario and does not need to be updated frequently, using query caching can improve performance. As shown in the picture

    Shulou · 2022-06-02 23:54
  • Linux system: install Jdk8, Tomcat8, MySQL5.7 environment under Centos7

    Linux system: install Jdk8, Tomcat8, MySQL5.7 environment under Centos7

    Source code of this article: GitHub click here | | click here on GitEE. Build JDK1.8 environment 1. Upload files and decompress [root@localhost mysoft] # tar-zxvf jdk-8u161-linux-.

    Shulou · 2022-06-02 23:54
  • Windows server 2008R2 has cut off the meeting session.

    Windows server 2008R2 has cut off the meeting session.

    Problem description: after the production environment is online, 2008R2 is used as the application publisher to provide some windows application services. After using it for a period of time, it is found that the remote desktop session opens more and more slowly, and the speed of uploading and downloading on the server is also slower and slower. Temporary solution: via

    Shulou · 2022-06-02 23:54
  • Introduction of DNS Server (2)-- Master-Slave replication and Zone forwarding

    Introduction of DNS Server (2)-- Master-Slave replication and Zone forwarding

    Background in order to avoid a single point of failure in the actual environment, the DNS server is composed of a group of servers, each server has several regions, and the same zone on different servers is divided into two roles: master and slave. Because forward and reverse are different zones, the same zone between multiple servers can be mutual.

    Shulou · 2022-06-02 23:54
  • Basic introduction of sed

    Basic introduction of sed

    1. Course knowledge Overview part 1) Overview of three Musketeers sed commands 2) basic syntax of three Musketeers sed commands execution principles 3) three Musketeers sed commands practical exercises add (add information) delete (modify) check (find) 4) write scripts: system basic optimization scripts

    Shulou · 2022-06-02 23:53
  • Int mainargc,char * argv []) detailed explanation

    Int mainargc,char * argv []) detailed explanation

    Argc is the total number of parameters on the command line argv [] is the argc parameter, where the 0th parameter is the full name of the program, followed by the parameters entered by the user on the command line, such as: int main (int argc, char* argv []) {I

    Shulou · 2022-06-02 23:53