00 Category 13 篇文章。13 posts.
分类 · CategoryCategory · 分类
Shell
01 PostsPosts
2024 · 02 · 06
利用PDCA模型揪出macOS偷跑流量的进程
前言 最近办公环境没有无线网,只能拿手机热点来凑合一下,没想到短短2天时间,居然用完了原本套餐中的20G。本来以为是电脑平台网页内容比较丰富,一些广告和预加载的视频消耗了绝大多数流量。 可是,当新办理的3天10G流量包又被耗尽后,终于还是忍
2023 · 10 · 20
格式化Linux行式命令输出
写在最前 说来也奇怪,人人都标榜圆满之后的不破不立,但为人初时想做一些规矩之外的事,却被说成是大逆不道。世人皆言,走过千山万水,再看山不是山,才能悟得非常道。你我都没有剧中所言传承之类的秘法,从一无所知修到一无所知,究竟是返璞归真,还是可怜
2023 · 10 · 20
DevMon - 通用SNMP编排工具
DevMon - Devices Monitor with SNMP SNMP(Simple Network Management Protocol)大家都懂,不再缀述。 Python及其它语言也存在许多非常优秀的三方库,比如等等等(只知道
2023 · 09 · 03
揭密'find'无匹配,搭配'xargs'却能列出文件的原因
问题描述 单独用查找满足条件的文件或目录时并无匹配,如下: 列出目录下文件以作展示[\[1\]](#fn1) 查找名称包含abc的目录 但是,如果把上面find的结果管道给xargs,再用ls列出 注意:没有匹配的管道给之后居然列出了下的全
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
Parallel Shell 用例详解
1\. IP子网计算 2\. RHEL自动配置IP地址 3\. 并行终端 4\. GPFS配置及布署 未完待续
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
删除Linux碎文件各方法性能消耗及时间对比
一、环境 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 200G SSD
2022 · 01 · 25
Multiple Linux Hosts System Performance Test Script
Brief Multiple Linux Hosts System Performance Test Script 来点中文吧,词穷了。就是给信创项目批量测试性能用的,setup.py咱也不会写,直接手补。 管理端环境: RHEL7.9及以
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,