Get the App
  • Getting started with Kong and docker installation

    Getting started with Kong and docker installation

    Kong introduces Kong (https://github.com/Kong/kong) is a cloud native, efficient, scalable distributed API gateway. It has received a lot of attention since it was opened up in github in 2015, and now

    Shulou · 2022-06-02 17:49
  • ExTiX 19.10 is officially released

    ExTiX 19.10 is officially released

    The announcement of the project said: "I have released a new version of ExTiX-the Ultimate Linux system (Ultimate Linux System). I call it ExTiX 19.10 LXQt Live DVD. ExTiX 19

    Shulou · 2022-06-02 17:49
  • Why do I need to customize a basic image?

    Why do I need to customize a basic image?

    Why do I need to customize a PHP base image before I start? For projects developed using php (python), etc., because it is an interpreted language, you do not need to compile the code step (go or java packages the dependencies into executable programs or packages), but you often need to install a

    Shulou · 2022-06-02 17:49
  • Robust and simple file sharing service

    Robust and simple file sharing service

    According to the official language, ftp, File transfer Protocol (File Transfer Protocol,FTP) is a set of standard protocols for transferring files on the network. The goal of FTP is to improve file sharing. Today from the two modes of ftp, ftp users

    Shulou · 2022-06-02 17:49
  • Evaluation of Mill Technology MPSoC Development Board

    Evaluation of Mill Technology MPSoC Development Board

    The MYD-CZU3EG development board launched by Mill Technology is equipped with the UltraScale+ MPSoC platform device-XCZU3EG, which integrates a quad-core Cortex-A53 processor, a dual-core Cortex-R5 real-time processing unit and M

    Shulou · 2022-06-02 17:49
  • Nfs of K8s shared storage

    Nfs of K8s shared storage

    Special note: test use, not recommended production environment 1. Key tools for installing nfs# yum-y install nfs-utilsNFS in master node configuration (node1) 1) yum include: main configuration file: / etc/expo

    Shulou · 2022-06-02 17:48
  • Prompt the system not to find the file when renaming with the command line ren under win

    Prompt the system not to find the file when renaming with the command line ren under win

    When the author batch renamed files under windows, it seems that there is no problem with the file name, but it is prompted that the system can not find the file. Later, I noticed that there was a space in the header of the file name, and the default space under windows is also part of the file name, and the order of spaces is also

    Shulou · 2022-06-02 17:48
  • The dinner table is arranged, and the advanced rules of distributed resource scheduling are laid out.

    The dinner table is arranged, and the advanced rules of distributed resource scheduling are laid out.

    During the Spring Festival, Yun Hongjun and his friends discussed the DRS distributed resource scheduling in front of the online celebrity store. Spring Festival meal, eat to understand the principle of distributed resource scheduling, we all know, how to operate? Let's continue to take the dinner table as an analogy-- if you compare the data center to a banquet, then the server

    Shulou · 2022-06-02 17:48
  • Rsync replication

    Rsync replication

    Environment: operating system: CentOS 7u3 Source Server: 192.168.30.147 Target Server: 192.168.30.148 purpose: synchronize the / home_test directory on the source server to the / home_test of the target server in real time

    Shulou · 2022-06-02 17:48
  • How to turn on the mouse to display the pointer track by Windows10

    How to turn on the mouse to display the pointer track by Windows10

    Recently, 3D VDI users reported that after upgrading Windows 10 from v1803 to v1809, the mouse pointer was lost after entering 3D VDI, but the function is still available. It's another pain in the balls. Checked the official website of Citrix, it is already Citrix kn.

    Shulou · 2022-06-02 17:48
  • When accessing iTop through a domain name, the home page does not display properly or the domain name jumps to loc directly.

    When accessing iTop through a domain name, the home page does not display properly or the domain name jumps to loc directly.

    The home page cannot be displayed properly when accessing iTop through the domain name, or the domain name jumps directly to localhost ©Lander Zhang to focus on on-demand IT operation and maintenance services for foreign enterprises. IT Helpdesk practical training practitioner blog: https://blog.51

    Shulou · 2022-06-02 17:48
  • Which should be used in fedora25 input method or Chinese input method-- rime

    Which should be used in fedora25 input method or Chinese input method-- rime

    The default input method framework of the fedora platform is ibus, and the default is English input method, which is also a feature of most linux distributions. (unless the domestic operating system uses Chinese input method by default) as an ordinary Chinese user, the first problem when starting to use a new system is localization.

    Shulou · 2022-06-02 17:48
  • Build and deploy the Jenkins environment to realize automatic code release

    Build and deploy the Jenkins environment to realize automatic code release

    1. Automatic deployment of jenkins code 1. Configure key-free communication to realize automatic deployment the first thing to solve is password-free transmission. Configure key-free ssh login test key-free ssh login between jenkins and test server. Write a test script on the test server to check whether it is available.

    Shulou · 2022-06-02 17:47
  • AWS account MFA enabling process

    AWS account MFA enabling process

    Log in to the AWS IAM service and find the IAM user for whom you want to enable MFA multiple authentication. Select "Security Certificate" to find "assigned MFA Devices" and "manage" below. Refer to [https://amazonaws-china.com/cn] next.

    Shulou · 2022-06-02 17:47
  • Centos7.6 Docker offline yum source

    Centos7.6 Docker offline yum source

    Set up yum source warehouse yum install-y yum-utils device-mapper-persistent-data lvm2 to use Ali Cloud Docker Yum source yum-config-manage

    Shulou · 2022-06-02 17:47
  • Apache--AWStats log analysis

    Apache--AWStats log analysis

    AWStats log analysis system 1.PerI language development of an open source log analysis system 2. It can be used to analyze the access logs of Apache, Samba, Vsftpd, IIS and other servers. Information combined with crond and other scheduled task services, can be used in the log

    Shulou · 2022-06-02 17:47
  • Windows server 2016 deploys wsus services

    Windows server 2016 deploys wsus services

    Wsus is Microsoft's free Windows update service management software, which provides the distribution of some key updates of Windows. Through this service, you can get the latest update patches from Microsoft's official website server as soon as possible. There are three common deployment environments for wsus: 1

    Shulou · 2022-06-02 17:46
  • Inotify + rsync real-time synchronization

    Inotify + rsync real-time synchronization

    1.1 introduction to inotify inotify is a powerful, fine-grained, asynchronous file system time monitoring mechanism. The Linux kernel has added inotify support from 2.6.13. Through inotify, you can monitor file system sinks to add, delete, and modify.

    Shulou · 2022-06-02 17:46
  • Nginx traffic statistics

    Nginx traffic statistics

    Nginx traffic statistics 1. According to visiting IP, UVawk'{print $1} 'access.log | sort | uniq-c | wc-L2. Statistics visit URL Statistics PVawk'{print $7}'

    Shulou · 2022-06-02 17:46
  • Exchange 2016 Meeting Room Management (2)

    Exchange 2016 Meeting Room Management (2)

    In the daily Meeting Rooms management work, some conference rooms can only be used by specified groups of people, such as the following scenarios: 1. Multinational companies will have office in multiple countries, and most office will have their own Meeting Rooms. Now

    Shulou · 2022-06-02 17:46