This post was written by Marek Vavruša and Jaime Cochran, who found out they were both independently working on the same glibc vulnerability attack vectors at 3am last Tuesday. A buffer overflow error in GNU libc DNS stub resolver code was announced last week as CVE-2015-7547. While it doesn't have
Un article sur ELK qui décrit en gros que c'est chiant et compliqué de le faire en hosté :D
The system uses photonic propulsion to move forward
Scientists say they heard the faint chirp of two black holes colliding a billion light-years away, fulfilling Einstein’s general theory of relativity.
subuser - Run programs on linux with selectively restricted permissions.
omg quand je pensais que ça me coutait finalement assez cher en matériel, je révise mon choix : je suis super économe :D
Rah ces putain d'opinels qui sont à 280€ ... quand jserai grand j'en aurais un
Le réalisateur Olivier Leyronnas a récemment mis en ligne « Soyons Sport », un court-métrage de 12 minutes écrit par Alexandre Astier et réalisé en 2001 par Olivier Leyronnas. On y retrouve, entre autres, Alexandre Astier et Franck Pitiot, les célèbres roi Arthur et Perceval de la série « Kaamelott », dans le domaine de Lacroix-Laval, un espace vert du Grand Lyon. Vêtu d'un survêtement, Francis, personnage joué par Alexandre Astier, se voit contraint d’effectuer un jogging contre son gré, tandis que Franck Pitiot joue le rôle d'un agent d'entretien un peu particulier. La rencontre entre les deux acteurs ravira à coup sûr tous les fans de Kaamelott !
C'est ce que j'essayais d'expliquer à mon frère qui a 40 piges et une petite, ce à quoi il la laisse exposée, par ignorance de la situation
Une façon smart d'approcher la containerisation via systemd, pas que je m'y essayerai vu comme ça a l'air pratique de ship des apps comme ça mais ça fonctionne :)
Interesting! via Oros links
Je mets ça là parce que je m'en rappelle jamais :
This guide explains how to repeat the last command with a substitution under bash shell for command line arguments under Unix like operating systems.
Bash History: Correct / Repeat The Last Command With a Substitution
by Vivek Gite on August 12, 2012 last updated February 23, 2016
in BASH Shell, Linux, UNIX
I often type the wrong command as follows under Linux bash shell:
rsync -av dir1 user@server1.cyberciti.biz:/path/to/dir1
OR
cp -av file1*.txt file2*.txt /path/to/dest
I need to correct those command as follows:
rsync -av dir5 user@server1.cyberciti.biz:/path/to/dir1
cp -av delta1*.txt delta2*.txt /path/to/dest
How do I replace dir1 with dir5 or file with delta and repeat the last command under bash shell?
The bash shell supports both history search and replace operations. The bash (and many other modern) shell provides access to the command history, the list of commands previously typed. The bash shell supports a history expansion feature found in other shell such as csh.
Syntax: Bash history search and replace the command args
The syntax is as follows for quick substitution and repeat the last command, replacing word1 with word2:
^WORD1^WORD2^
OR
!!:s/WORD1/WORD2
OR
!!:gs/WORD1/WORD2
In this example, I’m trying to copy a file called youtube-demo-andriod-app-part1.avi to /backup directory
$ cp youtube-demo-andriod-app-part-102.avi /backup/
To repeat the last command with a substitution:
$ ^102^1002^
OR
$ !!:s/102/1002
Une chose est sûre : il faut ménager les clients. Mais ça dépend aussi de "qui est en face", ça m'est arrivé de crier sur le client comme sur un gosse parce qu'il avait une mentalité infantile et ça a très bien marché parce que c'est quelqu'un qui "souhaitait" quelque part que l'on s'adresse à lui comme ça
Après avoir appris qu'en fait j'en étais loin TRÈS LOIN d'avoir fini avec mon dev de service discovery