# jpsays ## Posts - [NodeJS on the Raspberry Pi](https://jpsays.com/nodejs-on-raspberry-pi/):  Open-source platform NodeJS enables JavaScript execution outside of a web browser. The use of server-side scripting and command-line tools to power dynamic web sites has swiftly gained popularity among developers. It is a powerful runtime with high throughput capabilities because of its event-driven architecture. It also makes use of the rapid V8 JavaScript engine, which was primarily created for the Chrome web browser.   With your Raspberry Pi, installing the NodeJS runtime is simple and only requires a few instructions. You will also install NPM on your Raspberry Pi in addition to NodeJS. You’ll be able to install more modules […] - [Best Virtual Keyboard for Raspberry Pi](https://jpsays.com/best-virtual-keyboard-for-raspberry-pi/): Software that simulates a physical keyboard is known as a virtual keyboard.Hence, if you have a touchscreen, you may mimic a genuine keyboard by just pressing the keys.If your Raspberry Pi industrial PLC has a desktop operating system but you don’t have a physical keyboard, you can click on the keys to mimic a genuine keyboard.  Onboard Keyboard Use following shell commands to install onboard virtual keyboard : sudo apt update sudo apt full-upgrade -y sudo apt install onboard   Once installation is complete, you can access this keyboard from MENU > Universal Access. There are multiple options available so […] - [Kodi Matrix on Raspberry Pi](https://jpsays.com/kodi-matrix-on-raspberry-pi/):  Kodi is one of the most popular media content manager or Home Theatre System. It is widely compatible with Android, iOS, Windows, Linux and Single Boards Computers like Raspberry Pi. Today we’ll learn how to install Kodi on Raspberry Pi. There are different ways to get it working on your Raspberry Pi. You can install Kodi dedicated OS on Raspberry Pi such as: 1. LibreElec – The Most Lightweight Kodi based OS 2. OSMC – Always updated with Latest Kodi Versions.  3. XBMC – Customized OS for Kodi 4. RaspEx – Same as XBMC, with more features. And there are […] - [The Easiest Way: Watch Netflix, Amazon Prime, Hotstar, Voot, SonyLIV on Raspberry Pi](https://jpsays.com/the-easiest-way-watch-netflix-amazon/):  If you are using Raspbian OS Desktop version, you must have seen that various streaming sites like Netflix, Hotstar, Amazon Prime, Spotify etc are not working. Just use the following commands as it is : 1. sudo apt update 2. sudo apt full-upgrade -y 3. sudo apt install chromium-browser -y 4. sudo apt install libwidevinecdm0 5. sudo reboot now. That’s it. Now enjoy any streaming website in chromium browser installed. - [Default Username and Password for Raspberry Pi OS, Raspbian OS and other Linux Distributions](https://jpsays.com/default-username-and-password-for/):   Raspberry Pi Distributions Username Password Raspberry Pi OS pi raspberry DietPi root dietpi Lakka Linux root root Kali Linux root toor OpenELEC root openelec Arch Linux ARM root root Debian pi raspberry LibreELEC root libreelec OSMC osmc osmc QtonPi root rootme Ubuntu Server ubuntu ubuntu ROKOS rokos rokos Retropie pi raspberry - [How to reset password of Raspbian OS for Raspberry Pi](https://jpsays.com/how-to-reset-password-of-raspbian-os/): Raspberry pi is very popular single board computer and Raspbian is the official OS for it.  What if you have lost the password or I should say forgot the password of Raspberrypi.   Here are the following steps,very simple, easy to do. Just do as I mention here, password will be definitiely changed.  Yes changed, not recovered. I mentioning the steps to change the password if you forgot your password. you can not recover the password as it is stored by OS in encrypted manner.  So, let start.  1. First of all, turn off Raspberry PI and take out the memorg […] [comment]: # (Generated by Hostinger Tools Plugin)