Lunatic - lunatic.no - Håkon Nessjøen
General Information:
Latest News:
Uzebox – AVR Gaming console 20 Aug 2013 | 12:44 am
So lately, in my vacation time, I have been fiddling with Uzebox. It’s a game console from just a ATMega644 mcu and a AD725 (RGB-to-NTSC converter) chip. Thats the whole idea. The RGB signal is create...
RouterOS API library for C 23 Dec 2012 | 03:27 am
Sometimes I get these ideas in my head that I just have to write out. librouteros is one of those. If you need to check data or do periodic updates, or similar stuff to a RouterOS device from a script...
Following status of a file or command 7 Dec 2011 | 12:39 pm
A command most people know about in POSIX systems, is “tail”. A command showing you the ‘tail’(in most cases, the last lines) of a file or pipe. Or with the option -f, it actually monitors your files,...
DMX Light control system 19 Nov 2011 | 12:53 pm
Every year, I team up with raider.no to arrange a party in Hurdalen, or around the Oslo area. And one of the things that is important for us (especially me and William), is to create a cool opening sh...
Variable initialization in C 13 Nov 2011 | 06:46 pm
I’m feel that I am starting to get the hold of C programming. But every now and then, I get these “ahaaa” moments, that I am a bit embarrassed about. One of these “aha”‘s I experienced today is how/wh...
X applications and Socks proxy via SSH 12 Nov 2011 | 10:29 am
I have often been very thankful of people who blog/share about things they find out on their own, and want to help others find it out quicker, or just to make little known, but awesome, features more ...
MAC-address based Telnet server in Linux 26 Dec 2010 | 01:40 pm
My previous post was about RouterOS Mac-Telnet application for Linux users where I talked about the MAC-Telnet client I created for Linux users. Since then, I have both started porting it to OS X and ...
RouterOS Mac-Telnet application for Linux users 1 Oct 2010 | 10:28 pm
Earlier, I wrote about a Wireshark plugin for dissecting Mac-Telnet packets. Now I have created an open source application for connecting to a RouterOS router via its MAC address from Linux without ha...
Simple ORM php-library for mySQL 24 Aug 2010 | 05:51 am
I have been using Akelos both for professional and personal uses for a long time now. But sometimes I only need the ORM part of Akelos, and not the whole MVC shebang. So for a while ago, I made a ~40 ...
Dissecting Mikrotiks Mac-Telnet packets 22 Jun 2010 | 07:11 am
I was searching on the Internet if there were any MAC-Telnet clients for linux/posix, since using terminal.exe in wine is problematic sometimes, as wine gives it access to only one of the NICs in your...