Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4- run the python server

sudo adduser super             #password: juniper123
sudo usermod -aG  sudo super
sudo apt-get install python

sudo mkdir www
sudo cd /home/super/www/                                                                                                   # super is a new user , by default lubuntuupload the file to this folder ( ssh/sftp)
sudo python -m SimpleHTTPServer 8082

...