Autostart resque for Gitlab on CentOS 6.2 with RVM installed

In my previous blog post I described how to install Gitlab on a CentOS 6.2 machine. The Resque demon did not start automatically, so I thought I’ll create a little startup script for the resque.sh in the /var/www/gitlabhq directory, so it would autostart. As it turned out, it was harder than expected, because I use RVM. I assume, that you use the installation script I linked in my last blog post to install gitlab, otherwise the following steps could be different for you…. Here are the necessary steps to get it working:

Weiterlesen

Installing Gitlab on CentOS 6.2

I had a hard time installing Gitlab on a CentOS 6.2 machine and I tried several tutorials. I was lucky and I found an awesome installation script by Mattias Ohlsson which installs Ruby, Gitlab, Gitoline and Apache with the Passenger Module. On my machine I was not able to create new repositories with Gitlab.

The solution for the problem was, that the ‚git‘ user had to be added to the AllowedUsers in /etc/ssh/sshd_config .

Linuxtag 2010

Ich bin nun gerade vom Linuxtag 2010 aus Berlin zurückgekehrt und fand die Veranstaltung durch und durch gelungen. Laut Veranstaltern kamen ca. 11.600 Teilnehmer, welche ca. 300 Vorträge ansehen konnten. Ich persönlich finde, dass die Qualität der Vorträge fast durchgehend sehr gut war. Einziges Problem ist meiner Meinung nach, dass der Großteil der Sprecher nur 30 Minuten Redezeit hatten und deshalb konnten die meisten Themen nur an der Oberfläche kratzen. Eine der wenigen Ausnahmen war der Vortrag über Apache Hadoop, welcher vergleichsweise technisch gestaltet war, jedoch eine sehr hohe Qualität hatte. Hier noch eine kleine Zusammenfassung von ein paar ausgewählten von mir gesehenen Vorträgen. Ich führe hier aber nur die Highlights für mich auf, da manche Vorträge in meinen Augen informativer waren als andere.

Weiterlesen

Secure the Ntop Webinterface

By default only a few areas of the ntop webinterface have restricted access. To secure the whole ntop webinterface follow these instructions:

  1. Navigate to „Admin -> Configure -> Protect URLs“.
  2. Click „Add URL“.
  3. Leave the field empty and klick „Add URL“

Now your whole webinterface of ntop is secured and only your defined users have access to the webinterface.