Skip to content

Instantly share code, notes, and snippets.

https://nodejs.org/dist/
Install Node JS manually
===============
fist make sure version is ready for download at https://nodejs.org/dist/
use v8.9.* or higher but not v9.* !
do
cat /proc/cpuinfo
and see what version of armv u have to choose
@xpander54
xpander54 / arm7
Created November 19, 2017 21:41
arm7 output
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Ambiente musicalmente sus negocios con nuestros canales musicales seleccionados por expertos DJs para generar experiencias de compra...
Marketing Aromático, Aroma para empresas, Aroma para Negocios, Señalización Digital, Marketing Sensorial,Música Ambiental,música de fondo, música para negocios, MUZAK, Audio, Bocinas, BOSE, Aroma, Diseño de Aromas, Arte Sensorial, Audio Instalado, diseño de Audio, VIDEO, video wall
RASPBERRY PI 2
^Usbs facing down
leave top line free then
5v w 5v
3v w 3v
Etc
Follow this tutorial
https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=85683
@xpander54
xpander54 / _etc_init.d_autosshd
Created October 4, 2015 02:09 — forked from suma/_etc_init.d_autosshd
Autossh init script(Ubuntu) for reverse ssh tunneling
#! /bin/sh
### BEGIN INIT INFO
# Provides: autosshd
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: autosshd initscript
# Description: This file should be used to construct scripts to be
# placed in /etc/init.d.
.topmenudiv a:link
{
}
.topmenudiv a:hover
{
/* Any element with class="animate" animate */
.animate.ng-enter, .animate.ng-leave {
position: absolute;
left: 0;
right: 0;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Lift Zone</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
@xpander54
xpander54 / gist:ac0e9d80d05636926dbb
Last active August 29, 2015 14:03
picture it carousel img height
.directive('imgHeightFix', function() {
return {
restrict: 'A',
link: function (scope, element, attrs) {
//var h = $(element).attr('img-height');
var fixCarousel = function (imgHeight) {