Use this recipe to create your own Sweet soy sauce (NL: ketjap saus) and combine it with for example noodles. Ingredients (+/- 800 ml sauce) 150 ml Ketjap Manis – Sweet soy sauce 1 onion 2 cloves of garlic olive oil 1 tablespoon sambal badjak 1 tablespoon soft brown sugar 450 ml + 2×100 ml… Continue reading Recipe: Sweet soy sauce
Connecting to remote SSH-server from within company firewalled network
Problem 1: Often company firewalls/web proxies only allow outgoing traffic to HTTP and HTTPS ports, but you also would like to connect to a remote SSH-server. A trick is to start the remote SSH-server at the port which is normally reserved for HTTPS-traffic. Most of the time it is in this way possible to connect… Continue reading Connecting to remote SSH-server from within company firewalled network
Accessing your files at home from your office
Assume you are at work and you would like to access your files at home in a secure way. There are many ways to accomplish this, for example by remote desktop. In this article I will unveil another approach namely via SSH (Secure SHell) and mounting your remote home-directory at your computer at work. Example… Continue reading Accessing your files at home from your office
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!