The nodejs tag has no wiki summary.
3
votes
0answers
23 views
Setting permissions for specific programs to run as guest
How do I set permissions for an HTTP server (nodejs) to run programs in /usr/local/share/npm/ safely?
My use case is to setup my OSX box to run cloud9 and use titanium to build iOS apps for ...
0
votes
2answers
40 views
How to install multiple glibc on fedora
I have a fedora 4 installed on my computer and it has glibc version 2.5.3, but I want to install a software that needs a glibc 2.7+ . On the other hand, I have some programs that need this 2.5.3 ...
0
votes
1answer
63 views
Understand Fd`s and nodejs
I'm having a bit of a confused time understanding what a file descriptor is and if I even need one! I am trying to spawn a process in nodejs and have its out put be written directly to an out put ...