Install Google Chrome using Winget

Winget is a new addition to Windows 11 and now ships with the most recent release of both 10 and 11. It lets you find, manage and configure application software on your windows install. It also enables you to create bundles to install the same programs while doing a mass install or infrastructure update. This … Read more

Node.js installation for Raspberry Pi…

Node.js is a brilliant platform for creating network applications. It is mainly known for its non-blocking I/O and event driven system. In simple terms, Node.js can easily handle a large number of requests while simultaneously consuming lesser server memory. These are the attributes one should be looking for in a low power server like, you guessed it, Raspberry Pi. Here, you’ll learn how to setup Node.js for Raspberry Pi.

Read more