• Web

    Tutorial: Redmine with Git and Gitosis on Ubuntu 11.04

    by  • April 23, 2011 • Linux, Server, Tutorials, Web • 67 Comments

    This is a tutorial for installing redmine on Ubuntu 11.04 with Git integration, managed by Gitosis and a redmine gitosis plugin. It’s based on my last tutorial about installing redmine ob Ubuntu 8.04: http://www.x2on.de/2010/10/30/tutorial-redmine-with-svn-git-and-gitosis-on-ubuntu-8-04/ 1. Install redmine Get recent version from github (currently 1.1.3)

    Read more →

    WordPress Revisionen löschen

    by  • February 1, 2009 • Tutorials, Web • 2 Comments

    Im Laufe der Zeit füllt sich die Datenbank von WordPress mit zahlreichen Einträgen von alten Revisionen. Um diese zu löschen reicht ein kleiner SQL Befehl (z.B. über phpMyAdmin): SELECT * FROM `wp_posts` WHERE `post_type` = 'revision'; Dann kann man alle Einträge auswählen und löschen. Man sollte aber unbedingt vorher ein Backup seiner Datenbank anlegen.

    Read more →