Advertisement
yuch4n

python memo

Jun 1st, 2015
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. echo '{"test1":"test1", "test2":["test2-1","test2-2"]}' | python -m json.tool
  2.  
  3. python -m SimpleHTTPServer 10000
  4.  
  5. python -m telnetlib localhost
  6.  
  7. echo 'ABC' | python -m base64
  8. echo 'QUJDCg==' | python -m base64 -d
  9.  
  10. python -m site
  11.  
  12. python -m platform
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement