Windows account access operation of OpenSSH
1, New user access
[avoid using names such as sshd that conflict with service built-in accounts]
In general, for the sake of system access security, the system administrator account will not be directly used for remote access.
2.1 creating users
With administrator privileges, execute cmd, execute user addition instructions, and creat ...
Posted by Verrou on Wed, 06 Oct 2021 09:39:50 -0700
Jenkins's Core project in Windows
1, Configuration item
1. New item
2. Add task name
3. Choose a free style
3.1. Add basic task information
3.2 source code management
If you understand the purpose of corresponding source code management, you can choose to click the help icon in the screenshot, which has the basic information description of the corresponding l ...
Posted by dakey on Wed, 06 Oct 2021 06:41:19 -0700
Worth collecting! Anaconda: a necessary manual for beginners!
introduction
Anaconda is a management tool for integrating packages and environments, dedicated to simplifying software management systems and deployments. In addition, we can also use conda instructions to easily create, activate, delete, exit and configure the virtual environment. pip is a python package management tool, which provides the f ...
Posted by duklaprague on Sat, 02 Oct 2021 18:42:12 -0700
Simple use of Eclipse for IDE tools to create a simple Web project
Previously, it was described that running a Servlet in a simple way is possible for a simple project, but not desirable for complex projects. IDE, an integrated development environment, is designed for large projects, facilitates project management, reduces a lot of unnecessary work for programmers, and focuses more attention on core business. ...
Posted by gnize on Fri, 01 Oct 2021 10:16:57 -0700
Introduction and usage of swagger
swagger describes how to use it
1. Introduction to swagger
1. It is a standard and complete framework for you to better write API documents.
2. Provides description, production, consumption, and visualization of restful web services.
3. It is a formal specification supported by a large set of tools. This collection covers everything from th ...
Posted by jcrocker on Tue, 21 Sep 2021 22:51:11 -0700
Dagger-dotnet cli uses the tool directive
1. List of Instructions
Instruction Details
>dotnet tool -h
Description:
Install or use extensions .NET Experience the tools.
Usage:
dotnet [options] tool [command]
Options:
-?, -h, --help Displays command line help.
Commands:
install <PACKAGE_ID> Install global or local tools. Local tools will be added to the l ...
Posted by imarockstar on Sun, 19 Sep 2021 19:35:38 -0700
Jenkins sonar continuously integrates, detects and sends build emails
Jenkins sonar continuously integrates, detects and sends build emails
1. Preliminary preparation
1. Deploy jenkins services 2.Jenkins server modifies the domain name resolution of gitlab The modification command of Linux is as follows:
vi /etc/hosts
192.168.10.248 gitlab.rivamed.cn/
Docker settings are as follows
docker exec <contai ...
Posted by jackofalltrades on Fri, 17 Sep 2021 07:12:56 -0700
python + Tencent cloud function to realize WeChat official account development
preface
This chapter needs to create Tencent cloud account + WeChat official account + python implementation.
And if you want to use your server to configure WeChat official account (you must have a domain name can't use ip address).
Here we use the Tencent cloud function (with its own domain name after successful creation). We just ne ...
Posted by merrydown on Sat, 11 Sep 2021 19:51:05 -0700
Tools used in the sass project of the django framework
Preface
sass project video address: https://www.bilibili.com/video/BV1uA411b77M
Link virtual environments: https://blog.csdn.net/weixin_45859193/article/details/115408555
Using Django version 3.2.6, the project name created with untitled7 as the root directory is web. view.py in the web project writes all views. templates file stores ...
Posted by middleman666 on Wed, 01 Sep 2021 09:46:39 -0700