Поиск 10 самых увесистых файлов в текущей или указанной папке
ФАЙЛЫ
find /var/log -type f -exec du -h {} + | sort -rh | head -n 10
Полезные онлайн-инструменты и open-source проекты
find /var/log -type f -exec du -h {} + | sort -rh | head -n 10
sudo ss -tulpn | grep LISTEN
docker system prune -a --volumes -f
tail -f /var/log/syslog | grep --color=auto -iE "error|crit|fail"
rsync -avzP --exclude='.git' /path/to/source/ user@server:/path/to/dest/
curl -s -w "\nDNS: %{time_namelookup}s\nConnect: %{time_connect}s\nTTFB: %{time_starttransfer}s\nTotal: %{time_total}s\n" -o /dev/null https://zencod.ru
python3 -m http.server 8080 --bind 127.0.0.1
tar -czvf backup_$(date +%Y%m%d).tar.gz --exclude='.git' /path/to/folder