How-to install Bash 4.1 in Linux

Aside

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.1.tar.gz

Next step is compiling and installing it;

tar xf bash-4.1.tar.gz
cd bash-4.1*
./configure
make
sudo make install

CodeIgniter 1.7

Aside

I`ve decided to go with CodeIgniter as PHP Model-View-Controller framework.
To learn the basics of this open source framework I`ve chosen for the CodeIgniter 1.7 book by Packt Publishing.

The book describes how to start with CodeIgniter beginning with the installation. The first steps followed by connecting databases, creating HTML pages and forms, using sessions and add security etcetera. The final chapters include more advanced features like dynamic information and uploads.

My review of this book will be online somewhere in january.

A sample chapter, which describes the basics of MVC and CodeIngiter can be found here.

More information about the book and and a link to buy it can be found here.

Outlook 2007 backup emails

Aside

This guide shows you how to make a proper Outlook 2007 email archive backup.

  1. Close Outlook and wait 10 seconds
  2. Run: C:\Program Files\Microsoft Office\Office12\scanpst.exe
  3. Open the file in  “C:\Users\<username>\AppData\Local\Microsoft\Outlook”
  4. In case you have multiple files in the directory do step 2 and 3 several times
  5. Copy the files from “C:\Users\<username>\AppData\Local\Microsoft\Outlook” to the backup location

To open the backups, just open the .pst files you copied earlier.