Pavel Polyakov's blog

ubuntu

December 16, 2014December 16, 2014 tagged node.js, ubuntu

Installing the latest node.js on Ubuntu

Node.js 0.11 is quite stable to use it on production. On your local machine you, probably, are using the nvm to install node.js versions.
But on the remote server it is not the best idea, because we want to have one node.js and npm installation for all the system users.

How to install it properly?

(more…)

November 17, 2014May 7, 2016 tagged curl, php, ubuntu

Updating php curl on Ubuntu

Sometime it happens, when

1
2
apt-get update
apt-get install php5-curl

is not enough. And you really want to upgrade your curl to the latest possible version.

(more…)

Recent Posts

  • npm tasks debug in WebStorm May 1, 2016
  • Node.js clustered app with autodiscovery. Part 2 – the demo app. January 17, 2016
  • Node.js clustered app with autodiscovery. Part 1 – gathering the blocks. January 17, 2016
  • Node.js remote debug in WebStorm December 5, 2015
  • Installing the latest node.js on Ubuntu December 16, 2014
↑
  • Home
  • About