visual-studio-2013,nuget,assembly-references,packages.config
I manually went and removed all references that had the yellow mark next to them and then added them back one by one. This way, they started showing up in packages.config too. I think the reason they weren't showing in packages.config previously was because I turned on the [Restore nuget...
node.js,ubuntu,ssh,packages.config
You can use the program nohup to accomplish this. It is most likely already installed on your Ubuntu distribution, it was on my 12.04 install. nohup node test.js & This command kicks off node test.js. Output will be streamed to nohup.out so you can view what is has been doing...