Skip to content

Instantly share code, notes, and snippets.

@Pupwiz
Pupwiz / gist:8e1ba172d311966aa9ad4b51fb1596d8
Last active July 20, 2023 13:01
Install Jellyfin on Tizen tv from debian server cli
## without GUI
wget https://download.tizen.org/sdk/Installer/tizen-studio_5.1/web-cli_Tizen_Studio_5.1_ubuntu-64.bin
## with GUI
## wget https://download.tizen.org/sdk/Installer/tizen-studio_5.1/web-ide_Tizen_Studio_5.1_ubuntu-64.bin
sudo chmod 777 web-*.bin
sudo apt install git nodejs npm -y
sudo npm install -g yarn
npm install -g gulp-cli
## rest cannot be done as root has to be user
su <your user name> ./web*.bin
@Pupwiz
Pupwiz / README.md
Created November 7, 2021 14:04 — forked from espinz/README.md
Debian Headless install - simple-cdd

Description

The following will create an automated custom debian iso image using simple-cdd.
Copy the iso to the USB. Plug in the USB and press power; it will automatically restart with a fresh debian install. No prompts, or typing required. Barebone and vm tested.

Jump to Code
Anchor links do not work on github gists. please scroll down.

Install the required package