not bad
$ sudo /usr/sbin/sshd -t
$ echo $?
Pour créer un 'alias' dans firefox, pratique !
For example, the link http://www.youtube.com/watch?v=HXi-8nLK_dc
Bookmark the page and edit it.
Edit the link so you keep the "http://www.youtube.com/watch?v=" chunk, but replace the video ID with "%s" so it becomes "http://www.youtube.com/watch?v=%s"
Give the bookmark a keyword such as "yt"
Test by typing "yt HXi-8nE65JshkU" into the Firefox address bar.
Don't modify .vbox or others files !
Follow these steps :
Just tried with version : 4.2.18
Right-click on VM and select Forget saved state (Ctrl+J) if the VM is saved
Go to the Configuration (Ctrl+S) of virtual machine
Select Storage
Click on icon Add Hard Disk (IDE or SATA)
Select Choose an existing disk
Select the file *.vdi created for your virtual machine, in the right folder
Valid with OK
Start your virtual machine
pour voir les limites d'un user : ulimit -a <user>
Pour setter définitivement : voir fichier /etc/security/limits.conf et limits.d
Pour setter on the fly, par exemple pour les open files : ulimit -n 32000
Parce qu'avec l'outil par défaut proposé par gnome3, on ne peut pas faire d'annotation.
à tester le script de report en perl
Point de vue différents :)
Ici, lorsqu'on utilise "localhost", la connexion va se faire par une socket et lorsqu'on utilise "127.0.0.1", la connexion se fera par tcp. On pourrait se dire que le comportement est anormal, mais en fait, non :
"The patch won't be added as then "localhost" has two meanings - one time meaning "use the unixdomain socket in the default location" and one time actually "resolve localhost and use TCP" as it is taught in many places that "localhost" in MySQL has the first meaning we keep it there."
La socket est déterminée ici dans le php.ini :
; Default socket name for local MySQL connects. If empty, uses the built-in
; MySQL defaults.
mysql.default_socket =
à regarder plus tard
via sebsauvage