Get the App
  • Using SecureCRT and xshell to generate the public key of ssh login linux under windows system

    Using SecureCRT and xshell to generate the public key of ssh login linux under windows system

    Method 1: use the SecureCRT tool 1, open our SecureCRT client, click tool-- > create public key..2, select the asymmetric RSA for the key type, and follow the prompts. 3. General phrases

    Shulou · 2022-06-02 23:19
  • Commonly used Windows scripts

    Commonly used Windows scripts

    Delete the file ForFiles / p "G:\ Ensky\ Jaeger\ FATP" / s / d-33 / c "cmd / c del / Q @ file" Pending how to remove over 33 days

    Shulou · 2022-06-02 23:19
  • * resolve network conflicts after cloning VMware virtual machines

    * resolve network conflicts after cloning VMware virtual machines

    Today, a centos machine of the virtual machine is cloned, and the network is blocked and ping can not be connected to the external network. Write down the solution process here: the problem you will encounter after the virtual machine is cloned: the 1.MAC address is the same as the 2.IP, and the 3.eth0 configuration file is saved.

    Shulou · 2022-06-02 23:19
  • Discovery and solution of a performance problem in GO language

    Discovery and solution of a performance problem in GO language

    This article is a practical experience post by colleagues from Big U, and it is a complete case of finding, analyzing and solving problems. I hope it will be helpful to you. The cause of the incident was that a colleague of the company post a problem in the internal mail group, one using go1.8

    Shulou · 2022-06-02 23:19
  • Docker Series 7: logical Volume

    Docker Series 7: logical Volume

    What is a storage volume (volume) synchronizes the directory of a container with the directory of a host, which is called volume, that is, storage volume. When the data is generated in the container, the data is written directly to the physical disk, which solves the problem.

    Shulou · 2022-06-02 23:19
  • How to transfer data in batches between linux and USB equipment

    How to transfer data in batches between linux and USB equipment

    1. Batch OUT transfer (host host to usb device) the host host sends an out flag packet to the device, and then the sending packet device correctly receives the data and responds to an ACK. If the device breakpoint is not ready to receive data, it will discard the data sent by the host and respond to a

    Shulou · 2022-06-02 23:19
  • Use MDT deployment service after 802.1X authentication is enabled for wired network port

    Use MDT deployment service after 802.1X authentication is enabled for wired network port

    In order to improve the network security of the office area, all station ports are required to have 802.1x authentication enabled. Clients that have not passed authentication or have timed out authentication will be assigned to the Guest VLAN isolated from the office network. For machines that have installed the operating system, you only need to turn on the relevant services.

    Shulou · 2022-06-02 23:19
  • Linux deletes files 30 days ago under a folder

    Linux deletes files 30 days ago under a folder

    Delete files periodically through Linux's cron job # change to the appropriate directory # cd / etc/cron.daily # create a new executable file clear#vi logcron# enter the following content #! / bin/sh

    Shulou · 2022-06-02 23:19
  • Introduction of 8 methods of locating elements in Selenium

    Introduction of 8 methods of locating elements in Selenium

    When we do web automation testing, the most fundamental thing is to manipulate the elements on the page. We need to be able to find these elements before we can manipulate them. Tools or code cannot distinguish the elements on the page with the naked eye as we testers do. So we locate them based on elements. I.

    Shulou · 2022-06-02 23:18
  • The newest cloud computing learning roadmap for beginners-good programmer cloud computing

    The newest cloud computing learning roadmap for beginners-good programmer cloud computing

    Beginners must have the latest cloud computing learning roadmap-good programmer cloud computing. According to statistics, more and more enterprises are using cloud services. The unique advantages of cloud computing save hardware and software costs for enterprises. Therefore, the demand for cloud computing talents is also increasing. To help more people who want to learn about cloud computing

    Shulou · 2022-06-02 23:18
  • Deploy rpm netless installation Zabbix-3.4 service

    Deploy rpm netless installation Zabbix-3.4 service

    Hi downloaded a lot of dependency packages in Nginx&Httpd Php-fpm Zabbix Mysql through previous experiments, which was troublesome, so the editor came up with a good idea! Environment: a host with a network, and CVMs from various manufacturers can also be installed; install dow

    Shulou · 2022-06-02 23:18
  • Kubernetes 1.14 is officially released, with new enhancements to Windows nodes.

    Kubernetes 1.14 is officially released, with new enhancements to Windows nodes.

    The Kubernetes1.14 version was officially released on March 26th, just 112 days after the v1.13 release, which was the first release of kubernetes in 2019. The contents of this release include: production support of Windows nodes,

    Shulou · 2022-06-02 23:18
  • Nginx+keepalived (partial configuration)

    Nginx+keepalived (partial configuration)

    Nginx-S should also be configured with the same Nginx proxy service configuration as above Nginx-M configuration Nginx-M and Nginx-S keepalived service configuration: profile template:! Configuration File for

    Shulou · 2022-06-02 23:18
  • Kubernetes Chinese documents

    Kubernetes Chinese documents

    In order to make it convenient for students whose English is not so good to read Kubernetes documents, I have translated all the v1.14 Kubernetes documents into Chinese, and the document directory is all the same as its official website. Interested students please click here to view the Kubernetes Chinese text.

    Shulou · 2022-06-02 23:18
  • QT 5.7pro configuration details

    QT 5.7pro configuration details

    At work, I feel that some of the contents of the pro file really do not understand, now learn it systematically. Here is a record to share and encourage. For a better understanding, first create a simple project as a practice. [1] create a pro file 1.1 create a new proDemo project. The steps are as follows: Qt

    Shulou · 2022-06-02 23:17
  • Powershell command to view the free space of the mail database

    Powershell command to view the free space of the mail database

    Sometimes you need to see how much free the mailbox database is. For example, if your storage is almost full, it is impossible to expand the disk capacity. What you can do is to ask the user to download the email locally, and then make a quota and so on. And if you use O365, you can also move up. After a lot of trouble, you have to confirm yourself.

    Shulou · 2022-06-02 23:17
  • Internal network architecture of small and medium-sized enterprises

    Internal network architecture of small and medium-sized enterprises

    Set up the topology, finally ensure the interconnection of the whole network, and successfully access "Server1" with the client "Client1", where Server1 is the WEB server, server2 is the DNS server, belongs to VLAN30, the gateway is on SW4, and PC1 and 3 belong to VLA.

    Shulou · 2022-06-02 23:17
  • Get the cluster information through the pexpect module of python

    Get the cluster information through the pexpect module of python

    Get the cluster host information through pexpect import pexpectip = 'xx'cmd =' xx'ssh = pexpect.spawn ('ssh% s% s'% (ip,cmd)) r = ssh.

    Shulou · 2022-06-02 23:17
  • What is the linux file system?

    What is the linux file system?

    This article will explain in detail what the linux file system is, and the content of the article is of high quality, so the editor will share it for you as a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article. Linux file system files in the Linux file system are data

    Shulou · 2022-06-02 23:17
  • How to log in to the linux server remotely

    How to log in to the linux server remotely

    How do I log in to the linux server remotely? In view of this problem, this article introduces the corresponding analysis and answers in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible way. Introduction to 1.SSH (SecureCRT) SecureCRT is a

    Shulou · 2022-06-02 23:17