• Tutorials

    Tutorial: Redmine with Git and Gitosis on Ubuntu 11.04

    by  • April 23, 2011 • Linux, Server, Tutorials, Web • 69 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 →

    PolarSSL for iOS (iPhone, iPad and iPod Touch)

    by  • April 8, 2011 • Encryption, iOS, iPad, iPhone, Programming, Software, Tutorials • 0 Comments

    This is a tutorial for using self-compiled builds of the PolarSSL-library for iOS. PolarSSL is a light-weight open source cryptographic and SSL/TLS library written in C. You can build apps with XCode and the official SDK from Apple with this. I also made a small example-app for using the libraries with XCode and the...

    Read more →

    libssh2 for iOS (iPhone and iPad) – Example app with SSH connection

    by  • February 2, 2011 • Encryption, iOS, iPad, iPhone, Software, Tutorials • 61 Comments

    This is a tutorial for using self-compiled builds of the libssh2-library for iOS. You can build apps with XCode and the official SDK from Apple with this. I also made a small example-app for using the libraries with XCode and the iPhone/iPhone-Simulator. You can also download the precompiled libssh2-library (1.2.7). You can get the...

    Read more →

    GnuTLS for iOS (iPhone and iPad)

    by  • February 1, 2011 • Encryption, iOS, iPad, iPhone, Programming, Software, Tutorials • 0 Comments

    This is a tutorial for using self-compiled builds of the GnuTLS-library for iOS. You can build apps with XCode and the official SDK from Apple with this. I also made a small example-app for using the libraries with XCode and the iPhone/iPhone-Simulator. You can also download the precompiled GnuTLS-library (2.10.4). Enjoy GnuTLS on the...

    Read more →

    Tutorial: Script for building OpenSSL for iOS (iPhone/iPad)

    by  • December 16, 2010 • Certificates, Encryption, iOS, iPad, iPhone, News, Programming, Projects, Software, Tutorials • 7 Comments

    Related to my posts http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/ and http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/ i created a buildscript for building OpenSSL for iOS (iPhone/iPad). You can get it here: https://github.com/x2on/OpenSSL-for-iPhone/blob/master/build-libssl.sh

    Read more →

    Tutorial: Redmine with SVN, Git and Gitosis on Ubuntu 8.04

    by  • October 30, 2010 • Linux, Server, Tutorials • 24 Comments

    This is a tutorial for installing redmine on Ubuntu 8.04 with SVN and Git integration (managed by Gitosis and a redmine gitosis plugin). UPDATE #1 – 2011-04-23: New Tutorial for Redmine with Git and Gitosis on Ubuntu 11.04:http://www.x2on.de/2011/04/23/tutorial-redmine-with-git-and-gitosis-on-ubuntu-11-04/ 1. Install redmine Get recent trunk version from github (currently 1.02) apt-get install git-core mkdir /var/www...

    Read more →