2013-12-29
2013-07-10
Subversion issue with luci on Ubuntu 13.04
luci trunk couldn't be checked out with subversion on Ubuntu 13.04.
Using git with https client certificate
How to clone a git repository over client certificate authenticated https protocol.
This guide sets the local git configuration instead of the global one.
This guide sets the local git configuration instead of the global one.
2013-06-28
2013-06-21
Using UCI on Ubuntu
The following HOWTO introduces the building of UCI (Unified Configuration Interface) on Ubuntu.
2013-03-21
MCoA dissector in Wireshark
I have added MCoA support to Wireshark. I have patched the latest stable version (1.8.6) of Wireshark, and I have tested it on Ubuntu Linux.
2012-08-23
A short note about rtnl IPv6 address configuration
I had a problem with RTNetlink (rtnl) address configuration on Linux. The effect of the NEWADDR command was realized only a few seconds later than the rtnl_talk() returned. Here is why...
2012-08-15
Serial terminal interface for Unix/Linux systems
I have used serial terminal interfaces for communication for a while. For message generation and parsing I have used the previously introduced sercomm solution. For testing on Linux systems, I have used the following stuff.
2012-08-10
Serial communication v0.4
I have used serial message generating and parsing solutions for a while. I implemented it on many ways before, but a few years ago I have written an universal one.
My colleagues and I have used this stuff in many projects. It works on Linux and in embedded systems (i.e., ATMEGA8).
My colleagues and I have used this stuff in many projects. It works on Linux and in embedded systems (i.e., ATMEGA8).
2012-07-18
Message corruption with hao and route2 XFRM rules [SOLVED]
I had some serious problems with destination option XFRM processing on newer Linux kernels (3.3 and 3.4). The sent Binding Update (BU) message was corrupt, because the Destination Option header overwrote the beginning of the MH part.