How-To Run Data Crow Server

First create a database location, by creating an empty folder in the filesystem, for example C:\DCdatabase\

Download and unzip the server package. for example in C:\

In dos, run:

C:\dc-server>datacrow-server64bit.exe -userdir:"C:\DCdatabase\" -webserverport:80

You can now login onto your local server on http://127.0.0.1/datacrow/

Username: SA
Password: (blank)

The full manual can be found at http://datacrow.net/manuals/data_crow_client_server_howto.pdf

Relocate iTunes on Windows

To relocate the iTunes Folder on Windows, creating a symlink:

Move the Music/iTunes folder to the drive you want to

Run cmd as Administrator

Run:
mklink /j “c:\users\ramon\music\iTunes” “d:\iTunes”

And replace Ramon and D: to the onces of choice

Bash 4.3 installation for Linux

This guide is for almost every Linux distribution.

Prerequisite is that you have the required build tools installed already.

If not, do the following step:

Debian and Ubuntu users way;

sudo apt-get install build-essential

The Fedora/Red Hat way:

sudo yum groupinstall "Development Tools" "Legacy Software Development"

First step is getting the source package

wget http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz

Next step is compiling and installing it;

tar xf bash-4.3.tar.gz
cd bash-4.3
./configure
make
sudo make install
sh

Microsoft Outlook 2013 Show week numbers in calendar

A hidden feature i was looking for for ages; show the weeknumbers in the calendar. You can show week numbers only in the Month view.

  1. On the File menu, click Options
  2. Click Calendar Options
  3. Show week numbers in the Date Navigator

Microsoft Outlook 2010 Show week numbers

A hidden feature i was looking for for ages; show the weeknumbers in the calendar. You can show week numbers only in the Month view.

  1. On the Tools menu, click Options.
  2. Click Calendar Options.
  3. Show week numbers in the Date Navigator