<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>termrecord Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/termrecord/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 20 Jun 2019 22:40:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Record your terminal session with TermRecord</title>
		<link>https://www.osradar.com/record-your-terminal-session-with-termrecord/</link>
					<comments>https://www.osradar.com/record-your-terminal-session-with-termrecord/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 23 Jun 2019 23:22:06 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[pip]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[termrecord]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12454</guid>

					<description><![CDATA[<p>The terminal is one of the most useful tools of all Linux. It is the main tool of the Sysadmins and many programmers in the system. However, sometimes it is convenient to have a record of our activities in the terminal. To do this, we have a tool created in Python that can record our [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/record-your-terminal-session-with-termrecord/">Record your terminal session with TermRecord</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The terminal is one of the most useful tools of all Linux. It is the main tool of the Sysadmins and many programmers in the system. However, sometimes it is convenient to have a record of our activities in the terminal. To do this, we have a tool created in Python that can record our terminal session. In this post, I will tell you about TermRecord and how to install it.</p>
<h2>What is TermRecord?</h2>
<p><a href="https://github.com/theonewolf/TermRecord" target="_blank" rel="noopener noreferrer">TermRecord</a> is an application written in <a href="https://www.osradar.com/tag/python/" target="_blank" rel="noopener noreferrer">Python</a> that records our terminal session. One that finishes the recording exports it into a <strong>self-contained HTML output that is easy to share</strong>.</p>
<p>On the other hand, TermRecord can be installed on many Linux and MacOS distributions. It is open source released under the <a href="https://github.com/theonewolf/TermRecord/blob/master/LICENSE" target="_blank" rel="noopener noreferrer">MIT license</a> and this provides us with the security of auditing the source code. In addition, the application has some controls that allow you to better enjoy the recorded content.</p>
<p>The application is especially useful if we need to share our terminal session. Let&#8217;s think that in a technology department you need to contrast some information that is generated in the terminal. Moreover, it is ideal for learning tutorials in the field of education or training.</p>
<p>So, let us install it.</p>
<h2>Record your terminal session with TermRecord</h2>
<p><strong>The application depends on Python</strong>, so if you use Linux it is very difficult not to install it. So we can install PIP to help us with the installation.</p>
<p>If you use <a href="https://www.osradar.com/tag/debian/" target="_blank" rel="noopener noreferrer">Debian</a>, <a href="https://www.osradar.com/tag/ubuntu/" target="_blank" rel="noopener noreferrer">Ubuntu</a>, <a href="https://www.osradar.com/tag/linux-mint/" target="_blank" rel="noopener noreferrer">Linux Mint</a> or derivatives, just write the following on a terminal:</p>
<pre>:~$ sudo apt install python-pip</pre>
<p>However, if you use <a href="https://www.osradar.com/tag/centos/" target="_blank" rel="noopener noreferrer">CentOS</a> or RHLE, you can install it with this command:</p>
<pre>:~$ sudo yum install python-pip</pre>
<p>In case you use <a href="https://www.osradar.com/tag/opensuse/" target="_blank" rel="noopener noreferrer">OpenSUSE</a>, run this command:</p>
<pre>:~$ sudo zypper in python-pip</pre>
<p>Next, install TermRecord using PIP.</p>
<pre>:~$ sudo pip install TermRecord</pre>
<figure id="attachment_12478" aria-describedby="caption-attachment-12478" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12478" src="https://www.osradar.com/wp-content/uploads/2019/06/1-13.png" alt="1.- Install TermRecord to record the terminal session" width="1365" height="324" srcset="https://www.osradar.com/wp-content/uploads/2019/06/1-13.png 1365w, https://www.osradar.com/wp-content/uploads/2019/06/1-13-300x71.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/1-13-768x182.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/1-13-1024x243.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/1-13-696x165.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/1-13-1068x254.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12478" class="wp-caption-text">1.- Install TermRecord to record the terminal session</figcaption></figure>
<p>And to start to record your terminal session, use the following command:</p>
<pre>:~$ <code class="bash plain">TermRecord -o session.html</code></pre>
<p>When you want to finish recording, type exit and press enter.</p>
<p>Next, open the file using your browser.</p>
<p>TermRecord is a wonder because it detects the size of our terminal window. In addition to this, it has interactive buttons in playback such as pause, play and ability to <strong>speed up and slow down playback</strong>.</p>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>Linux is a very flexible system. In this post, we talk about TermRecord and how it is possible to record the terminal session easily, quickly and without using heavy applications.</p>
<p>So, you can also read <a href="https://www.osradar.com/get-the-latest-python-on-linux/" target="_blank" rel="noopener noreferrer">Get the Latest Python on Linux</a></p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/record-your-terminal-session-with-termrecord/">Record your terminal session with TermRecord</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/record-your-terminal-session-with-termrecord/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
