<?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>The Lounge Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/the-lounge/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 29 Sep 2020 22:00:51 +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>Install The Lounge on Ubuntu 20.04. A modern client for IRC.</title>
		<link>https://www.osradar.com/install-the-lounge-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/install-the-lounge-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 01 Oct 2020 03:04:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[communications]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[modern]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[The Lounge]]></category>
		<category><![CDATA[TheLounge]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=10660</guid>

					<description><![CDATA[<p>Hello, friends. Believe it or not, IRC is not dead. It&#8217;s still widely used. That&#8217;s why in this post we&#8217;ll show you how to install The Lounge on Ubuntu 20.04 First of all, it is important to remember that it is IRC. Internet Relay Chat is a real-time communications protocol. Using IRC, users should not [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-lounge-ubuntu-20-04/">Install The Lounge on Ubuntu 20.04. A modern client for IRC.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello, friends. Believe it or not, IRC is not dead. It&#8217;s still widely used. That&#8217;s why in this post we&#8217;ll show you <strong>how to install The Lounge on Ubuntu 20.04</strong></p>
<p>First of all, it is important to remember that it is IRC. Internet Relay Chat is a real-time communications protocol. Using IRC, users should not establish <a href="https://www.osradar.com/enjoy-discord-on-linux/" rel="noopener">communication</a> beforehand, so that all users on a channel can communicate with each other, even if they have had no previous contact. Widely used for discussions and technical support of many open source projects.</p>
<p><a href="https://thelounge.chat/" rel="noopener">The lounge</a> is a <strong>web-based IRC client</strong>. It has many modern features such as push notifications. Besides being open source, <strong>it is also cross-platform because it can be installed on various operating systems such as Windows, Linux or Mac OS</strong>. On the other hand, the application has a new responsive graphical interface, which makes it ideal for daily use, all this without sacrificing performance.</p>
<p>So, let us start.</p>
<h2>1.- Upgrade the system</h2>
<p>This is an essential step if you want to keep your operating system stable and robust. Therefore, it is always advisable to do it frequently.</p>
<p>Open a terminal and run the following command:</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt upgrade</pre>
<p>Upgrading the system is important because you will install all the necessary security patches to improve system security. Above all in a production machine.</p>
<h2>2.- Install Node.js</h2>
<p>The next step to install this modern IRC client is to have <a href="https://nodejs.org/" rel="noopener">node.js</a> installed. The Lounge is built with web technologies, and part of those technologies includes node.js.</p>
<p>The application requires at least version 6.</p>
<p>So, in this post, you will learn to <a href="https://www.osradar.com/how-to-install-node-js-on-ubuntu-20-04/" target="_blank" rel="noopener noreferrer">install node.js on Ubuntu 20.04.</a></p>
<h2>3.- Install YARN</h2>
<p><a href="https://yarnpkg.com/en/" rel="noopener">YARN</a> is dependency management that focuses on speed, reliability, and security. Using YARN we will be able to install the latest stable version of The Lounge in an easy way.</p>
<p>So, run these commands:</p>
<pre class="">:~$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -<br>OK
:~$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list</pre>
<p>Next, install it.</p>
<pre class="">:~$ sudo apt update &amp;&amp; sudo apt install yarn</pre>
<p>So, Node.js and YARN are correctly installed.</p>
<h2>4.- Getting The Lounge on Ubuntu 20.04</h2>
<p>Now it&#8217;s your turn to install The Lounge, so use YARN.</p>
<pre class="">:~$ sudo yarn global add thelounge</pre>
<p>Once you have finished the installation process run The Lounge with this command:</p>
<pre class="">:~$ thelounge start</pre>
<p>Then, you will see this.</p>
<figure id="attachment_24089" aria-describedby="caption-attachment-24089" style="width: 1074px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-24089 size-full" src="https://www.osradar.com/wp-content/uploads/2019/02/2-19.png" alt="1.- Start The Lounge application" width="1074" height="213" srcset="https://www.osradar.com/wp-content/uploads/2019/02/2-19.png 1074w, https://www.osradar.com/wp-content/uploads/2019/02/2-19-300x59.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/2-19-1024x203.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/2-19-768x152.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/2-19-696x138.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/2-19-1068x212.png 1068w" sizes="(max-width: 1074px) 100vw, 1074px" /><figcaption id="caption-attachment-24089" class="wp-caption-text">1.- Start The Lounge application</figcaption></figure>
<p>After that, open your web browser and go to <code>http://localhost:9000/</code> or <code>http://SERVER_IP:9000</code>.</p>
<figure id="attachment_24090" aria-describedby="caption-attachment-24090" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-24090 size-full" src="https://www.osradar.com/wp-content/uploads/2019/02/Screenshot_2020-09-28-The-Lounge.png" alt="The Lounge main screen" width="1366" height="630" srcset="https://www.osradar.com/wp-content/uploads/2019/02/Screenshot_2020-09-28-The-Lounge.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/Screenshot_2020-09-28-The-Lounge-300x138.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/Screenshot_2020-09-28-The-Lounge-1024x472.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/Screenshot_2020-09-28-The-Lounge-768x354.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/Screenshot_2020-09-28-The-Lounge-696x321.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/Screenshot_2020-09-28-The-Lounge-1068x493.png 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-24090" class="wp-caption-text">The Lounge main screen</figcaption></figure>
<h2>5.- Create a new user for the Lounge</h2>
<p>Now in order to enjoy The Lounge, it is necessary to create a new user. Stop, go to the terminal, and press CTRL + C to end the execution of The Lounge. And type the following.</p>
<pre class="">:~$ thelounge add angelo</pre>
<figure id="attachment_24091" aria-describedby="caption-attachment-24091" style="width: 1074px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-24091 size-full" src="https://www.osradar.com/wp-content/uploads/2019/02/2-20.png" alt="Adding a new user fo The Lounge" width="1074" height="213" srcset="https://www.osradar.com/wp-content/uploads/2019/02/2-20.png 1074w, https://www.osradar.com/wp-content/uploads/2019/02/2-20-300x59.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/2-20-1024x203.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/2-20-768x152.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/2-20-696x138.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/2-20-1068x212.png 1068w" sizes="(max-width: 1074px) 100vw, 1074px" /><figcaption id="caption-attachment-24091" class="wp-caption-text">Adding a new user fo The Lounge</figcaption></figure>
<p>This command will create the <em>angelo</em> user and then you will be prompted to create the password and an option about the logs.</p>
<p>Start The Lounge again:</p>
<pre class="">:~$ thelounge start</pre>
<p>And come back to the web browser, and log in. You will see this:</p>
<figure id="attachment_10670" aria-describedby="caption-attachment-10670" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-10670 size-full" src="https://www.osradar.com/wp-content/uploads/2019/02/8-7.png" alt="IRC options" width="1366" height="670" srcset="https://www.osradar.com/wp-content/uploads/2019/02/8-7.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-1068x524.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/8-7-856x420.png 856w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10670" class="wp-caption-text">IRC options</figcaption></figure>
<p>On the previous screen, you will see the IRC options. You will be able to configure the nickname, the server, and the channel to use. Once you have done it, you can click on the connect button.</p>
<figure id="attachment_10671" aria-describedby="caption-attachment-10671" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-10671 size-full" src="https://www.osradar.com/wp-content/uploads/2019/02/9-7.png" alt="The Lounge on Ubuntu 20.04" width="1366" height="670" srcset="https://www.osradar.com/wp-content/uploads/2019/02/9-7.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-1068x524.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/9-7-856x420.png 856w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10671" class="wp-caption-text">The Lounge on Ubuntu 20.04</figcaption></figure>
<p>So, that is it.</p>
<h2>Conclusion</h2>
<p>The Lounge is a modern IRC client that comes to return faith in this protocol that allows people to discuss and interact for common purposes. Its installation is within the reach of a few commands and its use is well worth it.</p>
<p>Share this article with your friends. And join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram Channel</a>. Also, you can buy us some coffees.</p>
<p></p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-lounge-ubuntu-20-04/">Install The Lounge on Ubuntu 20.04. A modern client for IRC.</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-the-lounge-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
