This guide describes how to get Kodi running on Debian Bookworm based Raspberry Pi OS Lite 64Bit without having to run the full LXDE GUI of the desktop version.
It is based on this guide.
First, install kodi as usual with
apt install kodi
This guide describes how to get Kodi running on Debian Bookworm based Raspberry Pi OS Lite 64Bit without having to run the full LXDE GUI of the desktop version.
It is based on this guide.
First, install kodi as usual with
apt install kodi
All examples will be using SHA-512, <password> as password placeholder and <salt> as salt placeholder.
Note: mkpasswd binary is installed via the package whois on Debian / Ubuntu only. On other Linux distribution such as ArchLinux, Fedora, CentOS, openSUSE, etc. mkpasswd is provided by the expect package but is an totally different utility which is available as expect_mkpasswd on Debian / Ubuntu. whois of all other Linux distro doesn't include mkpasswd but the source (C lang) can be found on the original repository https://github.com/rfc1036/whois.
# With a random password and random salt
mkpasswd -m sha-512
# With a random random salt| #!/bin/sh | |
| # set -euxo pipefail | |
| # File: adbhostgen.sh | |
| # | |
| # Script to generate massive block lists for DD-WRT | |
| # | |
| # AUTHOR: Manish Parashar | |
| # | |
| # https://github.com/m-parashar/adbhostgen | |
| # https://gist.github.com/m-parashar/ee38454c27f7a4f4e4ab28249a834ccc |