397 liens privés
Images libres de droit, voir aussi https://taken.photos/ via https://sebsauvage.net/links/?h94zGw
Je cite :
Bad (missing alt text): <img src="puppy.jpg" alt=""/>
Et quand on regarde le code de la première image de l'article :
<img src="//lh3.googleusercontent.com/BdQ1ngugnmV6uT960KOX0G9av7YJF4MnoEdSgi5xBINEC4YYuOp3Q7RUj7i4Cg0tRQ=w884" alt="" width="auto" height="auto">
Sacré Google.. Bon je ne m'inquiète pas trop pour leur référencement. ;-)
There’s been a welcome focus in the Docker community recently around image size. Smaller image sizes are being championed by Docker and by the community. When many images clock in at multi-100 MB a...
En gros ils rappelent que chaque instruction d'un Dockerfile donne lieu à un commit. Ils expliquent donc comment éviter des commits qui font que les images résultantes sont inutilement volumineuses.
Building good, clean Docker container images is a bit of an art, and there is a lotof conflicting advice out there ab...
Pour convertir un iso au format bootable pour clé usb/dvd (au cas où il n'est pas déja converti).
isohybrid appartient au paquet "syslinux".
Les AMI Debian Jessie.
à tester plus tard..
edit: https://www.imageidentify.com/result/1drrgwjbw4ch6 hum pas loin ^^ peut-être que si mon renard avait eu la tête droite, le pattern yeux/museau aurait été différent et ils auraient matché
utiliser ansible pour construire des images docker
scripts pour se faire une image docker debian from scratch, grâce à debootstrap
https://github.com/jmtd/debian-docker/
j'ai fait une debian wheezy là: jeekajoo/debian:wheezy (sur le registry docker hub)
This is for all who wants to unpack and modify the original system.img that you can flash using recovery.
system.img (what you get from the google factory images for example) represents a sparsed ext4 loop mounted file system.
It is mounted into /system of your device. Note that this tutorial is for ext4 file system, you may have system image which is yaffs2 for example.
the way it is mounted on Galaxy Nexus:
“/dev/block/platform/omap/omap_hsmmc.0/by-name/system /system ext4 ro,relatime,barrier=1,data=ordered 0 0″