Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Redmine Cookbook

You're reading from   Redmine Cookbook Over 80 hands-on recipes to improve your skills in project management, team management, process improvement, and Redmine administration

Arrow left icon
Product type Paperback
Published in Feb 2016
Publisher Packt
ISBN-13 9781785286131
Length 322 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Aleksandar Pavic Aleksandar Pavic
Author Profile Icon Aleksandar Pavic
Aleksandar Pavic
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Installing and Running Redmine 2. Customizing Redmine FREE CHAPTER 3. Project Management with Redmine 4. Improving Team Performance 5. Regular and Planned Maintenance 6. Performance and System Tuning 7. Integrating Redmine with Other Software 8. Getting the Most Out of Scripts and Plugins 9. Troubleshooting 10. Making the Most of Redmine Index

Checking the data dirs for possible malware


As Redmine allows users to upload any kind of attachment to issues, documents, and files, it is possible that some users will upload a file infected with a computer virus, or malicious code inside a Word macro document. This recipe will show you a few tricks to avoid such an unwanted scenario.

Getting ready

The first thing that we need to do is to install an open source antivirus called clamav.

Linux machines

To install clamav on Linux, perform the following steps:

  1. Install antivirus components by typing the following on Ubuntu:

    apt-get install clamav
    
  2. Schedule an antivirus database update by typing the following:

    crontab –e
    
  3. Add the following content:

    05 00 * * * freshclam
    

Windows users

To install clamav on Windows, perform the following steps:

  1. Download the executable file from http://sourceforge.net/projects/clamav/files/latest/download

  2. Install to a certain directory C:\clam.

  3. Add the directory to the system PATH variable by navigating to My Computer | Properties...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image