Tags

node.js

  • 2013-01-22

    A quick way to share files from any directory

    Did you ever need a quick way to share files from a directory on your computer?  Or perhaps transfer a large file to another person?  With nodejs and express, you can easily set up a temporary web server that allows users to browse and acce…

  • 2012-12-08

    A quick way to set up an OpenEmbedded feed server

    During development with OpenEmbedded (oe-core, meta-oe, meta-angstrom), I often find it useful to set up a feed server so that packages can quickly be installed on the target system without manually copying them over or building a new image…