It’s not cool to not know what you’re talking about
(Barrack Obama)
Posts tagged "linux"
Installing Linux Malware Detect

Installing Linux Malware Detect

Linux Malware Detect (LMD) is a malware scanner for Linux released under the GNU GPLv2 license, that is designed around the threats faced in shared hosted environments. It uses threat data from network edge intrusion detection systems to extract malware that is actively being used in attacks and generates signatures for detection. In addition, threat...
Display Files At Any Given Size (GB/MB/Kb/bytes) in Linux

Display Files At Any Given Size (GB/MB/Kb/bytes) in Linux

We often encounter a situation where we need to find huge files in Linux. These files can be log files or some other kind of data file. In such scenarios, we need to search files by size. For this, we can easily use the find command in Linux. The find command in Linux provides an easy way to search...