Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Thank you for the best tutorial I have ever read. It has made my job so much easier.
Just had one question:- I am getting the following warnings which I know are false positive but unable to resolve them even after changing the config file.
Warning: The following processes are using deleted files: Process: /usr/sbin/mysqld PID: 1177 File: /tmp/ibMJVEav Process: /usr/lib/apache2/mpm-prefork/apache2 PID: 1951 File: /run/apache2/ssl_mutex Process: /usr/lib/apache2/mpm-prefork/apache2 PID: 1968 File: /run/apache2/ssl_mutex Process: /usr/lib/apache2/mpm-prefork/apache2 PID: 1993 File: /run/apache2/ssl_mutex Process: /usr/lib/apache2/mpm-prefork/apache2 PID: 2020 File: /run/apache2/ssl_mutex Process: /usr/lib/apache2/mpm-prefork/apache2 PID: 2023 File: /run/apache2/ssl_mutex Process: /usr/lib/apache2/mpm-prefork/apache2 PID: 2025 File: /run/apache2/ssl_mutex Process: /usr/lib/apache2/mpm-prefork/apache2 PID: 2026 File: /run/apache2/ssl_mutex
Config File settings are :- ALLOWPROCDELFILE=/usr/sbin/mysqld:/tmp/ib* ALLOWPROCDELFILE=/sbin/init:/var/log/upstart/dbus* ALLOWPROCDELFILE=“/usr/lib/apache2/mpm-prefork/apache2:/var/run/apache2/ssl_mutex”
Yes very good tutorial thanks.
I also receive the ‘deleted files’ error for apache and mysql
Process: /usr/sbin/mysqld PID: 1207 File: /tmp/ibFoy0qD
Process: /usr/sbin/apache2 PID: 1375 File: /tmp/.ZendSem.jzYtJm
Any further insights into these kind of warnings would be helpful , is it save practice to disable the looking for deleted files?
root@www:~/rkhunter-1.4.2# apt-get install binutils libreadline5 libruby1.8 ruby ruby1.8 ssl-cert unhide.rb mailutils
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package ruby1.8 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
ruby
E: Unable to locate package libruby1.8 E: Couldn’t find any package by regex ‘libruby1.8’ E: Package ‘ruby1.8’ has no installation candidate
Running the
sudo rkhunter --versioncheck
[ Rootkit Hunter version 1.4.0 ]
Checking rkhunter version… This version : 1.4.0 Latest version: 1.4.2 Update available
The --update would update the database, I am wondering if manually removing old and adding the latest will improve anything. I haven’t had any new updates show up in awhile.
Great article, thanks! Just for info, download link at time of writing is http://sourceforge.net/projects/rkhunter/files/rkhunter/1.4.2/rkhunter-1.4.2.tar.gz/download
This comment has been deleted
This comment has been deleted
yum update -y 2 cd /usr/local/src 3 wget http://downloads.sourceforge.net/project/rkhunter/rkhunter/1.4.2/rkhunter-1.4.2.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Frkhunter%2F&ts=1436462452&use_mirror=iweb 4 tar -zxvf rkhunter-1.4.2.tar.gz 5 cd rkhunter-1.4.2 6 ./installer.sh --layout default --install 7 rm -Rf /usr/local/src/rkhunter*