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

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— November 21, 2013 - Thursday 21, November 2013 ———————————
php - get - set - getter - setter -

Astuce pour avoir des getter/setter dynamique.
Attention, comme le dit idleman, avec ça c'est comme si tous vos attributs étaient publiques.

python - json -
thumbnail

Pour rendre un json lisible :

cmd_qui_donne_du_json | python -mjson.tool

screen - memo -

screen -R toto
C^a d : detach
C^a c : create
C^a A : rename
C^a " : liste
C^a p : switch to previous
C^a n : switch to next
C^a a : switch to last
C^a ESC : copy mode (pour scrollback)

file - absolut - path - chemin -

Parfois ça sert (la flemme de faire un copier/coller depuis le prompt qui affiche le path courant..)

readlink -e <file>

-