btrfs格式数据提取
方法一: https://github.com/maharmstone/btrfs win10需要关闭BIOS安全策略 不支持NAS 方法二: 另外一个工具:ExtFS 方法三:群晖NAS数据 # Ho...
群晖DS618+6.2.3手动升级补丁
黑群晖最新版本已经不支持自动升级补丁,所有需要通过手动执行更新方式如下: 注意:全程需要root权限 在页面点击下载更新: 找到下载目录: 进入下载目录: sudo dpkg...
setfacl命令
设置文件访问控制列表 https://ipcmen.com/setfaclhttps://www.cnblogs.com/ftl1012/p/setfacl.html...
iframe100%自适应后去掉滚动条
参考:https://stackoverflow.com/questions/9129182/iframe-100-height-causes-vertical-scrollbar 主要...
nmcli参数的各种缩写
配置参数的三种写法: nmcli con mod team0 ipv4.addresses 192.168.121.10/24 ipv4.gateway 192.168.121.1 +ipv4.dns 8.8.8.8 +ipv4.d...
njmon参数
/usr/lbin/njmon -s60 -c 1440 -p 8282 -i 9.137.62.10 -X abcd1234 - s 60 每60秒保存一次统计数据(1分钟)。 - c 1440 所需快照数量的计数。 - p...
golang计算中文文字数量
fmt.Println(len("世界"), utf8.RuneCountInString("世界 "), utf8.RuneCountInString("abc123"), utf8.RuneCountInString(...
systemctl启动耗时排行
开机启动的服务 systemctl list-unit-files|grep enabled 服务启动耗时 systemd-analyze blame...
golang的os包使用备忘
来源:https://www.cnblogs.com/jkko123/p/7146474.html?utm_source=itdadao&utm_medium=referral package main;...
查找cpu占用高的函数for java
#!/bin/sh #echo "@查找到的进程信息:" #ps -ef|grep $1|grep -v grep|grep -v jstack cpuid=`ps -ef|grep $1|grep -v grep|grep -v j...