Wednesday, 20 October 2021

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 many more.


But if you want to install Kodi on Raspbian OS which is the official operating system, Just use the commands as it is mentioned below : -

1. sudo apt update

2. sudo apt full-upgrade

3. sudo apt install kodi 

4. apt-cache search kodi

5. sudo apt install kodi-pvr-iptvsimple kodi-inputstream-adaptive kodi-inputstream-rtmp kodi -vfs-nfs kodi-vfs-sftp kodi-vfs-libarchive

6. sudo reboot now


These 6 commands will install Kodi and other essentials addon required in general with Kodi.


Saturday, 16 October 2021

The Easiest Way: Watch Netflix, Amazon Prime, Hotstar, Voot, SonyLIV on Raspberry Pi

 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.


Tuesday, 12 October 2021

Default Username and Password for Raspberry Pi OS, Raspbian OS and other Linux Distributions

 

Raspberry Pi DistributionsUsernamePassword
Raspberry Pi OSpiraspberry
DietPirootdietpi
Lakka Linuxrootroot
Kali Linuxroottoor
OpenELECrootopenelec
Arch Linux ARMrootroot
Debianpiraspberry
LibreELECrootlibreelec
OSMCosmcosmc
QtonPirootrootme
Ubuntu Serverubuntuubuntu
ROKOSrokosrokos
Retropiepiraspberry

Sunday, 10 October 2021

How to reset password of Raspbian OS for Raspberry Pi

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 card. 
2. Insert memory card in your PC using memory card reader. 
3. There will 2 partitions of your memory card. Open the drive named as "boot". 
4. open file cmdline.txt in notepad or whatever text editor you like. 
5. Don't modify whatever is already written in it. 
But, at the end of the line, add the following :
 init=/bin/sh 
6. Save and close text editor. 
7. Now insert memory card in Raspberry pi and power up it. 
8. Now your Raspberry Pi will start with terminal and with root privileges. 
9. now type the following command and press enter: 
mount -o remount, rw / 
10. Now type the following command: 
passwd pi 
11. Now it will prompt you to set new password twice. 
Enter your new password. Make sure to remember it this time. 
12. Now enter the following commands one by one. these will output nothing. 
But, these are required to change the new password in raspbian. 
13. Type the following command and press enter. 
sync
14. Type the following command and press enter. 
exec /sbin/init
 That's it. Your new password has been successfully changed. 

 One last step it to revert "cmdline.txt" to original one. 
Otherwise it will always start with shell having root privileges and we don't want that. Right ! So Shutdown Raspberry Pi. 
 Take out the memory card and put back into the computer. 
open the cmdline.txt from drive named as "boot". 
remove the part "init=/bin/sh" we entered at the end of the line. 
Save the file. 
Close Text editor. 
And now re-insert this card into Raspberry pi. 
Power-up Raspberry Pi. 
 You are good to go with new password now.

Network Configuration for Headless Raspberry Pi

These 2 files to be created in bootfs partition of Memory Card on which you have burnt RPI-OS image. Filename:wpa_supplicant.conf content ...