User Tools

Site Tools


software:linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
software:linux [2021/05/26 07:11] – [How-Tos] Michele Porellisoftware:linux [2021/12/06 10:54] (current) – [Quick HTTP server] Michele Porelli
Line 110: Line 110:
 <code>sudo dnsmasq -i eth0 -d --dhcp-range=192.168.89.90,192.168.89.100</code> <code>sudo dnsmasq -i eth0 -d --dhcp-range=192.168.89.90,192.168.89.100</code>
 ==== Quick HTTP server ==== ==== Quick HTTP server ====
-<code>python -m SimpleHTTPServer 8000</code>+<code>python -m SimpleHTTPServer 8000 
 +python3 -m http.server 8080</code>
  
 ==== Quick FTP server ==== ==== Quick FTP server ====
software/linux.txt · Last modified: 2021/12/06 10:54 by Michele Porelli