Author: robin

0

Thunderbird as client for Microsoft Exchange 2010 server on Linux

Source: http://guzaho.wordpress.com/2011/10/18/thunderbird-as-client-for-microsoft-exchange-2010-server-on-ubuntu-11-10/   A couple of days ago I posted a howto on running Thunderbird on Ubuntu 11.04 (64bit) as a fully functional client for the Microsoft Exchange 2010 server. This is the version for Ubuntu 11.10 (64 bit).Thanks to a link posted by tanstaalf to...

0

How to Map a Domain Name to a Hosting Account

How to Map a Domain Name to a Hosting Account Two most essential things that you need to get started with your own website are a valid domain name and a web hosting account. Domain name with .com, .net, .org...

0

Disable/Enable Foreign Key and Check constraints in SQL Server

(Original article)   At times, there is a need to disable/enable the Foreign keys and the check constraints in the development/qa environment. The need arises from the requirement to have bulk data copy movement done from one environment to the...

0

Boost – Thread pool

Boost Library Boost is a collection of high-quality C++ libraries and works on almost any modern operating system, including UNIX and Windows variants Compiling boost library bjam toolset=msvc-6.0 link=static link=dynamic threading=multi   Features Policy-based thread pool implementation Scheduling policies: fifo,...