Regenerating configure files
touch configure.ac aclocal.m4 configure Makefile.am Makefile.in
https://github.com/SIPp/sipp/issues/61
Voting 0
base=$(cut -d '.' -f1 /proc/uptime);
seconds=$(date +%s);
dmesg | sed 's/]//;s/).( ^ » *)(.*)/1n3/' |
while read first; do
read second;
first=`date +"%d/%m/%Y %H:%M:%S" --date="@$(($seconds - $base + $first))"`;
printf " %s » %sn" "$first" "$second";
done
http://unix.stackexchange.com/questio...readable-dmesg-time-stamps-on-openwrt
Voting 0
-
http://krita.org/index.php
Voting 0
-
http://wayland.freedesktop.org/building.html
Voting 0