Calculateurs de rayons http://compagnie-roue-velo.fr/concurrents.html http://www.kstoerz.com/freespoke/ http://www.docvelo.com/calculateur_r.htm
Pour rayonner en 3 croisements:
http://velo-reparation.fr/entretien/roue_rayonnage_avant.php
apt-get update -y | |
apt upgrade -y | |
apt-get install git | |
git clone https://github.com/creationix/nvm.git ~/.nvm | |
sudo echo "source ~/.nvm/nvm.sh" >> ~/.bashrc && sudo echo "source ~/.nvm/nvm.sh" >> ~/.profile | |
nvm install --lts | |
npm install npm@latest -g | |
npm install --unsafe-perm -g cncjs | |
npm install -g pm2 | |
pm2 startup |
Calculateurs de rayons http://compagnie-roue-velo.fr/concurrents.html http://www.kstoerz.com/freespoke/ http://www.docvelo.com/calculateur_r.htm
Pour rayonner en 3 croisements:
http://velo-reparation.fr/entretien/roue_rayonnage_avant.php
Here is the activity field shape (se select non empty fields):
select jsonb_pretty(activity::jsonb) from adverts where activity::jsonb ->> 'exactMatchesTitle' != '[]' and activity::jsonb ->> 'exactMatchesText' != '[]';
{ +
"exactMatchesText": [ +
{ +
"id": 1146, +
"value": "delivery driver", +
in /etc/network/interfaces
:
source-directory /etc/network/interfaces.d
auto lo
iface lo inet loopback
iface eth0 inet manual
ls -al /dev/tty.* | |
screen /dev/tty.usbmodem1411 115200 | |
AT+CPIN="1234" | |
AT+CLCK="SC",0,"1234" | |
# http://dostmuhammad.com/blog/disable-pin-code-using-gsm-modem-at-commands/ |
aws s3 ls s3://immoviz --region=eu-central-1 --recursive | grep -v -E "(Bucket: |Prefix: |LastWriteTime|^$|--)" | awk 'BEGIN {total=0}{total+=$3}END{print total/1024/1024" MB"}' |