King Foo

King Foo

You are in:

Home > Blog > Archive by category 'Linux'

Blog

  1. Creating Debian/Ubuntu .deb packages

    Posted by
    / / Leave a comment
    In this post, I will show you how to create a .deb package from some binary files. Step 1: Create the directories Create a directory for your package. Also, create a directory DEBIAN. Step 2: Copy files into your package You can copy the files into your package with the...
  2. Catch Firebird events with Node.js

    Posted by
    / / 4 Comments
    In this post, I’ll try to explain how you can use Node.js to catch events on Firebird. Although Microsoft announced last week to contribute resources towards porting Node to Windows, it currently does not run out of the box on Windows. You can try to run it with Cygwin. In...