Server Configurations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 4: | Line 4: | ||
= Wormhole = | = Wormhole = | ||
* clamav installation<br/> | |||
** Copy [http://www.slackware.com/~alien/slackbuilds/clamav/pkg/13.37/ clamav] package to /boot/extras | |||
** Copy [http://ftp.gtlib.gatech.edu/pub/slackware/slackware-13.1/slackware/d/ libtool] package to /boot/extras | |||
** Install packages manually with installpkg or reboot | |||
** Configure (to be automated with /boot/config/go script | |||
*** bash: mkdir /usr/share/clamav | |||
*** bash: freshclam | |||
*** bash: /etc/rc.d/rc.clamav start | |||
** TODO: setup cron to run freshclam periodically | |||
= Librarian = | = Librarian = | ||
Revision as of 14:00, 28 February 2014
Doctor
- Added 16GB ram
- Added NFS link to Librarian for ISO access following instructions from here
Wormhole
- clamav installation
- Copy clamav package to /boot/extras
- Copy libtool package to /boot/extras
- Install packages manually with installpkg or reboot
- Configure (to be automated with /boot/config/go script
- bash: mkdir /usr/share/clamav
- bash: freshclam
- bash: /etc/rc.d/rc.clamav start
- TODO: setup cron to run freshclam periodically
Librarian
Orb
- Disable DS_Store files on network shares
defaults write com.apple.desktopservices DSDontWriteNetworkStores true