Raspberry Pi: Raspbian – Modify image

In this post you will learn how to make some (tiny) changes in the Raspbian SD card image before writing it on the micro SD card. Assumptions You downloaded a Raspbian image (i.e. 2015-11-21-raspbian-jessie.img) You are using a computer running Ubuntu (or other linux distribution) Mount Raspbian partition You need to mount the Raspbian partition… Continue reading Raspberry Pi: Raspbian – Modify image

Recipe: Curry sauce

Add the curry sauce of this recipe to for example chicken with green beans, rice, and blue cheese. Ingredients (+/- 400 ml sauce) 1 onion 2 cloves of garlic olive oil 4 teaspoons curry powder 1 teaspoon sambal badjak 2 bouillon cubes (Maggi) +/- 7 gram 400 ml semi-skimmed milk 2×100 ml water 2x swabbed… Continue reading Recipe: Curry sauce

Your own Android application!

This article will help you developing your first Android application based on Adobe AIR. All tools are free of charge available. This article is assuming you use (Ubuntu) Linux. Prepare your development environment First download the software development kits (SDKs): Android SDK Adobe Flex SDK Adobe AIR SDK Unpack these SDKs in the directory: /opt/android… Continue reading Your own Android application!

Cisco type 8 and 9 password hashes calculated using Java

In this article I will discuss three types of algorithms used by Cisco to calculate hashes from plain-text passwords, namely: Type 4, Type 5, Type 8 and Type 9. Back in the year 2013, the Type 4 algorithm was proven insecure because of an implementation error. The algorithm does not use PBKDF2 and does not… Continue reading Cisco type 8 and 9 password hashes calculated using Java