Difference between revisions of "SUNScholar/Curation"

From Libopedia
Jump to navigation Jump to search
m
Line 8: Line 8:
 
==Software==
 
==Software==
 
*http://www.bitcurator.net
 
*http://www.bitcurator.net
 +
 +
==Enable Anti-Virus Task==
 +
Install the "clamav-daemon" software by typing as follows.
 +
sudo apt-get install clamav-daemon
 +
Open the clamav config file by typing as follows.
 +
sudo nano /etc/clamav/clamd.conf
 +
Copy and paste the following to the bottom of the file
 +
TCPAddr 127.0.0.1
 +
TCPSocket 3310
 +
{{NANO}}
 +
 +
Then restart the clamav daemon by typing as follows.
 +
sudo /etc/init.d/clamav-daemon restart
  
 
==Repository of tasks==
 
==Repository of tasks==
Line 59: Line 72:
 
*https://github.com/richardrodgers/modernize
 
*https://github.com/richardrodgers/modernize
 
*https://github.com/LincolnUniLTL/symploading
 
*https://github.com/LincolnUniLTL/symploading
 
==Anti-Virus Task==
 
Install the "clamav-daemon" software by typing as follows.
 
sudo apt-get install clamav-daemon
 
Open the clamav config file by typing as follows.
 
sudo nano /etc/clamav/clamd.conf
 
Copy and paste the following to the bottom of the file
 
TCPAddr 127.0.0.1
 
TCPSocket 3310
 
{{NANO}}
 
 
Then restart the clamav daemon by typing as follows.
 
sudo /etc/init.d/clamav-daemon restart
 
  
 
==References==
 
==References==

Revision as of 12:13, 2 March 2015

Back to Customisation

Definition

Software

Enable Anti-Virus Task

Install the "clamav-daemon" software by typing as follows.

sudo apt-get install clamav-daemon

Open the clamav config file by typing as follows.

sudo nano /etc/clamav/clamd.conf

Copy and paste the following to the bottom of the file

TCPAddr 127.0.0.1
TCPSocket 3310

NANO Editor Help
CTL+O = Save the file and then press Enter
CTL+X = Exit "nano"
CTL+K = Delete line
CTL+U = Undelete line
CTL+W = Search for %%string%%
CTL+\ = Search for %%string%% and replace with $$string$$
CTL+C = Show line numbers

More info = http://en.wikipedia.org/wiki/Nano_(text_editor)


Then restart the clamav daemon by typing as follows.

sudo /etc/init.d/clamav-daemon restart

Repository of tasks

Other Tools

Migration Tools

From Other system to DSpace

From DSpace to other system

References