397 liens privés
"""
uptime
dmesg | tail
vmstat 1
mpstat -P ALL 1
pidstat 1
iostat -xz 1
free -m
sar -n DEV 1
sar -n TCP,ETCP 1
top
"""
Excellent cet article.
J'ai découvert pidstat (provient du paquet sysstat), mpstat, et je ne savais pas que sar permettait d'analyser la bande passante par interface réseau.
"""
MLVPN will do it's best to acheive the following tasks:
Bond your internet links to increase bandwidth (unlimited)
Secure your internet connection by actively monitoring your links and removing the faulty ones, without loosing your TCP connections.
Secure your internet connection to the aggregation server using strong cryptography.
Scriptable automation and monitoring.
"""
Un exemple pour comprendre rapidement? Mattez ça:
http://mlvpn.readthedocs.org/en/latest/linux_example.html#example-case
Beau projet, initié par un toulousain.
Bootstrap, as of version 2, requires jQuery for some components such as dropdowns, alerts and the little "hamburger" icon that triggers a collapsible menu. While jQuery is an excellent cross-browser framework, it can be overkill if it's only used for displaying and hiding things. Of course, if a project already uses jQuery then there's no problem, but if not here's a script to replace jQuery and some of the Bootstrap plugin scripts. Using this should reduce download size and speed up loading time for your users.
code : https://github.com/tagawa/bootstrap-without-jquery
J'ai allégé mon site (fralef.me) de 119.3K en supprimant jquery (1.7.2) et en mettant ce fork de bootstrap.min.js. joie!