Written by Philipp on 2011-01-23
setup your public SSH key to another UNIX Host
Security . SnippetsNormally you would prefer to use your public ssh key for login into a remote linux machine. I created a script to perform the basic steps for inserting your public key into the hosts authorized_keys files. The script looks like this: #!/bin/bash HOST=$1; echo “>> setup your ssh keys for $HOST” echo “” echo “>>
Written by Philipp on 2011-01-23
Show Build-Information in your iOS App About Panel
Build . iOSSometimes it might be useful to have an exact piece of information about what version of an app you have currently running. Especially if you have a decent Testing-Group, it is important to track the versions in which a bug appears. The goal of this post is to achieve a info panel like this in