- create Docker droplet via digitalocean one-click-app-docker
- log into it
- generate SSH key
ssh-keygen -t rsa -N "" -f /root/.ssh/id_rsa
- Copy it
#!/bin/bash | |
# <xbar.title>Cardano Price</xbar.title> | |
# <xbar.version>v1.0</xbar.version> | |
# <xbar.author>Alexandre Plennevaux</xbar.author> | |
# <xbar.author.github>pixeline</xbar.author.github> | |
# <xbar.desc>Displays Cardano (ADA) current price in EUR using CoinGecko API.</xbar.desc> | |
# <xbar.dependencies>curl, jq</xbar.dependencies> | |
# <xbar.var>select(VAR_CURRENCY="eur"): Which Currency? [usd, eur, jpy]</xbar.var> |
# https://docs.docker.com/compose/yml/ | |
# Each service defined in docker-compose.yml must specify exactly one of | |
# image or build. Other keys are optional, and are analogous to their | |
# docker run command-line counterparts. | |
# | |
# As with docker run, options specified in the Dockerfile (e.g., CMD, | |
# EXPOSE, VOLUME, ENV) are respected by default - you don't need to | |
# specify them again in docker-compose.yml. | |
# | |
service_name: |
#!/bin/bash | |
# Script automating the creation of a hosting account : the user, its folder, its virtualhost | |
: ' | |
HOW-TO | |
$ bash /home/pixeline/bin/create-hosting-user username password domain.tld | |
Arguments: | |
- username (if not created, create it, otherwise use current) SEE https://gist.github.com/pixeline/9e5ea7d28e52138f0b31 | |
- user password (for existing user, enter anything, it will not be used) |
server { | |
root template.webroot; | |
server_name template.url; | |
index index.php index.html index.htm; | |
# HTTP Caching of static assets | |
location ~* \.(css|gif|jpg|js|png|ico|otf|sng|xls|doc|exe|jpeg|tgx)$ { |
const Room = ({onAction, room, children}) =>( | |
<button id={room} onClick={onAction} >{children}</button> | |
) | |
class House extends React.Component { | |
state = { | |
rooms: { | |
kitchen: true, | |
bathroom: false, | |
livingRoom: true, |
ssh-keygen -t rsa -N "" -f /root/.ssh/id_rsa
Aloha,
Je voudrais une chouette photo permettant de remercier close the gap de fournir tous les laptops gratuitement.
Pourriez vous prévoir cette semaine (peut être quand Charleroi vient ?) de réaliser ceci: Chaque écran de laptop qui affiche un "merci" en géant. Chaque apprenant peu choisir:
Il y a le backend, il y a le frontend... Et il y a les frameworks Javascript tels que Angular (made in Google), Vue.js (opensource) et React (Made in Facebook).
A priori, ce sont d'abord des outils pour faire du frontend, mais avec la particularité que vous pouvez manipuler des services de données externes (tels que Firebase ou AWS) directement depuis votre code frontend. Des bâtards, quoi.
Ils sont particulièrement indiqués pour les applications web et les interfaces très réactives, plus que pour les simples sites vitrines (où l'utilisateur va surtout lire).
résumé d'une discussion chez BeCode/Lovelace2 (animée par Juan et Alex).