Get the App
  • Start and shut down the linux network card

    Start and shut down the linux network card

    The ifup em1ifdown em1 fails to start permanently after restart. Modify the ONBOOT=yes of the configuration file of the Nic.

    Shulou · 2022-06-03 03:05
  • The method of checking the password of connection wifi in linux

    The method of checking the password of connection wifi in linux

    Check the linux connection wifi password: use the terminal command to obtain the WiFi wireless password 1, open the "terminal"-enter the following location: cd / etc/NetworkManager/system-connections2, stored in this directory

    Shulou · 2022-06-03 03:05
  • The method of viewing Machine hardware configuration in linux

    The method of viewing Machine hardware configuration in linux

    How to view the hardware configuration of the machine under linux: 1. Check the cpu model code: more / proc/cpuinfo | baigrep-I model2, and show several physical Nic codes: lspci | grep Eth

    Shulou · 2022-06-03 03:05
  • The method of installing oracle client in linux

    The method of installing oracle client in linux

    What is the oracle client: the oracle client only refers to the tools that interact with the server. To log in to use the oracle database service, you need to install the client (such as PLSQL) and connect to the database using PLSQL to perform some additions and deletions to the oralce service.

    Shulou · 2022-06-03 03:05
  • The usage of VIM directory tree plug-in and file search plug-in

    The usage of VIM directory tree plug-in and file search plug-in

    VimVim is a text editor developed from vi. Code completion, compilation and error jump are particularly rich in convenient programming functions, which are widely used among programmers, and Emacs has become the favorite text editor for users of Unix-like systems. The design philosophy of vim is fate.

    Shulou · 2022-06-03 03:05
  • The method of installing Wireless Network Card driver in linux system

    The method of installing Wireless Network Card driver in linux system

    LinuxLinux, whose full name is GNU/Linux, is a set of Unix-like operating system that is free to use and spread freely. It is a multi-user, multi-task, multi-thread and multi-CPU operating system based on POSIX and Unix. With the development of the Internet, Linu

    Shulou · 2022-06-03 03:04
  • Basic concepts of SSL certificate

    Basic concepts of SSL certificate

    PKC: Public-Key certificate public key certificate or CertificateCA: Certification Authority certification authority, which applies a digital signature to the public key CRL: Certifi

    Shulou · 2022-06-03 03:04
  • Compression function and cache time of apache web page optimization

    Compression function and cache time of apache web page optimization

    Apache Web Page Optimization Overview Compression function optimizes the configuration of Apache's web page compression function, which uses the gzip compression algorithm to compress the web page content before transferring it to the client browser. First, share the host's shared directory to Linux [root@localhos]

    Shulou · 2022-06-03 03:04
  • System calls and library function calls

    System calls and library function calls

    Learn from the https://blog.csdn.net/lf_2016/article/details/54587020 system call: the user directly calls the interface exposed by the operating system, which is called the system call. The file Icano operation is the system.

    Shulou · 2022-06-03 03:04
  • 51.zabbix monitoring tool

    51.zabbix monitoring tool

    Zabbix3.2 monitoring tool Zabbix is an enterprise-level open source tool for distributed system monitoring and network monitoring based on WEB interface. Zabbix can monitor various network parameters, ensure the safe operation of the server system, and provide a flexible notification mechanism for management.

    Shulou · 2022-06-03 03:04
  • How to install the vim plug-in with vim-plug

    How to install the vim plug-in with vim-plug

    Background Vim-plug is a Vim plug-in manager. We know that most editors now support plug-in extensions, which extend the functionality of editors through plug-ins. The vim editor also supports plug-ins, and its plug-ins are numerous, with very cool and high-end plug-ins. Vim's

    Shulou · 2022-06-03 03:04
  • Simulate Nginx service startup and shutdown

    Simulate Nginx service startup and shutdown

    The known Nginx management command is: start: / application/nginx/sbin/nginx stop: / application/nginx/sbin/nginx-s stop reload: / applicati

    Shulou · 2022-06-03 03:04
  • How to find the vim plug-in

    How to find the vim plug-in

    Vim is a powerful text editor, not only because it allows us to completely abandon the use of the keyboard, but also has a strong extensibility, can add any variety of plug-ins. As long as you think of it, you can basically find the corresponding plug-in on the Internet. Using search engines, for example, I typed v on Baidu

    Shulou · 2022-06-03 03:04
  • Vdbench multi-node test file system read and write

    Vdbench multi-node test file system read and write

    Vdbench multi-node test file system read and write operation steps: 1. First, install java (including master control node) 2. 5 on each node that needs to be tested. Then make sure that the hostname of each node is different, and it is best to turn off each firewall 3. Mount the network storage to be tested on each node 4

    Shulou · 2022-06-03 03:04
  • Container image service works with IDE plug-ins to achieve one-click deployment, continuous integration and delivery

    Container image service works with IDE plug-ins to achieve one-click deployment, continuous integration and delivery

    Container technology provides a standardized delivery method, which packages the application code and code environment dependencies together to become an environment-independent deliverable, which can be used at any stage of the software life cycle. it has completely changed the traditional way of software delivery. It can even be said that after the container technology

    Shulou · 2022-06-03 03:04
  • The method of setting up apache virtual directory

    The method of setting up apache virtual directory

    About Apache: Apache HTTP Server (Apache) is an open source web server of the Apache Software Foundation, which can run in most computer operating systems. Because of its wide use of multiple platforms and security, it is the most popular.

    Shulou · 2022-06-03 03:04
  • The third time of Docker (the making of mirror image)

    The third time of Docker (the making of mirror image)

    1. The Docker infrastructure client (docker run | create, etc.) communicates with a host (docker daemon) running the docker host daemon through httpd or https. Docker

    Shulou · 2022-06-03 03:03
  • What is the function of tomcat?

    What is the function of tomcat?

    What is Tomcat: Tomcat is a core project of the Jakarta project of the Apache Software Foundation (Apache Software Foundation), jointly owned by Apache, Sun and other companies and individuals

    Shulou · 2022-06-03 03:03
  • The method of checking root password in Linux system

    The method of checking root password in Linux system

    Linux introduces Linux, full name GNU/Linux, is a set of free use and free dissemination of Unix-like operating system, is a multi-user, multi-task, multi-thread and multi-CPU operating system based on POSIX and Unix. With the development of the Internet, L

    Shulou · 2022-06-03 03:03
  • Operator overloading

    Operator overloading

    1. Explain specifically that you can redefine or overload the operators built into C #. Therefore, programmers can also use operators of user-defined types. An overloaded operator is a function with a special name, defined by the symbol of the operator followed by the keyword operator. With other letters

    Shulou · 2022-06-03 03:03