
Linux calendar from the terminal
Linux calendar from the terminal Linux calendar function is a neat and useful little tool. Getting the calendar directly in the terminal, if you need to, while…

Command line weather report in linux and OS X
Command line weather report in linux and OS X If you are on a Mac with OS X or using a Linux computer you can request a…

Apt-get install asks for CD
Apt-get install asks for missing CD If you are using apt-get install you have a Debian based linux distro. After a fresh and clean install of you…

Debian Debootstrap Error
Debian Debootstrap Error Debian Debootstrap Error was the message i got while installing Debian 8 on my HP Proliant DL380 G7. Trying several times, and failing with…

change font size in Xcode dynamically
Change font size in Xcode dynamically A short description on how to change font size dynamically. Without having to enter Xcode settings and change font size there….

ZEEF – the top lists of information
ZEEF THE NEW GOOGLE ZEEF is like the new google for me lately. There is like human driven databases of information about almost anything. I’ll give you…

Extract IP from ssh log file
Extract IP from ssh log Extract IP from ssh log file, shown on a Debian system. Every day I see brute force attempts on my ssh, from…

Swift loops – Basic looping in swift
Swift loops Some basic introduction to Swift loops. Swift Loops: For loop For loops are the same as the traditional C loops. If you have experience from…

Swift Array – basic introduction
Swift array Swift Array An array in Swift, and any other programming language who support arrays, is a list of data. Those data can be any datatype….