Dit artikel zal ingaan op enkele gouden regels die in de beleggingswereld worden toegepast. Belasting Zelf ben ik rond 1997 geïnteresseerd geraakt in beleggen. In die tijd gold in Nederland een belastingstelsel waarbij het liquide vermogen onbelast was (spaargeld) maar dat een rente van boven de 1000 gulden wel werd belast. Toen waren hoge rentes… Continue reading Gouden regels voor beleggen
Linux: Create a swap file
Running out of physical memory? Learn here how to create a swap file on linux. Baseline First check the baseline. It is possible that you have some swap already, like a swap partition (a dedicated disk partition only used for swap) or a swap file, like we are creating in this tutorial. Use the command:… Continue reading Linux: Create a swap file
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
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!