Browsing all 37 posts in Tutorials.

67

Tutorial: Redmine with Git and Gitosis on Ubuntu 11.04

Tutorial: Redmine with Git and Gitosis on Ubuntu 11.04

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)

0

PolarSSL for iOS (iPhone, iPad and iPod Touch)

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 [...]

1

Update: OpenSSL 1.0.0d Libraries for iPhone iPod Touch iPad

OpenSSL 1.0.0d is released and i updated the OpenSSL-Libraries for iPhone/iPod Touch. You can get it at http://github.com/x2on/OpenSSL-for-iPhone

50

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

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 [...]

0

GnuTLS for iOS (iPhone and iPad)

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 [...]

4

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

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

0

Update: OpenSSL 1.0.0c Libraries for iPhone iPod Touch iPad

OpenSSL 1.0.0c is released and i updated the OpenSSL-Libraries for iPhone/iPod Touch. I also did some GUI-Improvements for easier understanding. You can get it at http://github.com/x2on/OpenSSL-for-iPhone

24

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

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

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 [...]

0

Build Git from source on Ubuntu

Snippet for building Git from source on Ubuntu Linux:

16

Tutorial: iPhone App with compiled OpenSSL 1.0.0a Library

This is a tutorial for using self-compiled builds of the OpenSSL-library on the iPhone. 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 [...]