Redmine is one of the most commonly used project management tool. Since it is on RoR, it is assumed to be very stable and reliable. Here I am installing Redmine on a CentOS 7 Server, with Apache as the web server.This is the basic procedure.Install Web server Install Ruby and RubyGems Install Passenger Setup redmineInstall WebServer Most of the steps … [Read more...] about How to install redmine in CentOS7
Tutorials
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home2/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
Software Raid on a Windows Server
Most of the servers in our data center run on CentOS. As Linux admins know, software raid (Raid-z, ZFS etc) in Linux has far surpassed hardware raid in terms of feature set, reliability, and functionality. However, several of our server admins prefer running CentOS and WHM inside virtual private servers (VPS) on a box running Windows Server because that's the OS they are most … [Read more...] about Software Raid on a Windows Server
How to configure SSL to work with Varnish Cache
Varnish cache is a super caching application which will cache your website pages and images in RAM and deliver it directly to the visitors, thereby speeding up the web site.The major drawback of Varnish Cache is that you will not be able to run secure pages with Varnish Cache … [Read more...] about How to configure SSL to work with Varnish Cache
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home2/cptech/public_html/wp-content/themes/genesis/lib/functions/image.php on line 116
How to install PHP7 using Yum
This guide will help you to upgrade php in your server from php 5.x to 7.0. The new php7 is quite fast, and have very less memory footprint compared to php5.x … [Read more...] about How to install PHP7 using Yum
Using Desktop Drives vs NAS Drives vs Enterprise Drives In A RAID Server
Desktop drives are significantly less expensive than NAS Drives or Enterprise. Can they be used when building a budget RAID array? They can, however it's important to understand how desktop drives will increase required maintenance, downtime, expense, and risk of data loss. The biggest difference between desktop drives vs NAS drives or Enterprise drives is in how they … [Read more...] about Using Desktop Drives vs NAS Drives vs Enterprise Drives In A RAID Server