One Day Command-screen

One Day Command-screen screenMultiple Terminal Window Manager, which allows you to connect multiple local or remote sessions simultaneously and switch freelyUse: screen [ -options ] [ cmd [ args ] ] screen -r [[pid.]tty[.host]] screen -r sessionowner/[[pid.]tty[.host]] -A&nbs ...

Posted by nivosh on Fri, 21 Jun 2019 10:12:44 -0700

Docker's Six Initials - Stack

Link to the original text: http://www.itbus.tech/detail.html?id=8739 Preparing knowledge Install Docker (version minimum 1.13). Read through Docker's Six Initials - Swarm And complete the content introduced in it. Copy a copy of docker-compose.yml. Make sure your virtual machines are available. Use docker-machines to view, execute docker-ma ...

Posted by nashruddin on Mon, 17 Jun 2019 13:01:33 -0700

Hydra (Violence Disruption)

        Hydra Hydra's Violent Password Cracking Tool is quite powerful, supporting online password cracking for almost all protocols. Whether the password can be cracked or not depends on whether the dictionary is strong enough for social engineering penetration to sometimes achieve twice the result with half the effort.This article onl ...

Posted by zardiw on Mon, 17 Jun 2019 11:04:39 -0700

Python File System Function: os Module

Python File System Function: os Module 1. Classification of OS Module Method (1) Catalogue: chdir() changes the working directory chroot() sets the root directory of the current process listdir() lists all file names in the specified directory mkdir() Creates the specified directory makedirs() Create multilevel directories ...

Posted by williamZanelli on Sun, 16 Jun 2019 16:21:57 -0700

Linux(6, 7) Software Installation of PHP

linux software installation Shell Front-end Package Manager yum Use linux local installation CD as yum source Mount mount directory Unloading catalogue Edit local warehouse configuration yum source configuration Clearing up metadata of yum metadata yum installation ssh Check to see if services are installed search uses YUM to find pack ...

Posted by rob_maguire on Mon, 10 Jun 2019 16:28:36 -0700

Linux(6, 7) Software Installation of PHP

linux software installation Shell Front-end Package Manager yum Use linux local installation CD as yum source Mount mount directory Unloading catalogue Edit local warehouse configuration yum source configuration Clearing up metadata of yum metadata yum installation ssh Check to see if services are installed search uses YUM to find pack ...

Posted by PandaFi on Mon, 10 Jun 2019 16:19:11 -0700

Use Corosync+Pacemaker to explain and install in detail under Linux

Corosync Details Overview of OpenAIS OpenAIS is an application interface specification based on SA Forum standard cluster framework. OpenAIS provides a cluster model, which includes cluster framework, cluster member management, communication mode, cluster monitoring, etc. It can provide cluster interfaces for cluster software or tools to mee ...

Posted by andrewcb on Sat, 08 Jun 2019 11:11:40 -0700

Docker Image Management - 5. Create your own Docker image (3/3 based on existing images, create new images)

1. Description of existing mirror problems 1.1. Download existing images See Existing Docker Mirrors . The command for Pull mirror canhui/open-mpi-base:v0.0.1 is as follows. $ docker pull canhui/open-mpi-base:v0.0.1 1.2. Problem Description There are two problems with existing mirrors. First, after executing th ...

Posted by padma on Wed, 29 May 2019 01:56:02 -0700

VPS New Manual

Actually, this is a running account. Note: Taking Ubuntu 16.04 as an example 1 users Hurry up and build a new user. Don't log in with your root. After the root landing: $ sudo adduser tom #To create users interactively, all you have to do is set up a stronger password. $ sudo vim /etc/sudoers #Increase root privileges for this new user The ...

Posted by kingsol on Sat, 25 May 2019 16:32:27 -0700

Linux (10): Mid-term Architecture - SSH Remote Management Service & Anible Batch Management Service

SSH Remote Management Service 1. Introduction of Remote Management Service Knowledge # 1.1 SSH Introduction to Remote Login Service SSH yes Secure Shell Protocol Abbreviation, by IETF Network Working Group( Network Working Group)Formulate; //Before data transmission, SSH encrypts online data packets through encryption technology, and then ...

Posted by Kilgore Trout on Sat, 25 May 2019 12:13:02 -0700