Linux Operations and Maintenance - shell script exercise string burning 1

Script description1. Script 1: Solution to reload a large number of library files2. Script 2: Select and switch to the working directory you want to switch Script 1 explains: One employee's centos7 host system had the following problems: implement ldconfig The following error occurred in command time: the library files are empty and the length ...

Posted by e-novative on Thu, 29 Aug 2019 10:22:59 +0200

Perhaps the most detailed introduction guide to UMD modules

Learning UMD introduce this Warehouse Recorded some demo s about the specification of javascript UMD module, which is very helpful for me to learn UMD specification, and I hope it can also help you. review Several blogs about javascript modules have been written before. The links are as follows: Looking back at JS modular programming Looking b ...

Posted by m00p4h on Thu, 29 Aug 2019 08:08:07 +0200

Publish Django to Digital Ocean Practice Notes

This article was originally published from January 26, 2018. This paper contains the general steps to deploy Django code written by Python 3 to Digital Ocean, involving git, pyvenv, mysql, pm2 and other technologies, which can provide some reference for Django deployment. Before you start deploying, you need to prepare a remote server, a domain ...

Posted by zudo on Thu, 29 Aug 2019 05:07:53 +0200

From build to deploy, build a private blog quickly

Sometimes we want a controlled blog to record or share something. The subject matter of this blog is decided by you. It can be technology sharing (programming, Sinicized sharing, etc.) or life feeling. This article will introduce a controlled blog that can be quickly built and deployed. Before reading this article, I hope you have some knowledg ...

Posted by shab620 on Tue, 20 Aug 2019 07:06:24 +0200

Spring Boot Vue Element Initial Practical router Routing Configuration

This blog is originally created by the author. It is forbidden to reprint without permission. Please respect the originality! If you have any questions, please contact QQ509961766. Due to the lack of routing support in Vue development, Vue-router p ...

Posted by Apenvolkje on Sat, 17 Aug 2019 08:09:34 +0200

Firmware Analysis for Internet of Things Devices: Firmadyne Firmware Simulation Environment Setup

0x01 Preface This paper introduces the environment preparation for firmware analysis, mainly for the Firmadyne tool environment, and finally build the router firmware using Netgear for testing. Firmadyne is an open source software that automates ...

Posted by bdamod1 on Fri, 16 Aug 2019 05:40:12 +0200

Spring Cloud Config Distributed Configuration Center

Firstly, the registration center should be established. file-new-module    pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http ...

Posted by stevenye on Tue, 13 Aug 2019 06:15:34 +0200

AndroidN adds physical keys [android7.1.2][msm8953]

1. Overview Based on the qcom msm8953 Android 7.1.2 platform, a new MODE key is required for the latest hardware modification in order to send a broadcast for the user layer to use. 2. Implementation (from bottom to top-> (kernel->frameworks)) First list the files involved in the implementatio ...

Posted by samshel on Mon, 12 Aug 2019 04:01:06 +0200

Standard process for automatic initialization of project projects using node command line tools

I. Purpose The traditional initial process for front-end projects is generally as follows: You can see that the traditional initialization steps take a lot of time.Moreover, in the case of manual operation, there is always a situation of omission correction.This disadvantage can sometimes be fatal. Even in Madahara, it is embarrassing to submi ...

Posted by jstngk on Mon, 12 Aug 2019 03:40:05 +0200

Knative Practice: Automated Deployment from Source Code to Service

Through the previous articles, I believe you are familiar with Serving, Eventing and Tekton. So in practical use, we often encounter some complex scenarios, which require collaborative processing between components. For example, can we deploy services directly into K8s after we submit the source code? This scenario is attractive to ...

Posted by squiblo on Fri, 09 Aug 2019 06:23:59 +0200