Tag:Account password
-
About using git on pycharm (nanny level tutorial)
File → settings First log in GitHub account on pycharm, version control → GitHub → ‘+’ → log in through GitHub It will automatically jump to the browser, then click “authorize in GitHub” and enter the account password. Tip: if the jump fails, there may be no FQ on the network The following page indicates […]
-
Git | error: failed to push some refs to
Problem description Git local push, error problem analysis Branch name does not correspond The main reason is that “back lives matter” GitHub changes the master branch to main And I pushed the master branch, which is obviously wrong Problem solving Just change the master to main Note: however, the specific warehouse needs to set remote […]
-
Ctfshow web blasting (web21-28) (completed)
Ctfshow web blasting (web21-28) (updating) catalogue Ctfshow web blasting (web21-28) (updating) Web21 burst blasting Web22 subdomain web23 MD5 Web24 pseudo random number Web25 PHP mtrand() random number generation vulnerability Web26 packet capture Web27 student information leakage + ID number explosion Web28 directory explosion Web21 burst blasting subject Blasting or something, it’s all basic exercises solutionRelated […]
-
Network security column – telnet remote login data packet captures personalized login account and password (there are several error solutions at nanny level, why can you log in without entering telnet password)
@ catalogue Series articles preface 1. Experimental preparation 1.12003server configuration 1.2xp configuration 2. Start telnet service 2.1 XP enable telnet service 2.2 2003 server starts telnet service 3. Configure Wireshark on 2003 server 3.1 click interface 3.2 select IP host to capture packets 4. XP Start telnet connection 4.1 connection failure. The connection to the […]
-
Flowable process engine (II): spring boot integrates flowable Modeler
1、 Introduction to flowable Modeler Flowable modeler is used to model BPMN processes, DMN selection tables, form definitions, and create application definitions. BPMN modeler uses the same Oryx and angular architecture as flowable 5, but is migrated to a separate modeler application. 2、 Start 1. Add dependency When using the flowable modeler application, deploy the […]
-
C# design pattern – Design Principles
1. Foreword Recently, I only thought about the design principles when I was building a project. I had seen the design patterns before. I didn’t write a blog. I soon forgot and didn’t play any role. Now you will find its beauty when you meet it on the project. There are also many predecessors in […]
-
Install mongodb on Ubuntu 16.04, enable permissions, create users, and log in.
I once learned mongodb on muke.com, copied the code written by the teacher, and found that in any case, it was impossible to log in to the database with user account and password, so I spent a lot of time checking the official API. The following conclusions are obtained. 1. Start mongod service first > […]
-
Elasticsearch restricts access through nginx HTTP basic
Original text:Elasticsearch security section, access is restricted through nginx HTTP basic 1. Tengine configuration: #Key points: configure account password auth_ Basic “elasticsearch login”# Prompt information auth_ basic_ user_ file /var/local/password; # Password file (Tengine in docker mounts password file) autoindex on; proxy_ pass http://es Service intranet IP: 9200; 2. Docker compose configuration volumes: #Elasticsearch restricts […]
-
Drools decision engine – docker deployment
Install docker //One line command installation Workbench installation docker run -p 8080:8080 -p 8001:8001 -d –name drools-workbench jboss/drools-workbench-showcase:latest Then visitlocalhost:8080/business-central/kie…You can see the following login interfaceThe workbench related account and password are in the official document KIE server installation docker run -p 8180:8080 -d –name kie-server –link drools-workbench:kie_wb jboss/kie-server-showcase:latest Then you can have fun~ Drools […]
-
Fatal: authentication failed in Git
Problem Description: In some cases, such an error will be reported when Git is operated remotelyFatal: authentication failed for ‘http: // corresponding git warehouse project address’; Analyze the problem: Error reporting means that the voucher is invalid; solve the problem: 1. Find the credential manager under the control panel, as shown below:2. Click in, select […]
-
The tasklist remote acquisition process reported an error. The account and password are incorrect
The tasklist remote acquisition process reported an error. The account and password are incorrect Problem Description: I wrote a monitoring program. I need to remotely obtain whether a process under Windows system is running? Because of business needs, this program needs to be registered as a Windows Service (if it is executed directly from the […]