Linux

on 2024-10-15
free -h
df -h
# 压缩
tar -cvf target_name file_name
tar -xvf target_name file_name

网络联通性测试

telnet {ip} {port}