摘要:
@echo off set filenum=1 set filesize=10485760 set tmppth="c:\tmp" set despth="z:\test" rmdir %tmppth% /s /q md %tmppth% md %despth% for /l %%i in (1,1 阅读全文
摘要:
smb 调优 1. 优化前 上传 下载 2. 加入 socket options = TCP_NODELAY 上传 下载 结论:更平稳更快 3. 加入 socket options = TCP_NODELAY SO_RCVBUF=1048576 SO_SNDBUF=1048576 上传 下载 结论: 阅读全文
摘要:
参考: https://www.freesion.com/article/7691159932/ sudo mkdir /sys/fs/cgroup/systemd sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/sys 阅读全文
摘要:
C:\Users\user\Documents\fio>fio-3.25-x86-windows.exe --name=4Gread --rw=read --direct=1 --iodepth=1 --blocksize=1024kb --size=4g --ioengine=windowsaio 阅读全文
摘要:
for i in {97..122}; do ls /dev/sd$(printf \\"$(printf %03o "$[i+1]")"); done [root@bogon ~]# for i in {97..122}; do ls /dev/sd$(printf \"$(printf %03o 阅读全文
摘要:
• fdisk(变体:cfdisk,sfdisk),MBR格式分区工具,只能识别2Tb以内的磁盘空间。• gdisk(变体:cgdisk,sgdisk),GPT格式分区工具。• parted(图形界面工具:gparted),同时支持MBR及GPT的分区工具。 parted有个不提示用户参数选项,就是 阅读全文
摘要:
NFS服务器工作原理及权限设置 ,参考: https://blog.csdn.net/weixin_44596822/article/details/96273018 linux nfs权限配置,nfs服务权限配置,参考: https://blog.csdn.net/weixin_36115496/ 阅读全文
摘要:
参考: https://blog.csdn.net/yjh4866/article/details/123065446 阅读全文