Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
#!/bin/bash | |
# This will remove Apache | |
sudo service apache2 stop | |
sudo apt-get purge apache2 apache2-utils apache2.2-bin | |
sudo apt remove apache2.* | |
sudo apt-get autoremove | |
whereis apache2 | |
sudo rm -rf /etc/apache2 |
Verifying my Blockstack ID is secured with the address 1Nswdh1i3RgCYWoc75icBpP2CFQ31qE8cR https://explorer.blockstack.org/address/1Nswdh1i3RgCYWoc75icBpP2CFQ31qE8cR |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
Recursos del Curso Desarrollo Frontend con Developer Tools en Escuela IT