this post was submitted on 26 Jul 2025
81 points (96.6% liked)

Linux

8846 readers
508 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] kiri@ani.social 7 points 2 weeks ago

In termux (base python module):

python -m http.server 8080

In linux desktop browser:

http://192.168.100.1:8080/ # your ip in `ifconfig` and port

or vice versa.