All links of one day
in a single page.
<Previous day - Next day>

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— July 21, 2014 - Monday 21, July 2014 ———————————
svn -

Add the directory, while ignoring all of the files it contains:
svn add -N [directory]

After adding the directory enter the directory and run the following command:
svn propset svn:ignore '*.*' .

Commit your changes:
svn commit -m "Added the directory and set the files within it to be ignored"
ssh - key - security -
thumbnail

Bon ce code n'a pas marché chez moi... mais il faut bien garder en tête qu'une clé chargée avec un agent va résider en mémoire de manière non chiffrée ;)

Et de la même manière, elle va résider en mémoire sur un hôte distant si on se connecte en 'ssh -A'. Donc potentiellement, quelqu'un qui a un accès root sur cette machine distante peut récupérer les clés privés des gens qui s'y connectent (en -A)

github link via skunnyk

-