00 Tag 21 篇文章。21 posts.
标签 · TagTag · 标签
Linux
01 PostsPosts
2023 · 10 · 31
搭配Grafana实现SNMP性能数据可观测 -- DevMon更新
前言 能观测硬件设备性能数据的工具或者平台数不胜数,自有一大批优秀的公司和团队趋之若鹜(贬义词?不好意思,词穷了,就想表示一个东西很红。),咱也不讲究,你走你的阳关道,我攒我的Hello World,自娱自乐,就是不闲着。 效果图 整体逻辑
2023 · 10 · 20
格式化Linux行式命令输出
写在最前 说来也奇怪,人人都标榜圆满之后的不破不立,但为人初时想做一些规矩之外的事,却被说成是大逆不道。世人皆言,走过千山万水,再看山不是山,才能悟得非常道。你我都没有剧中所言传承之类的秘法,从一无所知修到一无所知,究竟是返璞归真,还是可怜
2023 · 09 · 09
Enabling iPhone Tethering over USB for Gentoo Linux
How To Purpose Configuring iPhone as an AP for Gentoo-installed notebook. Requirements Gentoo Linux 2.1 \>=sys-kernel/ge
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
2023 · 08 · 25
零代码配置小米智能接入Apple Home
零代码配置小米智能接入Apple HomeDownload
2023 · 07 · 29
Configuring GRUB for Gentoo-based Linux
1\. Necessary Packages sys-boot/grub sys-fs/dosfstools sys-block/parted variable for controlling target platform for Ava
2023 · 07 · 22
Netdata简装手册 -- 未完待续
1\. Netdata介绍 1.1 什么是Netdata Netdata是一款为系统管理员、DevOps工程师及开发者准备的系统性能指标、故障可视化监测工具。 支持大多数Linux发行版,包括Debian系、Redhat系等,以及容器平台(
2023 · 07 · 21
Enabling CCACHE for Building Long-time-compiling Package
1\. What is CCACHE CCACHE helps avoid repeated recompilation for the same C and C++ object files by fetching result from
2023 · 06 · 23
Packing Your Own Gentoo Linux into a bootable ISO Image - 1st edition
1\. Installing Necessary Packages schroot squashfs-tools cdrtools syslinux dev-libs/libisoburn About squashfs: A compres
2023 · 05 · 20
Enabling Kernel Dump and Analyzing the File for RHEL-based Linux
The Kdump Procedure The normal kernel booted with option , reseving \\<size> memory for the kdump kernel. These \\<size>
2022 · 12 · 08
Migrage Root from Physical Disk Partition to LV and Rebuild the Bootloader
1\. Install Tools for Generating Initramfs For genkernel - FILE Adding dolvm as a kernel boot parameter - GRUB\CMDLINE\L
2022 · 12 · 03
Install Docker for Gentoo Linux
Config Kernel Modules Necessary Modules CONFIG\CGROUP\CPUACCT CONFIG\CGROUP\DEVICE CONFIG\CGROUP\FREEZER CONFIG\CGROUP\S
2022 · 11 · 28
用testdisk工具恢复被误删除的文件
注意:误删文件后立即停止对当前卷的读写,可以保证最大程度的数据恢复。 拷备/usr/lpp/mmfs目录至/home, 手动删除文件,准备环境 恢复步骤 新挂载一块硬盘,防止恢复时写盘覆盖数据 大小视/home原规格而定,实测需要原容量的3
2022 · 09 · 02
python文件执行时报错‘No such file or directory’
执行python文件的时候报如下错误: 查看文件首行: 在命令行单独执行无任何报错 遂祭出祖师爷谷歌大神,搜到原文如下: what could cause a script to fail to find python when it ha
2022 · 08 · 19
Aliyun网盘命令行工具简介
AliDisk 用法 修改文件260行邮箱及提示语。 感谢aligo大牛门造出陆虎,咱不过就是那个给陆风改车漆的,不值一提。贴上aligo链接,以表敬意。 * 支持命令&功能 ls - 列出当前目录内容 pwd - 显示当前所在目录 cd
2022 · 08 · 12
Parallel Shell 用例详解
1\. IP子网计算 2\. RHEL自动配置IP地址 3\. 并行终端 4\. GPFS配置及布署 未完待续
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 · 03 · 31
学习笔记:Docker单独配置DNS
1\. 配置文件: 2\. 格式:json 一般来说,新装的docker没有该文件,vi或者其它编辑器直接添加以下内容: { "dns": \["223.5.5.5", "223.6.6.6"\] } 3\. 验证 docker run -
2022 · 01 · 25
Multiple Linux Hosts System Performance Test Script
Brief Multiple Linux Hosts System Performance Test Script 来点中文吧,词穷了。就是给信创项目批量测试性能用的,setup.py咱也不会写,直接手补。 管理端环境: RHEL7.9及以
2021 · 02 · 17
Setup Time Machine Backup Server for macOS on Gentoo Linux
1\. install necessary packages 2\. config netatalk 3\. config avahi 4\. add user for time machine 5\. start services 6\.