00 Category 13 篇文章。13 posts.
分类 · CategoryCategory · 分类
Shell
01 PostsPosts
2024 · 02 · 06
Using the PDCA Model to Track Down the Process Stealing Traffic on macOS
Preface Recently, the office environment didn't have wireless, so I had to make do with a mobile hotspot. I didn't expec
2023 · 10 · 20
Formatting Linux Line-Style Command Output
A Note Before We Begin Strange as it is, everyone praises breaking through to a new round after completion, but when a p
2023 · 10 · 20
DevMon - Universal SNMP Orchestration Tool
SNMP (Simple Network Management Protocol) is something everyone knows, so I won't dwell on it. Python and other language
2023 · 09 · 03
Revealing Why 'find' with No Match and Combined with 'xargs' Can Still List Files
Problem Description Using alone to search for matching files or directories returns no matches, as follows: List the fil
2023 · 09 · 01
What Cause SSH Connection be Refused
Summary By default, the value of 'MaxStartups' is 10:30:100, which means if there are 10 ssh requests established and wa
2022 · 08 · 12
Detailed Explanation of Parallel Shell Use Cases
IP Subnet Calculation RHEL Auto-Configure IP Address Parallel terminal GPFS Configuration and Deployment To be continued
2022 · 07 · 23
Parallel Shell for Multiple Hosts
Usage Required RHEL 7.9 Python >= 3.6.8 - paramiko-2.11.0 - bcrypt-3.2.2 - cryptography-36.0.2 - PyNaCl-1.5.0 - six-1.16
2022 · 07 · 01
Script for Creating WLS Domain&Server
filename: wlstoolkit.sh This script is used for creating domain&server for Weblogic USAGE: for example: Options: https:/
2022 · 04 · 03
Performance and Time Comparison of Various Methods for Deleting Linux Fragmented Files
Environment Linux 4.19.97-gentoo x86\_64 Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz 4G Memory Lenovo M490 python-3.8.12 20
2022 · 01 · 25
Multiple Linux Hosts System Performance Test Script
Brief Multiple Linux Hosts System Performance Test Script Let me say this in Chinese, since I'm running out of words. It
2021 · 01 · 29
Script for Port Forwarding on MacOS
echo $USERifconfig | grep -v inet6 | grep inet | awk '{print $2}'echo $ipAddrs | awk '{print $'$index4ip'}'ls -l ~/.ssh
2018 · 02 · 02
Script to Generate Password for Linux
Requirement: The length of the string must be 12 bits The password must contain numbers, lowercase letters, uppercase le
2016 · 09 · 24
Set up IPSEC VPN Server with IKEv1/IKEv2/L2TP Automatically
#! /bin/bash Automatically install and configure several programs needed by VPN Server. For example, xl2tpd, ppp, strong