<?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>TeamRecord &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/teamrecord/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Mon, 08 Feb 2021 08:31:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.12</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>TeamRecord &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Install TermRecord on CentOS 7</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-teamrecord-on-centos-7/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-teamrecord-on-centos-7/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 26 Feb 2020 13:54:50 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=1444</guid>

					<description><![CDATA[TermRecord is a tool that was written in Python. It is very simple and open source, which allows you to save all terminal sessions in an easy-to-use, stand-alone HTML file. Before installation, you should update the list of packages and software to the latest version sudo yum update -y Install [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>TermRecord</strong> is a tool that was written in Python. It is very simple and open source, which allows you to save all terminal sessions in an easy-to-use, stand-alone HTML file. Before installation, you should update the list of packages and software to the latest version</p>



<p><code>sudo yum update -y </code> </p>



<h2 id="install-pip" >Install pip </h2>



<p>Add<strong> EPEL</strong> Repository </p>



<pre class="wp-block-code"><code>sudo yum install epel-release</code></pre>



<p>Install pip </p>



<pre class="wp-block-code"><code>sudo yum install python-pip</code></pre>



<p>After the installation is completed, you can make sure that it was successful with the following command: </p>



<pre class="wp-block-code"><code>pip -V</code></pre>



<p>Next, you can observe the conclusion, which is similar to the following:</p>



<pre class="wp-block-code"><code>pip -V
pip 8.1.1 from /usr/lib/python2.7/dist-packages (python 2.7)</code></pre>



<h2 id="install-termrecord" >Install TermRecord </h2>



<p>Install <strong>TearRecord </strong>using the Python package manager (pip):</p>



<pre class="wp-block-code"><code>sudo pip install TermRecord</code></pre>



<p>It is quite simple to record from the terminal with <strong>TermRecord</strong>. To do this, just run the command, which is presented below: </p>



<pre class="wp-block-code"><code>TermRecord -o record.html</code></pre>



<p>After the command is executed, accordingly, a message will be received stating that the recording script has been started and a temporary recording file has been created. For any operations that will be performed on your server, please use </p>



<p><code>TermRecord --help</code></p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-teamrecord-on-centos-7/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
