摘要:
Proc 文件系统 通过proc文件系统,可查看和修改内核参数 # CPU信息cat /proc/cpuinfo# 内存信息:cat /proc/meminfo# 详细的内存映射信息cat /proc/zoneinfo# 磁盘映射信息cat /proc/mounts# 系统平均负载cat /proc 阅读全文
摘要:
https://www.jianshu.com/p/1f3f62ce3ea9 阅读全文
摘要:
// utils.ts export interface Configs { command: string output: string } export interface Device { id: number device_type: string device_ip: string dev 阅读全文
摘要:
深入理解 Vue3 Reactivity API 阅读全文
摘要:
version: '3' services: mysql: ##(服务1) restart: always image: hub.c.163.com/library/mysql:5.7 ports: - "127.0.0.1:3306:3306" # 宿主机ip:port:容器内port envir 阅读全文
摘要:
user root; worker_processes 10; worker_rlimit_nofile 65535; events { worker_connections 1024; } http { include mime.types; default_type application/oc 阅读全文
摘要:
package commands import ( "fmt" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/push" ) func main() { 阅读全文
摘要:
1. 安装dpdk-stable-19.11.10需要操作系统内核版本大于3.2,如果版本过低,可以通过以下方式升级 1 #cat /etc/redhat-release 2 CentOS Linux release 7.6.1810 (Core) 4 #uname -r 查看一下系统版本 5 3. 阅读全文
摘要:
DEVICE=eth0 BOOTPROTO=static IPADDR=10.0.0.251 NETMASK=255.255.255.128 GATEWAY=10.0.0.1 TYPE=Ethernet NM_CONTROLLED=no ONBOOT=yes IPV6INIT=yes IPV6_AU 阅读全文
摘要:
/usr/bin/yum 和/usr/libexec/urlgrabber-ext-down 阅读全文