Rsync with progress linux
Mirror directory to remote with deletion of extra files
rsync -avz --progress --delete src/ user@host:/dest/
more linux
all 133 commands →
Securely wipe a disk
shred -vzn 1 /dev/sdb
Check SMART disk health
smartctl -a /dev/sda | grep -E 'SMART overall|Reallocated|Pending|Uncorrectable'
Benchmark sequential disk IO
dd if=/dev/zero of=/tmp/testfile bs=1M count=1024 conv=fdatasync
Show running containers namespaces
lsns -t net,pid,mnt
Inspect cgroup hierarchy
systemd-cgls