Иногда диск внезапно заполняется, и ты такой: «Кто всё съел?!» Вот простой способ найти самых прожорливых:
du -ah / | sort -rh | head -n 10
🔍 Разбор:
du -ah / — показывает размер всех файлов и директорий, начиная с корня. sort -rh — сортирует по размеру в обратном порядке (от большего к меньшему). head -n 10 — выводит топ-10 самых тяжёлых файлов и папок.
💡 Хочешь искать только среди файлов, без папок? Вот так:
find / -type f -exec du -h {} + 2>/dev/null | sort -rh | head -n 10
📎 Используй с умом: du может долго работать, особенно на больших дисках. Лучше начать с папки вроде /var или /home.
Иногда диск внезапно заполняется, и ты такой: «Кто всё съел?!» Вот простой способ найти самых прожорливых:
du -ah / | sort -rh | head -n 10
🔍 Разбор:
du -ah / — показывает размер всех файлов и директорий, начиная с корня. sort -rh — сортирует по размеру в обратном порядке (от большего к меньшему). head -n 10 — выводит топ-10 самых тяжёлых файлов и папок.
💡 Хочешь искать только среди файлов, без папок? Вот так:
find / -type f -exec du -h {} + 2>/dev/null | sort -rh | head -n 10
📎 Используй с умом: du может долго работать, особенно на больших дисках. Лучше начать с папки вроде /var или /home.
The optimal dimension of the avatar on Telegram is 512px by 512px, and it’s recommended to use PNG format to deliver an unpixelated avatar. Unlimited number of subscribers per channel In handing down the sentence yesterday, deputy judge Peter Hui Shiu-keung of the district court said that even if Ng did not post the messages, he cannot shirk responsibility as the owner and administrator of such a big group for allowing these messages that incite illegal behaviors to exist. Add the logo from your device. Adjust the visible area of your image. Congratulations! Now your Telegram channel has a face Click “Save”.! The group also hosted discussions on committing arson, Judge Hui said, including setting roadblocks on fire, hurling petrol bombs at police stations and teaching people to make such weapons. The conversation linked to arson went on for two to three months, Hui said.
from us