Skip to content

Instantly share code, notes, and snippets.

View J-Rios's full-sized avatar
😃

Jose J-Rios

😃
  • Málaga, Spain
  • 07:45 (UTC +01:00)
View GitHub Profile
@J-Rios
J-Rios / git_my_cheatsheet.md
Last active January 23, 2023 21:19
Essential GIT commands Cheat Sheet

GIT CheatSheet

1. Installation and Setup

1.1. Install GIT in a GNU/Linux Debian based OS system:

sudo apt-get install git
@J-Rios
J-Rios / mosquitto.conf
Created November 8, 2018 15:06
Basic Insecure Mosquitto MQTT to Apache ActiveMQ Bridge Configuration
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
@J-Rios
J-Rios / Ubuntu_18.04_linuxdeployqt_Docker_Container.md
Last active April 10, 2023 10:28
Setup LinuxDeployQT in a Docker container. Instructions on how to prepare a Docker Container to use linuxdeployqt from an Ubuntu 18.04 host system through a Ubuntu 14.04 Docker container.

Setup LinuxDeployQT in a Docker container

  1. Install Docker:
wget https://raw.githubusercontent.com/J-Rios/BASH-Scripts/master/install/install_docker
sudo chmod +x install_docker
sudo ./install_docker
  1. Get Ubuntu 14.04 Docker base image:
@J-Rios
J-Rios / create_certs
Last active July 24, 2021 14:22
Generate a self-signed certificates using openssl
#!/usr/bin/env bash
###############################################################################
PASSPHRASE="password1234"
LANG="ES"
LOCATION="Malaga"
CITY="Malaga"
COMPANY="Open Source"
DAYS="3650"
@J-Rios
J-Rios / markdown_rules.md
Created April 30, 2020 14:58
Markdown Rules

Note

This document has been copied from DavidAnson Markdownlint Repository to keep it easy to check.

Rules

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.

@J-Rios
J-Rios / pandoc_examples.md
Created April 30, 2020 16:23
Pandoc Examples

Try pandoc online

You can try pandoc online here.

Examples

To see the output created by each of the commands below, click on the name of the output file:

@J-Rios
J-Rios / linux_mix_audio_streams.md
Created May 28, 2020 22:34
Linux Mixing Multiple Audio Streams (play audios from different applications at same time).

Linux Mixing Multiple Audio Streams

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
@J-Rios
J-Rios / CalidadSeñalLoRa.md
Last active September 27, 2024 18:05
Posible clasificación de nivel de calidad de señal LoRa mediante umbrales de RSSI y SNR

Calidad de Señal LoRa

RSSI

Rango: -50dBm a -140dBm
	-50dBm a -70dBm: Muy Bueno
	-70dBm a -85dBm: Bueno
	-85dBm a -105dBm: Regular
	-105dBm a -120dBm: Malo
@J-Rios
J-Rios / captchas.png
Last active June 28, 2021 14:52
[Image] TLG_JoinCaptchaBot Captchas
captchas.png
@J-Rios
J-Rios / stm32wl_resources.md
Created November 25, 2021 13:35
STM32WL Resources