Skip to content

Instantly share code, notes, and snippets.

@Pupwiz
Pupwiz / create-hotspot.md
Created July 23, 2025 21:20 — forked from narate/create-hotspot.md
Create Wi-Fi Hotspot on Linux using nmcli

Create a Wi-Fi hotspot on Linux using nmcli

Original post : https://unix.stackexchange.com/a/310699

nmcli con add type wifi ifname wlan0 con-name Hostspot autoconnect yes ssid Hostspot
nmcli con modify Hostspot 802-11-wireless.mode ap 802-11-wireless.band bg ipv4.method shared
nmcli con modify Hostspot wifi-sec.key-mgmt wpa-psk
nmcli con modify Hostspot wifi-sec.psk "veryveryhardpassword1234"
@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