In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail how to achieve screen recording and playback through the Linux command. The content of the article is of high quality, so the editor shares it for you as a reference. I hope you will have some understanding of the relevant knowledge after reading this article.
I believe most people have not heard of Linux system through the command line can also achieve screen recording and playback, so how to achieve it? The following tutorial network will share with you how to achieve screen recording and playback through the Linux command.
We need script,scriptreplay already installed in the system.
For example, we can do it in the following ways. Simply run a few commands, and then play back to see if you can output step by step.
$script-T2 > time.log-a record.session
Script started, file is record.session
$echo test begin
Test begin
$echo test start
Test start
$echo test end
Test end
$exit
Exit
Script done, file is record.session
The recording of this screen is over, and we play it back and forth through scriptreplay.
$scriptreplay time.log record.session
After entering this command, you will see that the screen seems to have been manipulated, run the command step by step, and then output it, which feels very fulfilling.
If you need to see this process on another machine, you can copy the files generated by time.log and record.session and run the command directly.
The contents of the timestamp file are as follows. All recorded a little bit of operation time information.
$cat time.log
0.350314 17
0.052705 1
1.176860 1
0.241008 1
0.064975 1
On how to achieve screen recording and playback through the Linux command to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.