Decode a famous website

Many news medien encode their paid text, but some of them has very simple encode mechanism. 😀 I wrote the following code to decode a famous webseite.  Just copy following codes in the console, then, you will see the text.…

The easiest way to update nodejs and npm

Linux: sudo npm cache clean -f sudo npm install -g n sudo n stable Windows: Methode 1: 1. Dowload and install the latest version of node.js 2. go the directory: C:\Program Files\nodejs npm install -g npm@latest Methode 2: 1. install…