PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

Pour gêner la NSA, le nouvel Internet sera «opaque» | Slate.fr

vendredi 29 novembre 2013 à 13:57
CAFAI, le 29/11/2013 à 13:57
Pour une puissante agence de renseignement, la surveillance de masse, c'est (assez) facile, pas (trop) cher, et ça peut rapporter gros (en données). Mais l'Internet «opaque» auquel travaillent les ingénieurs pourrait changer la donne.
(Permalink)

LXC HOWTO

vendredi 29 novembre 2013 à 13:56
CAFAI, le 29/11/2013 à 13:56
Table of Contents
1. Linux Containers
1.1. Synopsis
1.2. This HOWTO
2. Kernel Setup
2.1. Configuration Options
3. Setup of the Controlling Host
3.1. Control group filesystem
3.2. Userspace tools
4. Container install
4.1. Bootstrap
4.2. Download existing
4.3. Using the lxc tools
5. Container definition setup
5.1. Configuration files
5.2. Container /dev
6. Container Creation and destruction
6.1. Creation
6.2. Destruction
7. Init setup
7.1. /etc/inittab
7.2. rc.sysinit replacement
7.3. /etc/inittab cleanup
7.4. other rc.d/runlevel cleanup
7.5. /etc/rc.d/runlevel cleanup can be skipped if you need a simple setup
7.6. rc.d script for starting/stopping containers
8. Notes
8.1. keychain behavior when running in a private pid namespace
9. Reference Documentation
10. Useful Resources
11. Related tools
(Permalink)

Debian Virtualization: LXC Desktop Virtualization | l3net - a layer 3 networking blog

vendredi 29 novembre 2013 à 13:56
CAFAI, le 29/11/2013 à 13:56
Virtualization allows the creation of multiple virtual machines (VM) on top of an existing computer, each VM configured in a very specific way. All virtual machines run in parallel alongside the regular host applications, without affecting the host system. The type of virtualization I am currently using is Linux containers (LXC), a lightweight virtualization technology built into Linux kernel.
(Permalink)

Debian Virtualization: LXC Network Isolation | l3net - a layer 3 networking blog

vendredi 29 novembre 2013 à 13:55
CAFAI, le 29/11/2013 à 13:55
Linux containers (LXC) is a lightweight virtualization technology built into Linux kernel. In my previous article, Debian Virtualization: LXC Application Containers, I have detailed the steps to configure and run a simple application container using LXC. LXC application containers are very lean and consume strictly the resources the application requires. This is in sharp contrast with other virtualization technologies which are running a full Linux distribution in VM.
(Permalink)

Debian Virtualization: LXC Application Containers | l3net - a layer 3 networking blog

vendredi 29 novembre 2013 à 13:55
CAFAI, le 29/11/2013 à 13:55
Linux containers (LXC) is a lightweight virtualization technology built into Linux kernel. Unlike other similar technologies, the virtual machines (VM) are driven without any overhead by the kernel already running on the computer. In VM you run only the processes you need, most of the time without even going through the regular SysV or Linux init. This means that memory is used very conservatively. These lightweight containers are sometimes called application containers, as opposed to distribution containers where you run a full distro starting with SysV/Linux init.
(Permalink)

Virtual Host » Linux Magazine

vendredi 29 novembre 2013 à 13:54
CAFAI, le 29/11/2013 à 13:54
http://www.linux-magazine.com/content/download/61655/482373/version/1/file/056-057_kurt.pdf
(Permalink)

LXC - Linux Containers

vendredi 29 novembre 2013 à 13:54
CAFAI, le 29/11/2013 à 13:54
LXC is a userspace interface for the Linux kernel containment features.
Through a powerful API and simple tools, it lets Linux users easily create and manage system or application containers.
(Permalink)

Virtualisation avec LXC | WebStrat

vendredi 29 novembre 2013 à 13:53
CAFAI, le 29/11/2013 à 13:53
Exploitez les clones !

L'utilisation de machines virtuelles est devenu un impératif dans le cadre du développement agile de site Web.
Elle permet de monter des plateformes dédiées à un projet ou un test pour valider des choix technologiques, des orientations de design, faire du testing A/B, et ceux-ci rapidement, sans empiler des machines physiques et à coût quasi-nul.
Avec une bonne virtualisation, le cycle de vie du service est couvert de sa conception à son exploitation.

Si vous ne souhaitez ni supporter les mauvaises performances I/O des systèmes de virtualisations complets comme VMWare, Xen ou KVM, ni utiliser un noyau spécifique, LXC est la solution de virtualisation du moment.

Cet article vous présente comment créer une machine virtuelle LXC - LinuX Container - sur une plateforme Linux Ubuntu ou Debian like.
(Permalink)

Getting Started - Docker: the Linux container engine

vendredi 29 novembre 2013 à 13:52
CAFAI, le 29/11/2013 à 13:52
Interactive commandline tutorial

The best way to learn how Docker works is to use it!

This hands-on tutorial is 100% online, so you don't need to install a thing. In about 10-15 minutes you'll be familiar with the basic Docker commands.

(Très bien foutu)
(Permalink)

Matteo Ignaccolo: D-Link! What's wrong with you?

vendredi 29 novembre 2013 à 13:52
CAFAI, le 29/11/2013 à 13:52
Craig Heffner has recently discovered an easy-to-exploit backdoor in several D-Link and Planex routers. As usual guys at devttys0.com made a great work!
One week later a similar backdoor was discovered on some NETGEAR devices.
(Permalink)

New Linux worm targets routers, cameras, “Internet of things” devices | Ars Technica

