- 1. 前言
- 2.1. Linux 简介与安装
- 2.2. Linux 目录结构
- 2.3. Linux 命令
- 3.1. Linux 用户管理
- 3.2. Linux 权限规划 Authority Division:ACL 权限控制
- 4.2. Linux 计划任务 - 例行性工作排程
- 4.3. Linux 程序管理和 SELinux 初探
- 4.7. Linux 防火墙
- 5.1. Linux 网络基础
- 5.3. FTP:Vsftp
- 6.4. 虚拟化概述
- 6.5. Docker
- 7.1. GCC
- 7.5. 使用 you-get 和 youtube-dl 下载 YouTube 视频列表
- 7.6. MPlayer
- 7.7. google-chrome & chromium
- 7.8. Scrot:截图工具
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
7.8. Scrot:截图工具
安装
$ sudo apt-get install scrot
使用方法
整个桌面截图(Full desktop)
$ scrot $ scrot ~/Downloads/my_desktop.png //Saving to specified directory.
特定区域截图(选择截取)(Specific area)
$ scrot -s
延迟截图(temporize screenshot)
$ scrot -s -d 5
截图调整质量(Adjust the quality of screenshots)
$ scrot -q 50
截图调整大小(Adjust the screen size)
$ scrot -t 10
将截图发送给其他命令(Deliver the intercepted screenshots to other commands)
$ scrot -e 'mv $f ~/screenshots'
参考资料(References)
https://linux.cn/article-3197-1.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论