Get JIRA for 10$ only

Probably most of modern IT-related people know Atlassian JIRA - issue and project tracking system. Maybe many of you know other popular tracking system like Bugzilla, GNATS, and many many others. Personally, I like JIRA last but not least because I worked many years with it and I’m impressed with a simplicity of the workflows it offers. However, this is not one post that should bring JIRA near to you. But if you know that you need it, now is best time to get it, because Atlassian started their “Get Started” Price, which now allows you to by full functional JIRA for only 10$ for ever - even with one year support....

May 25, 2010 · 2 min · Alexander Holbreich

The Queen and 11 Presidents!

Queen Elizabeth II head of the Commonwealth and daughter of George VI. She was born on 21 April 1926 and have seen lot of politics and historical acts in her life, because now she is 84! As her father dies in 1952, she become the Queen regnant an met 11 Presidents of United States till now:

March 7, 2010 · 1 min · Alexander Holbreich

How to send E-Mails with Exim installed on Linux

Today I’ll show, how to configure email sending with your Debian Linux. The ability to send mails is a very useful feature for every long-running server machine, it’s an easy and common way to notify the administrator in case of any problems. Here are configuration steps for mail-sending with Exim and Google Mail account (Google Apps accounts work the same way too). first of all, we need to have Exim running....

February 14, 2010 · 2 min · Alexander Holbreich

How to do SSH tunnels

SSH (Secure Shell) allows simple establishment of an encrypted and authenticated connection between computers. In this article I will focus on establishing SSH tunnels without using a password by using asynchronous key pair. This approach is especially very useful in machine-to-machine communication. The idea grounds on asymmetric cryptography, that describes a concept of a key -pair of a private and public keys. In this article it’s sufficient to know, that:...

February 8, 2010 · 3 min · Alexander Holbreich

JBoss 5 GA on Debian linux

This short tutorial describes how to configure JBoss Application Server (Jboss GA 5.1.0) on a Debian Linux (Debian GNU/Linux 5.x “Lenny”). The article starts with the installation of Java JDK and continues with JBoss installation and basic configuration according to standard file system hierarchy. Also init.d. scripts configuration is given here. Installing Java SDK Nowadays installing Java environment on Debian is an easy task. I’ve used JDK 1.6. Don’t confound JDK with JRE, because bare Java Runtime Environment is not enough for running JBoss....

January 29, 2010 · 6 min · Alexander Holbreich

Software RAID on Debian Linux

Today i will share some thought on software RAID under linux with you. Sometimes you need to store data relative save and high available. That is where RAID solutions come in to play. Especially RAID 1 (mirroring) based solutions provide better availability of your data. But don’t forget to use backups anyway :) Some days ago i installed RAID 1 on Debian Lenny (amd64 arch) without any troubles for now. <UPD Dez 2015: Here missing reference to initial tutorial from Jerry> The Partitions used in the RAID /dev/md0/ should both enable boot flag if you want to boot from RAID....

January 11, 2010 · 6 min · Alexander Holbreich

Unpacking archives with tar, gzip, bzip2, z

Sometimes there is a need to extract some files on the Linux console. Below you’ll find a list of the most common methods for that. tar Tar archives are the most common way of distributing bundles of files under Linux or UNIX. The .tar file represents a bundle of files packaged with GNU tar program. To extract such files use: tar xf somearchive.tar tar xvf somearchive.tar Provide option f if you want to extract the content of files....

February 1, 2009 · 4 min · Alexander Holbreich

How to duplicate magento installation

In this article I explain how to create a copy of the running Magento online shop system. One of the purposes of having duplicates is e.g. the need of the separation of the developing an test environment. Tests are very important. Especially in Magento ;) Many people do official Magento upgrades on productive environments and suffer from it. You don’t need to do so, use always test environment first! So the copy process of Magento shop has following main steps...

January 29, 2009 · 4 min · Alexander Holbreich

My Pagerank is back!

My google page-rank is back today. Some days ago I moved that blog to the new domain (alexander.holbreich.org). I’ve placed a .htaccess redirect Rewrite Rule ^(.*)$ http://alexander.holbreich.org/$1 [R=301,L] to the old domain to preserve some humble SEO result of this page. But for some weeks new Blog had no page-rank. Now he is here and the effect of Permanent redirect on google is proved!

January 14, 2009 · 1 min · Alexander Holbreich

Folder Monitr a Flickr Upload tool

Folder Monitr allows automatically upload of Pictures to the Flickr. This tool is very useful to me because it can work automatically in the background and therefore reduce one manual step in my picture processing. So basically i can now use only Lightroom end export my developed pictures to the “watched” folder and they will automatically upload to flickr in the background. All tags are taken and even Set can be specified by subfoldering, which is also cool....

January 10, 2009 · 1 min · Alexander Holbreich