vendredi 29 novembre 2013 à 13:51
CAFAI, le 29/11/2013 à 13:51
Researchers have discovered a Linux worm capable of infecting a wide range of home routers, set-top boxes, security cameras, and other consumer devices that are increasingly equipped with an Internet connection.
(Permalink)

A (relatively easy to understand) primer on elliptic curve cryptography | Ars Technica

vendredi 29 novembre 2013 à 13:50
CAFAI, le 29/11/2013 à 13:50
Author Nick Sullivan worked for six years at Apple on many of its most important cryptography efforts before recently joining CloudFlare, where he is a systems engineer. He has a degree in mathematics from the University of Waterloo and a Masters in computer science with a concentration in cryptography from the University of Calgary. This post was originally written for the CloudFlare blog and has been lightly edited to appear on Ars.

Readers are reminded that elliptic curve cryptography is a set of algorithms for encrypting and decrypting data and exchanging cryptographic keys. Dual_EC_DRBG, the cryptographic standard suspected of containing a backdoor engineered by the National Security Agency, is a function that uses elliptic curve mathematics to generate a series of random-looking numbers from a seed. This primer comes two months after internationally recognized cryptographers called on peers around the world to adopt ECC to avert a possible "cryptopocalypse."
(Permalink)

Newegg trial: Crypto legend takes the stand, goes for knockout patent punch | Ars Technica

vendredi 29 novembre 2013 à 13:49
CAFAI, le 29/11/2013 à 13:49
"We've heard a good bit in this courtroom about public key encryption," said Albright. "Are you familiar with that?"

"Yes, I am," said Diffie, in what surely qualified as the biggest understatement of the trial.

"And how is it that you're familiar with public key encryption?"

"I invented it."
(Permalink)

La France au coeur de la surveillance des câbles sous-marins de communication

vendredi 29 novembre 2013 à 13:48
CAFAI, le 29/11/2013 à 13:48
Avec la Méditerranée au sud et l'Atlantique à l'ouest, la France est l'une des plaques tournantes des communications mondiales. La raison ? Les centaines de milliers de kilomètres de câbles sous-marins qui, déposés au fond des mers et des océans, convoient à très grande vitesse le trafic Internet et téléphonique du monde entier.
(Permalink)

mobile-ux-checklist-mobify - mobile-ux-checklist-mobify.pdf

vendredi 29 novembre 2013 à 13:32
Tiger-222, le 29/11/2013 à 13:32
Une checklist contenant 25 bonne pratique pour le design d'UI pour mobile.
(Permalink)

GB: un millionnaire virtuel à la recherche de son trésor sur disque dur - DH.be

vendredi 29 novembre 2013 à 13:24
Neuromancien, le 29/11/2013 à 13:24
Ouille!
http://www.theguardian.com/technology/2013/nov/27/hard-drive-bitcoin-landfill-site
(Permalink)

Le problème avec les points à la fin des SMS | Slate.fr

vendredi 29 novembre 2013 à 13:10
tcit, le 29/11/2013 à 13:10
Moi qui mets tout le temps des points, je suis un connard fini. C'est la règle, c'est tout.
(Permalink)

Big differences between DuckDuckGo and Google

vendredi 29 novembre 2013 à 12:01
nicosomb, le 29/11/2013 à 10:58
Same query: "MySQL version is too old" yourls
With DuckDuckGo: 4 results.
With Google: 1830 results.

WTF?
(Permalink)

orangina-rouge, le 29/11/2013 à 12:01
@ nicosomb's :
as-tu essayé de parcourir les résulats ?
combien de fois dans gmail, il était marqué "plus de 500 résultats" alors qu'il y en avait genre 200...

je n'ai pas cherché très loin mais pour ma part ddg me renvoie genre une quinzaine de résultat mais j'avoue que le fait de voir que g**gle propose des résultats dans github mais ddg ne le fait pas est dommage.
(Permalink)

Plume Creator – Un soft pour les écrivains en herbe ou confirmés | La vache libre

vendredi 29 novembre 2013 à 11:24
la vache libre, le 29/11/2013 à 11:24
Les fins de semaines sont dures en ce moment et le mois de Décembre qui arrive ne va pas arranger les choses. Le rythme du blog morfle un peu en ce moment et je m’en excuse, même si je sais que vous ne m’en tiendrez pas rigueur (ça devrait aller beaucoup mieux à partir de Janvier). J’ai quand même eu le temps de choper le mulot, pour vous parler vite fait de Plume creator, un petit soft bien sympa pour les écrivains en herbe ou confirmés. Son interface est relativement simple à prendre en main et le soft propose quelques options assez intéressantes.
(Permalink)

Chouard vs Rocard : « Est-ce que vous saviez ? »

vendredi 29 novembre 2013 à 11:20
adrian.gaudebert, le 29/11/2013 à 11:20
Une intervention d'Etienne Chouard sur Radio Ici & Maintenant, qui reprend l'essentiel des idées qu'il défend. Je sens que sa réflexion évolue, et je crois qu'elle va dans le bon sens. Il est toujours dans la mesure, en prenant bien soin de ne pas asséner une vérité absolue et incontestable, mais bien en présentant une idée qu'il estime intéressante pour notre avenir. Comme la radio a accepté des questions d'auditeurs, il y a des réponses à certaines interrogations "classiques" contre le système de démocratie basée sur le tirage au sort.

Je suis bien moins intéressé par contre par les pirouettes rhétoriques d'un vieux politicien bien habitué à cet exercice.
(Permalink)