随笔分类 - tools
摘要:Simulate System LoadsSysadmins often need to discover how the performance of an application is affected when the system is under certain types of load
阅读全文
摘要:调整更新频率: sudo powertop --time=x sedonds 输出csv文件: sudo powertop --csv=x.csv 输出html文件: sudo powertop --html=x.html c0~c7对应cpu7个状态,其中c0是全速工作,c1~c7对应不同程度的节
阅读全文
摘要:登陆远程服务器: ssh aby@10.18.91.41 -p 2014 把本地文件夹XXX上传到服务器 scp -P 2014 -r XXX/ zby@10.18.91.41:/home/zby 上述命令将前后文件夹倒转过来就是反的意思。
阅读全文
摘要:sudo apt-get install gwenview
阅读全文