Skip to content

Instantly share code, notes, and snippets.

View josemanuelcarretero's full-sized avatar

José Manuel Carretero josemanuelcarretero

View GitHub Profile
@josemanuelcarretero
josemanuelcarretero / gist.tex
Created November 14, 2020 14:00
Adding region commenting feature for Latex in Intellij editor(No tested in other editors)
%% Not work out document environment
\newenvironment{region}[1][]{}{}
@josemanuelcarretero
josemanuelcarretero / hid.c
Last active March 8, 2016 22:56
Compile kernel module Intel Edison 'g_hid' like keyboard device (Fix "insmod: ERROR: could not insert module g_hid.ko: No such device")
/*
* hid.c -- HID Composite driver
*
* Based on multi.c
*
* Copyright (C) 2010 Fabien Chouteau <fabien.chouteau@barco.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@josemanuelcarretero
josemanuelcarretero / openvpn_install.sh
Last active January 19, 2017 18:50
Openvpn Intel Edison Yocto
cat > /etc/opkg/intel-iotdk.conf <<EOF
src intel-iotdk http://iotdk.intel.com/repos/1.1/intelgalactic
src intel-all http://iotdk.intel.com/repos/1.1/iotdk/all
src intel-quark http://iotdk.intel.com/repos/1.1/iotdk/quark
src intel-i586 http://iotdk.intel.com/repos/1.1/iotdk/i586
src intel-x86 http://iotdk.intel.com/repos/1.1/iotdk/x86
EOF
opkg update
opkg install liblzo2-dev