How to find biggest subfolder
This little command will give you list of folders, sorted by their size: du -sk * | sort -nr | more
Continue reading »Notes from the Expert
This little command will give you list of folders, sorted by their size: du -sk * | sort -nr | more
Continue reading »I personally suggest using first option, other are more and more “hardcore”. Also I would not suggest doing this under high CPU load or high […]
Continue reading »Very often, when website is hacked – we do clean it for customer, because we do not want to have hacked content on our servers. […]
Continue reading »Finding files, uploaded and left by hackers, as well as files, which they have modified, is a complex event. It might be enough with one […]
Continue reading »Sometimes, e.g. when your partition gets full during update or other server hangs during update your RPM database might get corrupted and updates with yum […]
Continue reading »