Skip to content Skip to sidebar Skip to footer
Showing posts with the label Linux

Linux - Websocket Test Error

I am testing on opening websocket and echo. I am trying to run on Linux-based PC and testing with … Read more Linux - Websocket Test Error

Customizing Firefox Console.log (for My Own Prototype)

I'm coding a (free software) application (the MELT monitor, on GNU/Linux/Debian/x86-64) which e… Read more Customizing Firefox Console.log (for My Own Prototype)

Setting Environment Variable With Nodejs

I need to set an environment variable from Node (currently using v8.9.3) Ideally, I would like to r… Read more Setting Environment Variable With Nodejs

Multiple Arguments In Gio.subprocess

I'm developing my first gnome-shell-extension currently. In the extension, I want to execute a … Read more Multiple Arguments In Gio.subprocess

Confusion About Node.js Internal Asynchronous I/o Mechanism

I have learned that node.js use libeio internally to perform async file I/O, with thread pool, on *… Read more Confusion About Node.js Internal Asynchronous I/o Mechanism

Prevent My Node.js App To Be Killed By The Os

I m creating a web tv on a Raspberry Pi Since the RPi will not always be connected to the net, I ne… Read more Prevent My Node.js App To Be Killed By The Os