- Serving private content with signed URLs and signed cookies
- Create a key pair for a trusted key group
Command Flags
| Flag | Options | Description |
|---|---|---|
-codec:a |
libfaac, libfdk_aac, libvorbis | Audio Codec |
-quality |
best, good, realtime | Video Quality |
-b:a |
128k, 192k, 256k, 320k | Audio Bitrate |
-codec:v |
mpeg4, libx264, libvpx-vp9 | Video Codec |
| # Routage/multiplexage HTTP dans kubernetes avec des Ingress et Traefik. | |
| # | |
| # On lance deux apps, sur les domaines, respectivement, foo.local et bar.local. | |
| # | |
| # Devant l'ingress controller, on utilise un service de type 'NodePort', qui | |
| # choisir un port dans le range 30000-32767 et l'exposera sur les nodes. | |
| # | |
| # Si on commente la ligne 'NodePort' et on decommente la ligne 'LoadBalancer', | |
| # kubernetes vas configurer un ELB AWS automatiquement pour renvoyer tout les | |
| # flux http sur le service kubernetes traefik-lb-svc. |
Account → Settings → Watched Projects
openstack/charm- projects to your watched project list.| jQuery(function($) { | |
| $('form[data-async]').live('submit', function(event) { | |
| var $form = $(this); | |
| var $target = $($form.attr('data-target')); | |
| $.ajax({ | |
| type: $form.attr('method'), | |
| url: $form.attr('action'), | |
| data: $form.serialize(), |
| /* | |
| * L.TileLayer is used for standard xyz-numbered tile layers. | |
| */ | |
| L.Google = L.Class.extend({ | |
| includes: L.Mixin.Events, | |
| options: { | |
| minZoom: 0, | |
| maxZoom: 18, | |
| tileSize: 256, |