Using pure Java to implement a websssh project

Preface Recently, due to the needs of the project, the project needs to realize the function of websh connecting the terminal. Because of the first time to do this type of function, I first went to GitHub to find out if there is any ready-made wheel that can be used directly. At that time, I saw many projects in this area, such as GateOne, webs ...

Added by ColdFusion on Sat, 14 Mar 2020 09:04:25 +0200

Saltstack automatic operation and maintenance tools - preliminary environment deployment

Saltstack automatic operation and maintenance tools - preliminary environment deployment Document reference: 1.1 GitHub address;           https://github.com/ansible/ansible           https://github.com/saltstack/salt  1.2. Record the execution to mysql;        https://docs.saltstack.com/en/latest/ref/returners/all/       1, Comparison betwee ...

Added by imstupid on Fri, 13 Mar 2020 06:38:18 +0200

On the use of Acl of NG Alain

Preface Recently, angular is always used as a background system. I found the Ng Alain framework for a long time, and it's quite easy to use. It's just that the official document is a little more concise. In the process of using it, we have to combine some small examples and official demo to determi ...

Added by Calamity-Clare on Thu, 12 Mar 2020 11:24:09 +0200

Create Sphinx + GitHub + ReadtheDocs managed document

Latest blog link "Tsanfer's Blog" Create Sphinx + GitHub + ReadtheDocs managed document Read the docs online ebook link 🎵🎵🎵🎵🎼🎼🎼🎼🎧🎼🎼🎼🎼🎵🎵🎵🎵 Sphinx Github Readthedocs Final effect Linux configuration Win10 Ubuntu Subsystem path:%USERNAME%\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp ...

Added by dirkdetken on Tue, 10 Mar 2020 12:06:20 +0200

How to configure vue-config.js when creating a project with vue-cli3

After using vue-cli3 to create a project, because the configuration of webpack is hidden, when you need to overwrite the original configuration, you need to create a new vue.config.js file in the root directory of the project to configure the new configuration. There is a big difference between Vue cli ...

Added by Neotropic on Tue, 10 Mar 2020 10:00:09 +0200

[Spring Data series learning] Spring Data JPA custom query, paging, sorting, and condition query

Spring Boot Jpa provides methods such as CURD by default, which often fail to meet our business requirements in daily life. In this chapter, a simple query case is defined to explain. Quick start pom.xml and application.properties in the project are the same as Chapter 1 Entity class mapping database table user entity class @Entity public class ...

Added by jameslynns on Sun, 08 Mar 2020 14:46:28 +0200

Can I create a remote warehouse on GitHub from CLI without opening a browser?

I created a new local Git Repository: ~$ mkdir projectname ~$ cd projectname ~$ git init ~$ touch file1 ~$ git add file1 ~$ git commit -m 'first commit' Is there any git command to create a new remote warehouse and push my submission to GitHub from there? I know to launch the browser and turn to Create a new repository It's no big deal, b ...

Added by info@ipfaces.org on Sun, 08 Mar 2020 12:19:42 +0200

Continued on the problem of Canal dynamicTopic

Continued on the problem of Canal dynamicTopic Recently, I set up a set of canal in a new company. I set canal.mq.topic and canal.mq.dynamicTopic according to < < dynamictopic question > > The intention is to send some messages that do not match the dynamic topic matching statements to a d ...

Added by limey on Sat, 07 Mar 2020 16:02:18 +0200

Proxmark3 Easy to crack access card (reprint precious knowledge to prevent loss)

Reprinted to: https://lzy-wi.github.io/2018/07/26/proxmark3/ Please read the source author's article. If the link fails, please read this article. Preface                        &emsp ...

Added by cjcdadams on Sat, 07 Mar 2020 10:41:52 +0200

Android-App Detection Upgrade Library

QuiteVersion For Android App detection of automatic updates Achieving results Add Dependency implementation 'com.xwdz:QuiteVersion:0.0.4' implementation 'com.xwdz:okHttpUtils:1.0.4' //Ignorable if dependent implementation 'com.squareup.okhttp3:okhttp:3.5.0' Characteristic Callable anywhere Suppo ...

Added by trilbyfish on Fri, 06 Mar 2020 18:09:52 +0200