In light of the recent XSS security flaw here are some tips and tricks for Wordpress security.
...Getting started with Owncloud Server 8 on Webcore Cloud
Feb. 13, 2015 in Latest News, Tutorials .
ownCloud Server 8 is here. This new release brings improved sharing and collaboration between clouds and introduces faster ways of getting at your files with favorites and improved search.
We have an ownCloud server package available and here are a few simple steps to get up and running and start sharing files.
...It's been a tough few years for Irish SMEs and it's time we gave a little back.
To help Irish businesses get online we are offering Free Website Hosting to any Irish Business Startup for 2015.
No need to worry about the hassle of migration either, we will help you migrate your current website for ...
Install PostgreSQL 9.4 on Centos 6.x with PgAdmin3
Feb. 3, 2015 in Tutorials .
Introduction
PostgreSQL is an Open Source, High Perfomance, object-relational database system (ORDBMS). It is feature rich, with many more functionalities than other systems such as MySQL.
There is a great in-depth article available here, which explains the many benefits of using PostgreSQL.
PostgreSQL-9.4 has just been released, and in this tutorial we will install ...
How to install php-mcrypt on CentOS 6
Jan. 23, 2015 in Tutorials .
After installing tools like phpMyAdmin on CentOS 6, you see the following warning:
The mcrypt extension is missing. Please check your PHP configuration
Here's a quick guide to fix it.
You will need EPEL repo to install php-mcrypt:
yum -y install http://mirror.us.leaseweb.net/epel/6/x86_64/epel-release-6-7.noarch.rpm
yum -y install ...