2014/12/122014/12/13Tips and tricks Problem att ladda image – cisco aironet 2602 Fick problem med en cisco aironet som hade en korrupt image. Lösning: 1. tanka hem rätt image från ciscos hemsida (måste […]
2014/07/242014/12/03Tips and tricks Measure traffic from apache2 access.log This command show current traffic today: grep $(date ‘+%d/%b’) /var/log/apache2/access.log | awk ‘{ s += $10 } END { print […]