Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. dtparam=i2c_arm=on
  2. dtparam=i2c_arm_baudrate=10000
  3.  
  4. *~/code $ ps aux | grep python3*
  5. pi 2498 0.0 1.7 11296 7896 pts/0 T 06:50 0:06 python3 my_program.py
  6. root 18682 3.7 1.7 10144 7732 ? S 13:07 0:03 python3 my_program.py
  7. pi 18687 0.0 0.4 4368 1972 pts/1 S+ 13:09 0:00 grep python3
  8.  
  9. *~/code $ ps aux | grep python3*
  10. root 26325 0.0 0.8 7600 3556 pts/0 S+22:16 0:00 sudo python3 my_program.py
  11. root 26329 0.6 1.7 11296 7832 pts/0 S+ 22:16 0:05 python3 my_program.py
  12. pi 31327 1.0 0.4 4368 1800 pts/1 S+ 22:29 0:00 grep python3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement