Open Terminal
. Type javac -version
and check your current JDK version. If you seem to have javac 1.7.*
JDK version, you can skip this section.
- Open
Termianl
. - Type
sudo apt-get install openjdk-7-jdk
.
Open Terminal
. Type javac -version
and check your current JDK version. If you seem to have javac 1.7.*
JDK version, you can skip this section.
Termianl
.sudo apt-get install openjdk-7-jdk
.[Updated in 02/2020 - SDK 12.3.0]
You're taking your first steps into Ruby
A good introduction to programming in general. Easy on newer programmers.
Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"
You can run your "LAMP" server on Windows with all benefits of Linux command line.
Download Cygwin and run setup. Choose this packages:
Web/httpd
Libs/libapr1-devel
Before starting I highly suggest you create a new directory on your /home/user
directory with an appropiate name for this task like rpi0alarm
so you can change directory to /home/user/rpi0alarm
and go through the following steps.
As I wrote this guide after collecting info from different sources (listed at the end) be mindful of your current path and the commands you are running to not damage your current installation on the host computer you are creating the SD Card.
import usb.core | |
import usb.util | |
import usb.control | |
import time | |
import array | |
import json | |
# Test by Arduino | |
VENDER = 0x2341 |
VERSION=0.14.0 | |
SPECIFIER=arduino-cli_${VERSION}_Linux_64bit | |
BINDIR=/usr/local/bin/ | |
# - Avoid redownloading | |
# - Avoid overwriting | |
# - To overwrite, use make uninstall | |
install: | |
TMPDIR=/tmp/$(SPECIFIER) && \ | |
mkdir -p $${TMPDIR} && \ |