Alternative: make a separate “selfhosted-ai” community for the sloperators.
- 0 Posts
- 7 Comments
Joined 3 years ago
Cake day: July 25th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
eksb@programming.devto
Selfhosted@lemmy.world•Using a SSH tunnel/ port forward to connect a TV?English
6·1 month agossh -L 1234:localhost:1234 remote_serverbinds the RPi’slocalhost:1234to remote_server’slocalhost:1234. You want to bind the port to something on the RPi that the TV can hit, so something likessh -L 192.168.1.5:1234:localhost:1234 remote_server, where192.168.1.5is the RPi’s address.I think you also want
-Non thesshcommand.
eksb@programming.devto
Selfhosted@lemmy.world•Using a SSH tunnel/ port forward to connect a TV?English
2·1 month agoCan you provide more detail? What are the networks/routers/vlans? Which network is the RPi on? What is your ssh command? Is that
ufwcommand on the RPi or the router?
eksb@programming.devto
Selfhosted@lemmy.world•I built a self-hosted affiliate tracking platform — here's why I think self-hosting affiliate software actually mattersEnglish
7·2 months agoGithub is like the Microsoft of 3rd party forges.
eksb@programming.devto
Selfhosted@lemmy.world•I built a self-hosted affiliate tracking platform — here's why I think self-hosting affiliate software actually mattersEnglish
18·2 months ago“self hosting is important because …”
Uses github.
The post asked for alternative options. I suggested an alternative option. It is not knee-jerk, and it is not noise.