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

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— April 16, 2015 - Thursday 16, April 2015 ———————————
ssh - remote - tunnel -
thumbnail

-R [bind_address:]port:host:hostport

ssh -R *:8080:localhost:80 -N root@website.com
or
ssh -R 0.0.0.0:8080:localhost:80 -N root@website.com
or
ssh -R [::]:8080:localhost:80 -N root@website.com

Note that if you use OpenSSH sshd server, the server's GatewayPorts option needs to be enabled (set to yes or clientspecified) for this to work (check file /etc/ssh/sshd_config on the server). Otherwise (default value for this option is no), the server will always force port bound on the loopback interface only.

drop - syslog - messages -

Pour voir si on drop des messages rsyslog :

grep -c 'imuxsock lost' /var/log/messages

Pour custo le rate limiting :

$SystemLogRateLimitInterval 10
$SystemLogRateLimitBurst 500

framework - css - bootstrap -

Un framework css inspiré du material design (design app android 5)

-