pfefferz

↗ HN profile [ 57.5 ms ] full profile
Karma
83
Created
September 30, 2016 (9y ago)
Submissions
0
  1. #Open a terminal mkdir -p ~/fastpython2/src mkdir -p ~/fastpython2/install cd ~/fastpython2/src wget https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tgz tar -zxvf Python-2.7.12.tgz cd Python-2.7.12 ./configure…

  2. #Open a terminal mkdir -p ~/fastpython3/src mkdir -p ~/fastpython3/install cd ~/fastpython3/src wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz tar -zxvf Python-3.5.2.tgzcd Python-3.5.2/ ./configure…

  3. 15 minutes to Linux kernel development (centennialsoftwaresolutions.com)
  4. Find AWS IoT Core Documentation (centennialsoftwaresolutions.com)
  5. AWS IoT Core Software Quick Reference (centennialsoftwaresolutions.com)
  6. What is Yocto Rocko 2.4.1? (zachpfeffer.com)
  7. A simple Makefile and UDP code (centennialsoftwaresolutions.com)