Book
- Basic setup of a SOHO server
- SoHo - Software repositories
- SoHo - Alias of loopback interface
- SoHo - IPtables configuration example
- SoHo - Webmin
- SoHo - DNS
- SoHo - VMWare
- SoHo - Windows
- SoHo - OpenVPN
- SoHo - Remote Desktop
- Nameserver on Windows XP forwarding to public DNS with private zones
- SoHO - NTP
- SoHo - SSH
- SoHo - Ubuntu prerequisites
- How to strengthen SSH
- Fixing Nessus complaints
- Java installation on RHEL 4
- Installing vsFTPd on CentOS
- How to setup CA (certificate authority)
- Installation of VIM X11 and archivers on RHEL 4 x86_64
- SoHo - MS & Open-Office
- User management
- CommuniGate Pro
- Backup
- Issue tracking for small groups
- Jabber setup and configuration
- Monitoring & Statistics
- Printing in SOHO
- Faxes in SOHO
- T38 Modem
- PostScript fonts for faxes
- Installing Brother MFU drivers on Ubuntu
- Installing Hylafax client on RHEL4 and Fedora
- Installing Hylafax server on RHEL4
- Installing Hylafax server on Ubuntu
- Integrating Hylafax with CUPS
- Integrating Hylafax with CommuniGate
- Managing Hylafax from Ubuntu client
- Sending and receiving faxes over internet (links)
- How to test faxing
- Drivers for Brother MFUs
- Brand new idea about faxing
- External faxing resources
- Antivirus & Antispam
- External SOHO References
- Supplementary SOHO procedures
Minor Redmine enhancements
in
Rmagick for Gantt charts
Install Rmagick as well for the nice Gantt charts. We use rmagick 1.x as rmagick 2.11 requires ImageMagick 6.3.5+ which is not available in CentOS 5
yum install ImageMagick ImageMagick-devel ruby-devel gem install rmagick -v 1.15.13 –-no-rdoc –-no-ri
Additional options are required to avoid makefile tests as they fail on CentOS.
Make sure the arial font exists at /usr/share/fonts/default/TrueType/arial.ttf. If not, extract the truetype-windows-fonts.tar.bz2 tarball into /usr/share/fonts/default/TrueType. Additionally, you can reindex font cache
fc-cache -fv
SVN links
Patch application_helper.patch adds more link patterns for issue comments and commit log messages:
bug 52 -> Link to issue #52 issue# 52 -> Link to issue #52 commit 52 -> Link to revision 52 checkin 52 -> Link to revision 52 an attachment (id=52) -> Link to the attachment 52 of the current object
Backups
Redmine backups should include:
- data (stored in your redmine database)
- attachments (stored in the files directory of your Redmine install)
Sample script:
stamp=`date +%y_%m_%d` mysqldump -uuser -ppass database | gzip > /path/to/backup/redmine-$stamp-db.gz tar cvzf /path/to/backup/redmine-$stamp-files.gz /path/to/redmine/files
Logs
Move redmine logs to standard Linux location
mv /var/www/redmine/log /var/log/redmine ln -s /var/log/redmine /var/www/redmine/log /etc/init.d/httpd restart
Attachments
truetype-windows-fonts.tar.bz2 52.53 MB

Comments
Post new comment