- 自话 tags:
- football
- job
- Life published: true comments: true
以下是今天的闲言碎语。
- 其实中超真挺好看的,我不是说球,纯技术的欣赏还是交给伪球迷吧。群雄 …
以下是今天的闲言碎语。
After I post my command to commandlinefu.com, there is an alternative command followed: (echo "set terminal png;plot '-' u 1:2 t 'cpu' w linespoints;"; sudo vmstat 2 10 | awk 'NR > 2 {print NR, $13}') | gnuplot > plot …
Gnuplot is considered to be one of the most famous plotting tools on both linux and windows. With Gnuplot, generation of charts becomes agile and easy. Gnuplot supports sorts of terminals range from gui, image to printer. To enable …