<?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>install plex on rhel 8 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/install-plex-on-rhel-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 23 Sep 2019 18:32:04 +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>How to Use lsof Command</title>
		<link>https://www.osradar.com/how-to-use-lsof-command/</link>
					<comments>https://www.osradar.com/how-to-use-lsof-command/#respond</comments>
		
		<dc:creator><![CDATA[Muhammad Nabeel]]></dc:creator>
		<pubDate>Mon, 23 Sep 2019 18:31:58 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[install plex on rhel 8]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unix]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13606</guid>

					<description><![CDATA[<p>lsof is a command meaning &#8220;list open files&#8221;, which is used to report a list of all open files and the processes that opened them. It is used to show that which file is open by which process. In this article, you will learn that how to use lsof command. Some useful command are as [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-use-lsof-command/">How to Use lsof Command</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>lsof</strong> is a command meaning &#8220;list open files&#8221;, which is used to report a list of all open files and the processes that opened them.</p>
<p>It is used to show that which file is open by which process. In this article, you will learn that how to use lsof command.</p>
<p>Some useful command are as below:</p>
<p>If &#8220;<strong>lsof</strong>&#8221; is not working on your system, simple run below command in order to install it.</p>
<pre>yum install -y lsof</pre>
<h3><strong>1- List all open files</strong></h3>
<p>run following command to list all open files.</p>
<pre>lsof</pre>
<p><img loading="lazy" class="alignnone  wp-image-13608" src="https://www.osradar.com/wp-content/uploads/2019/09/1-9-300x103.png" alt="" width="676" height="232" srcset="https://www.osradar.com/wp-content/uploads/2019/09/1-9-300x103.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/1-9-768x264.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/1-9-1024x351.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/1-9-696x239.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/1-9-1068x367.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/1-9-1224x420.png 1224w, https://www.osradar.com/wp-content/uploads/2019/09/1-9.png 1920w" sizes="(max-width: 676px) 100vw, 676px" /></p>
<p>Command: The name of the command associated with the process that opened the file.<br />
<strong>PID:&nbsp;</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Process ID of the process that opened the file.<br />
<strong>TID:&nbsp;</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Task or thread Identification number. if its blank it means, it is not a task. it is a process.<br />
<strong>User:&nbsp;</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; User ID or the owner name of the process.<br />
<strong>FD:</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Shows the file descriptor of the file.<br />
<strong>Type: &nbsp;</strong> &nbsp; &nbsp; &nbsp; type of node associated with the file.<br />
<strong>Device:</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Contains device numbers.<br />
<strong>Size/Off: </strong>&nbsp; Shows the size of the file in bytes.<br />
<strong>Node:&nbsp;</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Shows the node number of a local file.<br />
<strong>Name:&nbsp;</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Shows the name of the mount point and file system on which the file placed.</p>
<h3><strong>Show Files Opened By a User</strong></h3>
<p>So, below command will show the list of all opened files of user &#8220;osradar&#8221;</p>
<pre>lsof -u osradar</pre>
<p><img loading="lazy" class="alignnone  wp-image-13609" src="https://www.osradar.com/wp-content/uploads/2019/09/2-8-300x58.png" alt="" width="678" height="131" srcset="https://www.osradar.com/wp-content/uploads/2019/09/2-8-300x58.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/2-8-768x150.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/2-8-1024x199.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/2-8-696x136.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/2-8-1068x208.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/2-8.png 1920w" sizes="(max-width: 678px) 100vw, 678px" /></p>
<h3><strong>Print all Network Connections</strong></h3>
<pre>lsof -i</pre>
<h3><strong>See files based on IPv4 Address</strong></h3>
<pre>lsof -i 4</pre>
<p><img loading="lazy" class="alignnone  wp-image-13610" src="https://www.osradar.com/wp-content/uploads/2019/09/3-9-300x53.png" alt="" width="679" height="120" srcset="https://www.osradar.com/wp-content/uploads/2019/09/3-9-300x53.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/3-9-768x136.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/3-9-1024x181.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/3-9-696x123.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/3-9-1068x189.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/3-9.png 1920w" sizes="(max-width: 679px) 100vw, 679px" /></p>
<h3><strong>list files based on IPv6 Address</strong></h3>
<pre>lsof -i 6</pre>
<p><img loading="lazy" class="alignnone  wp-image-13611" src="https://www.osradar.com/wp-content/uploads/2019/09/4-9-300x39.png" alt="" width="669" height="87" srcset="https://www.osradar.com/wp-content/uploads/2019/09/4-9-300x39.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/4-9-768x99.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/4-9-1024x132.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/4-9-696x90.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/4-9-1068x137.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/4-9.png 1920w" sizes="(max-width: 669px) 100vw, 669px" /></p>
<h3><strong>List Processes of TCP Specific Port</strong></h3>
<p>To show all running process of a specific port, use <strong>-i</strong> option with <strong>lsof</strong> command. In below command we will show running process of port <strong>22</strong></p>
<pre>lsof -i TCP:22</pre>
<p><img loading="lazy" class="alignnone  wp-image-13612" src="https://www.osradar.com/wp-content/uploads/2019/09/5-8-300x41.png" alt="" width="659" height="90" srcset="https://www.osradar.com/wp-content/uploads/2019/09/5-8-300x41.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/5-8-768x106.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/5-8-1024x142.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/5-8-696x96.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/5-8-1068x148.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/5-8.png 1693w" sizes="(max-width: 659px) 100vw, 659px" /></p>
<h3><strong>List Processes of TCP Ports range</strong></h3>
<p>Below command will show you all the files processes from port 1 to port 1024</p>
<pre>lsof -i TCP:1-1024</pre>
<p><img loading="lazy" class="alignnone  wp-image-13613" src="https://www.osradar.com/wp-content/uploads/2019/09/6-10-300x52.png" alt="" width="658" height="114" srcset="https://www.osradar.com/wp-content/uploads/2019/09/6-10-300x52.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/6-10-768x134.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/6-10-1024x179.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/6-10-696x121.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/6-10-1068x186.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/6-10.png 1697w" sizes="(max-width: 658px) 100vw, 658px" /></p>
<h3><strong>See who is Looking What Files and Commands</strong></h3>
<pre>lsof -i -u osradar</pre>
<p><img loading="lazy" class="alignnone  wp-image-13614" src="https://www.osradar.com/wp-content/uploads/2019/09/7-10-300x72.png" alt="" width="683" height="164" srcset="https://www.osradar.com/wp-content/uploads/2019/09/7-10-300x72.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/7-10-768x184.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/7-10-1024x245.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/7-10-696x167.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/7-10-1068x256.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/7-10-1753x420.png 1753w, https://www.osradar.com/wp-content/uploads/2019/09/7-10.png 1920w" sizes="(max-width: 683px) 100vw, 683px" /></p>
<h3><strong>List files by PID</strong></h3>
<p>below command will show you who is running on process 1326</p>
<pre>lsof -p 1326</pre>
<p>I hope you will learn much about lsof command, if you want to go deeper see man pages by running command &#8220;<strong>man lsof</strong>&#8220;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-use-lsof-command/">How to Use lsof Command</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/how-to-use-lsof-command/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Plex Media Server on RHEL 8 AND CENTOS 8?</title>
		<link>https://www.osradar.com/install-plex-media-server-rhel-8-centos-8/</link>
					<comments>https://www.osradar.com/install-plex-media-server-rhel-8-centos-8/#comments</comments>
		
		<dc:creator><![CDATA[Muhammad Nabeel]]></dc:creator>
		<pubDate>Wed, 28 Aug 2019 08:12:05 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[install plex on centos]]></category>
		<category><![CDATA[install plex on rhel 8]]></category>
		<category><![CDATA[media server]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[streaming server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13129</guid>

					<description><![CDATA[<p>Plex is a client-server media player system and software suite comprising two main components. The Plex Media Server desktop application runs on Windows, macOS, and Linux-compatibles including some types of NAS devices. The server desktop application organizes video, audio, and photos from a user&#8217;s collections and from online services, enabling the players to access and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-plex-media-server-rhel-8-centos-8/">How to install Plex Media Server on RHEL 8 AND CENTOS 8?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Plex is a client-server media player system and software suite comprising two main components. The Plex Media Server desktop application runs on Windows, macOS, and Linux-compatibles including some types of NAS devices. The server desktop application organizes video, audio, and photos from a user&#8217;s collections and from online services, enabling the players to access and stream the contents. There are also official clients available for mobile devices, smart TVs, and streaming boxes, a web app, and Plex Home.</p>
<p>In this article, you will learn how to install Plex on CentOS/RHEL 8 (64-bit) server.</p>
<p><strong>Prerequisites</strong></p>
<ul>
<li>RHEL or CentOS 8 Server.</li>
<li>Root Access.</li>
<li>A static IP address.</li>
</ul>
<h2>Step 1: Add Plex Repository</h2>
<pre>vi /etc/yum.repos.d/plex.repo</pre>
<p>Add below lines in this file.</p>
<pre>[Plex]
name=Plex
baseurl=https://downloads.plex.tv/repo/rpm/$basearch/
enabled=1
gpgkey=https://downloads.plex.tv/plex-keys/PlexSign.key
gpgcheck=1</pre>
<p><img loading="lazy" class="alignnone wp-image-13134" src="https://www.osradar.com/wp-content/uploads/2019/08/1-2-300x55.png" alt="" width="676" height="124" srcset="https://www.osradar.com/wp-content/uploads/2019/08/1-2-300x55.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/1-2-768x140.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/1-2-1024x187.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/1-2-696x127.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/1-2-1068x195.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/1-2.png 1280w" sizes="(max-width: 676px) 100vw, 676px" /></p>
<h2>Step 2: Installation on Plex media server</h2>
<p>Use below command to install plex:</p>
<pre>dnf install plexmediaserver -y</pre>
<p><img loading="lazy" class="alignnone wp-image-13135" src="https://www.osradar.com/wp-content/uploads/2019/08/2-4-300x110.png" alt="" width="673" height="247" srcset="https://www.osradar.com/wp-content/uploads/2019/08/2-4-300x110.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/2-4-768x281.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/2-4-1024x375.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/2-4-696x255.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/2-4-1068x391.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/2-4-1146x420.png 1146w, https://www.osradar.com/wp-content/uploads/2019/08/2-4.png 1280w" sizes="(max-width: 673px) 100vw, 673px" /></p>
<p>Now enable plex service on boot and start it.</p>
<pre>systemctl enable plexmediaserver
systemctl start plexmediaserver</pre>
<p><img loading="lazy" class="alignnone wp-image-13136" src="https://www.osradar.com/wp-content/uploads/2019/08/3-2-300x58.png" alt="" width="667" height="129" srcset="https://www.osradar.com/wp-content/uploads/2019/08/3-2-300x58.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/3-2-768x149.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/3-2-1024x199.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/3-2-696x135.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/3-2-1068x208.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/3-2.png 1280w" sizes="(max-width: 667px) 100vw, 667px" /></p>
<h2>Step 3: Configure Firewalld for Plex</h2>
<p>create new firewalld service configuration &#8220;plex.xml&#8221; for plex using below command.</p>
<pre>vi /etc/firewalld/services/plex.xml</pre>
<p>Now add below configuration in this file.</p>
<pre>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;service&gt;
&lt;short&gt;plex&lt;/short&gt;
&lt;description&gt;Ports required by Plex.&lt;/description&gt;
&lt;port protocol="tcp" port="32400"&gt;&lt;/port&gt;
&lt;port protocol="tcp" port="32469"&gt;&lt;/port&gt;
&lt;port protocol="tcp" port="8324"&gt;&lt;/port&gt;
&lt;port protocol="tcp" port="3005"&gt;&lt;/port&gt;
&lt;port protocol="udp" port="32414"&gt;&lt;/port&gt;
&lt;port protocol="udp" port="32413"&gt;&lt;/port&gt;
&lt;port protocol="udp" port="32412"&gt;&lt;/port&gt;
&lt;port protocol="udp" port="32410"&gt;&lt;/port&gt;
&lt;port protocol="udp" port="1900"&gt;&lt;/port&gt;
&lt;port protocol="udp" port="5353"&gt;&lt;/port&gt;
&lt;/service&gt;</pre>
<p>Save changes and exit.</p>
<p><img loading="lazy" class="alignnone wp-image-13137" src="https://www.osradar.com/wp-content/uploads/2019/08/4-3-300x96.png" alt="" width="672" height="215" srcset="https://www.osradar.com/wp-content/uploads/2019/08/4-3-300x96.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/4-3-768x245.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/4-3-1024x327.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/4-3-696x222.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/4-3-1068x341.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/4-3.png 1280w" sizes="(max-width: 672px) 100vw, 672px" />So, add &#8220;plex&#8221; service in firewalld list and restart the firewall.</p>
<pre>firewall-cmd --add-service=plex --permanent
firewall-cmd --reload</pre>
<p><img loading="lazy" class="alignnone wp-image-13138" src="https://www.osradar.com/wp-content/uploads/2019/08/5-6-300x59.png" alt="" width="671" height="132" srcset="https://www.osradar.com/wp-content/uploads/2019/08/5-6-300x59.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/5-6-768x150.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/5-6-1024x200.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/5-6-696x136.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/5-6-1068x209.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/5-6.png 1280w" sizes="(max-width: 671px) 100vw, 671px" /></p>
<h2>Step 4: Access Plex Media Server</h2>
<p>Then, you can access your Plex using below link and you will see welcome screen provided in the image below.</p>
<p><strong>http://SERVER-IP:32400/web/</strong></p>
<p><img loading="lazy" class="alignnone wp-image-13139" src="https://www.osradar.com/wp-content/uploads/2019/08/6-6-300x137.png" alt="" width="670" height="306" srcset="https://www.osradar.com/wp-content/uploads/2019/08/6-6-300x137.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/6-6-768x352.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/6-6-1024x469.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/6-6-696x319.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/6-6-1068x489.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/6-6-916x420.png 916w, https://www.osradar.com/wp-content/uploads/2019/08/6-6.png 1366w" sizes="(max-width: 670px) 100vw, 670px" /></p>
<p>Now complete the registration and you will be redirected to your dashboard.</p>
<p><img loading="lazy" class="alignnone wp-image-13140" src="https://www.osradar.com/wp-content/uploads/2019/08/7-6-300x157.png" alt="" width="673" height="352" srcset="https://www.osradar.com/wp-content/uploads/2019/08/7-6-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/7-6-768x403.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/7-6-1024x537.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/7-6-696x365.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/7-6-1068x560.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/7-6-801x420.png 801w, https://www.osradar.com/wp-content/uploads/2019/08/7-6.png 1366w" sizes="(max-width: 673px) 100vw, 673px" /></p>
<p>And that is it. So, enjoy it.</p>
<p>Als you can read <a href="https://www.osradar.com/install-cezerin-platform-ubuntu-18-04/">our post about cezerin</a>. Or, all <a href="https://www.osradar.com/tag/centos/">our posts about CentOS</a>.</p>
<p>So, do not forget to share this post with your friends and please join <a href="https://t.me/osradar">our Telegram Channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-plex-media-server-rhel-8-centos-8/">How to install Plex Media Server on RHEL 8 AND CENTOS 8?</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/install-plex-media-server-rhel-8-centos-8/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
	</channel>
</rss>
