MaXi32
MaXi32
This is FQDN entry: `1.2.3.4 server.box.com server` This is not FQDN entry: `1.2.3.4 server.box.com`
I got the following error when running "make sense" make sense cc -static -o strings-static strings.c /usr/bin/ld: cannot find -lc collect2: error: ld returned 1 exit status make: *** [Makefile:72:...
[bug] Need return status code to handle error. Return code always become 0 when syntax is invalid.
I'm writing a custom script for cronjob for maldet. Currently I found out that if return status = 2, the infected is found. Is there any other return status to...