1.1. Install GIT in a GNU/Linux Debian based OS system:
sudo apt-get install git
listener 8883 0.0.0.0 | |
pid_file /var/run/mosquitto.pid | |
# Bridge | |
connection bridge-mosquitto-amq | |
address <AMQ_IP>:<AMQ_PORT> | |
bridge_protocol_version mqttv311 | |
cleansession true | |
try_private false |
#!/usr/bin/env bash | |
############################################################################### | |
PASSPHRASE="password1234" | |
LANG="ES" | |
LOCATION="Malaga" | |
CITY="Malaga" | |
COMPANY="Open Source" | |
DAYS="3650" |
This document has been copied from DavidAnson Markdownlint Repository to keep it easy to check.
This document contains a description of all rules, what they are checking for,
as well as an examples of documents that break the rule and corrected
versions of the examples. Any rule whose heading is struck through is
deprecated, but still provided for backward-compatibility.
You can try pandoc online here.
To see the output created by each of the commands below, click on the name of the output file:
We are going to create a virtual sound device that allows mix audio streams from multiples sources, so it can let you play audios from different applications at same time.
First we need to install next alsa packages:
sudo apt-get install alsa-oss alsaplayer mpg321 alsaplayer-alsa alsa-base
STM32WL resources (documentation, videos, etc.) compilation.