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

Eight main uses of killall commands to terminate processes on Linux

Linux's command line provides many commands to kill a process.For example, you can pass a PID to kill a process; the pkill command uses a regular expression as input, so processes matching that pattern are killed. But there is also a command called killall, which by default matches the parameter name exactly and then kills the matching proce ...

Posted by RamboJustRambo on Tue, 07 May 2019 16:00:39 -0700

Oracle 11g Single Machine Installation Manual

Article directory 1 Preparations 1.1 Delete Oracle software before installation 1.2 Create directories 1.3 Connect SFTP tabs in CRT 2 See information about this guide 3 Check Hardware Requirements 3.1 Memory Requirements 3.2 System Architecture 3.3 Disk space required 4. Check software requirements 4.1 Operating System R ...

Posted by smeagal on Sat, 27 Apr 2019 18:20:37 -0700

File Transfer between Local windows Machine and Remote Linux Server -- Xshell uploads and downloads files using sftp

1. Log on to a remote Linux server: [c:\~]$ sftp root@192.168.233.136 1.1. Enter for certification: 1.2. The login was successful: Upload files to server: 2.1 Upload Operation Drag and drop the file to the current window. Another way - using commands: sftp:/root> lcd E:\Installation package\linux l ...

Posted by growler123 on Wed, 06 Feb 2019 19:21:17 -0800