Advertisement
Guest User

Untitled

a guest
May 23rd, 2016
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. tom@silver $ ssh home
  2. Last login: Mon May 23 18:14:03 2016 from 10.0.0.6
  3. tom@home $ python2 -m SimpleHTTPServer &>/dev/null
  4. ^Z
  5. [1]+ Stopped python2 -m SimpleHTTPServer &> /dev/null
  6. tom@home $ kill -s CONT %%
  7. tom@home $ logout
  8. Connection to home closed.
  9. tom@silver $ wget http://home:8000 -O /dev/null
  10. --2016-05-23 18:15:23-- http://home:8000/
  11. Resolving home (home)...
  12. Connecting to home (home)||:8000... connected.
  13. HTTP request sent, awaiting response... 200 OK
  14. Length: 5927 (5.8K) [text/html]
  15. Saving to: ‘/dev/null’
  16.  
  17. /dev/null 100%[======================================================>] 5.79K --.-KB/s in 0s
  18.  
  19. 2016-05-23 18:15:23 (544 MB/s) - ‘/dev/null’ saved [5927/5927]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement