<?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>communications Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/communications/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>
		<item>
		<title>Install Ejabberd on CentOS 7</title>
		<link>https://www.osradar.com/install-ejabberd-on-centos-7/</link>
					<comments>https://www.osradar.com/install-ejabberd-on-centos-7/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 13 Feb 2019 12:17:06 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[communications]]></category>
		<category><![CDATA[ejabberd]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[XMPP]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=10736</guid>

					<description><![CDATA[<p>In today&#8217;s age, the age of security, many organizations like to have control of their communications. Fortunately, it has an open, secure and reliable protocol like XMPP. Thanks to this, it is possible to deploy various communication solutions for businesses and organization, specifically messaging. Therefore, today I will teach you how to install Ejabberd on [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-ejabberd-on-centos-7/">Install Ejabberd on CentOS 7</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In today&#8217;s age, the age of security, many organizations like to have control of their communications. Fortunately, it has an open, secure and reliable protocol like XMPP. Thanks to this, it is possible to deploy various <a href="https://www.osradar.com/slack-a-great-application-for-team-communication/" rel="noopener">communication</a> solutions for businesses and organization, specifically messaging. Therefore, today I will teach you how to install Ejabberd on <a href="https://osradar.com/tag/centos/" rel="noopener">CentOS</a> 7 so that you too can take advantage of this protocol.</p>
<p>In case you did not know, <a href="https://www.process-one.net/en/ejabberd/" rel="noopener">Ejabberd</a> is a messaging server that uses the <a href="https://xmpp.org/" rel="noopener">XMPP</a> protocol. It is open source and has a community version that will save us money, ideal if our company is small. Its main objective is to be fast and scalable, so, that it can be used in almost any scenario.</p>
<p>So, let us start to install Ejabberd on CentOS 7.</p>
<h2>1. Upgrade the system and install glibc</h2>
<p>First, you need to update the system. You know, with this you will have installed the latest security patches and you will be able to enjoy a more stable and secure system.</p>
<pre class="">:~$ su
:~# yum update</pre>
<p><figure id="attachment_10739" aria-describedby="caption-attachment-10739" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10739" src="https://www.osradar.com/wp-content/uploads/2019/02/1-9.png" alt="1.- Upgrade the system" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/02/1-9.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/1-9-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/1-9-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/1-9-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/1-9-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/1-9-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/1-9-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10739" class="wp-caption-text">1.- Upgrade the system</figcaption></figure></p>
<p>Now, you have to install a required library. It is <code>glibc</code>.</p>
<pre class="">:~# yum install glibc</pre>
<p><figure id="attachment_10740" aria-describedby="caption-attachment-10740" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10740" src="https://www.osradar.com/wp-content/uploads/2019/02/2-9.png" alt="2.- Install glibc" width="1365" height="638" srcset="https://www.osradar.com/wp-content/uploads/2019/02/2-9.png 1365w, https://www.osradar.com/wp-content/uploads/2019/02/2-9-300x140.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/2-9-768x359.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/2-9-1024x479.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/2-9-696x325.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/2-9-1068x499.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/2-9-899x420.png 899w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-10740" class="wp-caption-text">2.- Install glibc</figcaption></figure></p>
<p>So, now you have the system updated and with glibc installed, you can continue with the installation.</p>
<h2>2. Download and install Ejabberd</h2>
<p>The next step is to download the Ejabberd binaries from the <a href="https://www.process-one.net/en/ejabberd/downloads/" rel="noopener">website</a>. In this case, I will use the binary in. RPM format. At the time of writing this post, the latest stable version of Ejabberd is 18.12.1.</p>
<pre class="">:~# yum install wget
:~# wget https://www.process-one.net/downloads/downloads-action.php?file=/ejabberd/18.12.1/ejabberd-18.12.1-0.x86_64.rpm</pre>
<p><figure id="attachment_10741" aria-describedby="caption-attachment-10741" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10741" src="https://www.osradar.com/wp-content/uploads/2019/02/3-9.png" alt="3.- Donwload ejabberd" width="1365" height="430" srcset="https://www.osradar.com/wp-content/uploads/2019/02/3-9.png 1365w, https://www.osradar.com/wp-content/uploads/2019/02/3-9-300x95.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/3-9-768x242.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/3-9-1024x323.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/3-9-696x219.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/3-9-1068x336.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/3-9-1333x420.png 1333w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-10741" class="wp-caption-text">3.- Download ejabberd</figcaption></figure></p>
<p>After that, install the downloaded package using yum.</p>
<pre class="">:~# mv downloads-action.php\?file\=%2Fejabberd%2F18.12.1%2Fejabberd-18.12.1-0.x86_64.rpm ejabberd.rpm
:~# rpm -ivh ejabberd.rpm</pre>
<p><figure id="attachment_10742" aria-describedby="caption-attachment-10742" style="width: 912px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10742" src="https://www.osradar.com/wp-content/uploads/2019/02/4-7.png" alt="4.- Install Ejabberd on CentOS" width="912" height="171" srcset="https://www.osradar.com/wp-content/uploads/2019/02/4-7.png 912w, https://www.osradar.com/wp-content/uploads/2019/02/4-7-300x56.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/4-7-768x144.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/4-7-696x131.png 696w" sizes="(max-width: 912px) 100vw, 912px" /><figcaption id="caption-attachment-10742" class="wp-caption-text">4.- Install Ejabberd on CentOS</figcaption></figure></p>
<p>Note the following, the ejabberd initialization script is located at <code>/etc/init.d/</code>. In addition, the <code>ejabberd</code> user will be created.</p>
<h2>3. Starting the Ejabberd service</h2>
<p>Now it is necessary to work with the Ejabberd service, to start it or restart it when it is convenient.</p>
<p>All you have to do is copy the <code>ejabberd.service</code> file located in the <code>/opt/ejabberd-18.12.1/bin/</code> folder to the <code>/etc/systemd/system/</code> folder.</p>
<pre class="">:~# cp /opt/ejabberd-18.12.1/bin/ejabberd.service /etc/systemd/system/</pre>
<p><figure id="attachment_10743" aria-describedby="caption-attachment-10743" style="width: 843px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10743" src="https://www.osradar.com/wp-content/uploads/2019/02/5-9.png" alt="5.- Working with the ejabberd service" width="843" height="110" srcset="https://www.osradar.com/wp-content/uploads/2019/02/5-9.png 843w, https://www.osradar.com/wp-content/uploads/2019/02/5-9-300x39.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/5-9-768x100.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/5-9-696x91.png 696w" sizes="(max-width: 843px) 100vw, 843px" /><figcaption id="caption-attachment-10743" class="wp-caption-text">5.- Working with the ejabberd service</figcaption></figure></p>
<p>In order for the service to be recognized by systemd, it is necessary to refresh the services.</p>
<pre class="">:~# systemctl daemon-reload</pre>
<p><figure id="attachment_10744" aria-describedby="caption-attachment-10744" style="width: 831px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10744" src="https://www.osradar.com/wp-content/uploads/2019/02/6-8.png" alt="6.- Reload the services" width="831" height="130" srcset="https://www.osradar.com/wp-content/uploads/2019/02/6-8.png 831w, https://www.osradar.com/wp-content/uploads/2019/02/6-8-300x47.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/6-8-768x120.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/6-8-696x109.png 696w" sizes="(max-width: 831px) 100vw, 831px" /><figcaption id="caption-attachment-10744" class="wp-caption-text">6.- Reload the services</figcaption></figure></p>
<p>After that, enable and start the service. Finally, it is a good idea to check the status of the service.</p>
<pre class="">:~# systemctl enable ejabberd
:~# systemctl start ejabberd
:~# systemctl status ejabberd</pre>
<p><figure id="attachment_10745" aria-describedby="caption-attachment-10745" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10745" src="https://www.osradar.com/wp-content/uploads/2019/02/7-8.png" alt="7.- Ejabberd service" width="1365" height="384" srcset="https://www.osradar.com/wp-content/uploads/2019/02/7-8.png 1365w, https://www.osradar.com/wp-content/uploads/2019/02/7-8-300x84.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/7-8-768x216.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/7-8-1024x288.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/7-8-696x196.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/7-8-1068x300.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-10745" class="wp-caption-text">7.- Ejabberd service</figcaption></figure></p>
<p>As you can see in the image above, everything is going well. It is now necessary to create an administrator account.</p>
<h2>4. Create an administrator account and access from the web browser</h2>
<p>To access the Ejabberd administration panel, it is necessary to create an administrator account. Let us go for it.</p>
<p>First, access the folder where the binary is.</p>
<pre class="">:~# cd /opt/ejabberd-18.12.1/bin/</pre>
<p>Then, use the following formula to create your user.</p>
<pre class="">:~# ./ejabberdctl register user localhost your_password</pre>
<p>Of course, replace user and your_password by yours. And localhost by your hostname.</p>
<p><figure id="attachment_10747" aria-describedby="caption-attachment-10747" style="width: 910px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10747" src="https://www.osradar.com/wp-content/uploads/2019/02/8-9.png" alt="8.- Creating the admin user" width="910" height="127" srcset="https://www.osradar.com/wp-content/uploads/2019/02/8-9.png 910w, https://www.osradar.com/wp-content/uploads/2019/02/8-9-300x42.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/8-9-768x107.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/8-9-696x97.png 696w" sizes="(max-width: 910px) 100vw, 910px" /><figcaption id="caption-attachment-10747" class="wp-caption-text">8.- Creating the admin user</figcaption></figure></p>
<p>After that, you have to edit one file to give administration rights to the new user.</p>
<pre class="">:~# nano /opt/ejabberd/conf/ejabberd.yml</pre>
<p><figure id="attachment_10751" aria-describedby="caption-attachment-10751" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-10751 size-full" src="https://www.osradar.com/wp-content/uploads/2019/02/9-11.png" alt="9.- Edit the configuration file" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/02/9-11.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/9-11-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/9-11-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/9-11-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/9-11-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/9-11-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/9-11-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10751" class="wp-caption-text">9.- Edit the configuration file</figcaption></figure></p>
<p>Then, restart the service to apply the changes.</p>
<pre class="">:~# systemctl restart ejabberd</pre>
<p>After that, set the right rules in the firewall for ejabberd. Remember, ejabberd uses the 5280 port.</p>
<pre class="">:~# firewall-cmd --add-port=5280/tcp --permanent
:~# firewall-cmd --reload</pre>
<p><figure id="attachment_10750" aria-describedby="caption-attachment-10750" style="width: 926px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10750" src="https://www.osradar.com/wp-content/uploads/2019/02/10-8.png" alt="10.- Firewall settings" width="926" height="199" srcset="https://www.osradar.com/wp-content/uploads/2019/02/10-8.png 926w, https://www.osradar.com/wp-content/uploads/2019/02/10-8-300x64.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/10-8-768x165.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/10-8-696x150.png 696w" sizes="(max-width: 926px) 100vw, 926px" /><figcaption id="caption-attachment-10750" class="wp-caption-text">10.- Firewall settings</figcaption></figure></p>
<p>Finally, open your web browser and go to <code>http://SERVER_IP:5280/admin</code> and log in. Remember the user is complete including the hostname. In my case is <strong>angelo@osradar</strong>.</p>
<p><figure id="attachment_10752" aria-describedby="caption-attachment-10752" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-10752" src="https://www.osradar.com/wp-content/uploads/2019/02/11-5.png" alt="11.- Administration dashboard" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/02/11-5.png 1366w, https://www.osradar.com/wp-content/uploads/2019/02/11-5-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/02/11-5-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/02/11-5-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/02/11-5-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/02/11-5-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/02/11-5-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/02/11-5-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-10752" class="wp-caption-text">11.- Administration dashboard</figcaption></figure></p>
<p>So, that is it.</p>
<h2>Conclusion</h2>
<p>Ejabberd is a great alternative to deploy an XMPP server quickly and easily. That&#8217;s why Ejabberd is listed as one of the leading solutions in this segment. Its installation in CentOS 7 is quite simple and does not present too many drawbacks.</p>
<p>Share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-ejabberd-on-centos-7/">Install Ejabberd on CentOS 7</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-ejabberd-on-centos-7/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Slack: A great application for team communication</title>
		<link>https://www.osradar.com/slack-a-great-application-for-team-communication/</link>
					<comments>https://www.osradar.com/slack-a-great-application-for-team-communication/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 22 Nov 2018 02:49:24 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[communications]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[team work]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[work]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=7495</guid>

					<description><![CDATA[<p>The Internet has replaced a great revolution in the field of work. Many jobs and projects are carried out by people who are not physically close. With this in mind, organizations need to have software capable of satisfying this problem. So, in this post, we present Slack a tool for team communication. Slack is an [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/slack-a-great-application-for-team-communication/">Slack: A great application for team communication</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 Internet has replaced a great revolution in the field of work. Many jobs and projects are carried out by people who are not physically close. With this in mind, organizations need to have software capable of satisfying this problem. So, in this post, we present Slack a tool for team communication.</p>
<p><a href="https://slack.com/features" rel="noopener">Slack</a> is an application to develop communications within an organization. Or even, for teams within one. In addition, it has several features for offering a powerful center for information exchange between many people related to the project.</p>
<p>Slacks</p>
<h2>Some Features</h2>
<p>To organize team communications efficiently, Slack implements <strong>channels</strong> that label a conversion with a #.</p>
<p>In addition, it is possible to access a<strong> history of conversations</strong> to search through common words. Excellent, not to lose sight of valuable information about our project.</p>
<p>Slack Brings important information and alerts into relevant channels by connecting services like <strong>Zendesk</strong>, <strong>Salesforce</strong>, <strong>JIRA</strong>, and more.</p>
<p>All these and other characteristics have one thing in common, security. Slack uses strong encryption protocols so that your communications are not intercepted, including SOC 2 Type II, ISO 27001, and HIPAA.</p>
<h2>Team communication importance</h2>
<p>In this new era, projects require even more than their members have clear project requirements. In addition, we are in a hurry to offer innovation, so that not much time can be wasted on communications.</p>
<p>So, the organization is the key to team communication so that all information and interaction can be developed effectively and smoothly.</p>
<p>A great team communication ensures that the project is successful, something vital in a company.</p>
<h2>How to install Slack on Linux</h2>
<p>Slack is a great investment for your organization and projects. As I said before, you should not underestimate the value of communications within a team. So, install it on Linux.</p>
<p>The easiest way to do it in <a href="https://www.ubuntu.com/" rel="noopener">Ubuntu</a> is through <a href="https://tutorials.ubuntu.com/tutorial/basic-snap-usage" rel="noopener">snap</a>. This packaging system developed by Canonical means you don&#8217;t have to worry about libraries. However, you can also install it using the .deb package in <a href="https://www.debian.org" rel="noopener">Debian</a> and derivatives such as <a href="https://linuxmint.com/download_lmde.php" rel="noopener">LMDE</a>.</p>
<p>If you use Fedora, CentOS or OpenSUSE, don&#8217;t worry that there is also a .RPM package so you can do it in your favorite distribution without complications.</p>
<p>First, open a Terminal and run:</p>
<p>For Ubuntu 17.10, 18.04. 18.10:</p>
<pre class="">:~$ sudo snapd install slack --classic</pre>
<p>If you want to download it on Debian 9:</p>
<pre class="">:~$ wget https://downloads.slack-edge.com/linux_releases/slack-desktop-3.3.3-amd64.deb -O slack.deb</pre>
<p><figure id="attachment_7501" aria-describedby="caption-attachment-7501" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-7501 size-full" src="https://www.osradar.com/wp-content/uploads/2018/11/1-16-e1542832103436.png" alt="1.- Download Slack" width="1368" height="437" srcset="https://www.osradar.com/wp-content/uploads/2018/11/1-16-e1542832103436.png 1368w, https://www.osradar.com/wp-content/uploads/2018/11/1-16-e1542832103436-300x96.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/1-16-e1542832103436-768x245.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/1-16-e1542832103436-1024x327.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/1-16-e1542832103436-696x222.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/1-16-e1542832103436-1068x341.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/1-16-e1542832103436-1315x420.png 1315w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-7501" class="wp-caption-text">1.- Download Slack</figcaption></figure></p>
<p>Next, install it.</p>
<pre class="">:~$ sudo dpkg -i slack.deb</pre>
<p><figure id="attachment_7504" aria-describedby="caption-attachment-7504" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7504" src="https://www.osradar.com/wp-content/uploads/2018/11/2-16.png" alt="2.- Install Slack an application for team communication" width="1368" height="747" srcset="https://www.osradar.com/wp-content/uploads/2018/11/2-16.png 1368w, https://www.osradar.com/wp-content/uploads/2018/11/2-16-300x164.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/2-16-768x419.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/2-16-1024x559.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/2-16-696x380.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/2-16-1068x583.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/2-16-769x420.png 769w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-7504" class="wp-caption-text">2.- Install Slack an application for team communication</figcaption></figure></p>
<p>For CentOS 7, OpenSUSE 15 and Fedora 29</p>
<pre class="">:~$ wget https://downloads.slack-edge.com/linux_releases/slack-desktop-3.3.3-amd64.deb -O slack.rpm</pre>
<p>Then, install it.</p>
<pre class="">:~$ sudo rpm -ivh slack.rpm</pre>
<p><em>Note: At the time of writing this post, the latest stable version of Slack is 3.3.3. It is likely that in the future you will have to modify that value in order for the command to work.</em></p>
<p>And that&#8217;s it.</p>
<h2>Preparing Slack for the first use</h2>
<p>The first thing you have to do is open Slack. You&#8217;ll see something like this.</p>
<p><figure id="attachment_7505" aria-describedby="caption-attachment-7505" style="width: 962px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7505" src="https://www.osradar.com/wp-content/uploads/2018/11/3-15.png" alt="First screen" width="962" height="702" srcset="https://www.osradar.com/wp-content/uploads/2018/11/3-15.png 962w, https://www.osradar.com/wp-content/uploads/2018/11/3-15-300x219.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/3-15-768x560.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/3-15-324x235.png 324w, https://www.osradar.com/wp-content/uploads/2018/11/3-15-696x508.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/3-15-576x420.png 576w" sizes="(max-width: 962px) 100vw, 962px" /><figcaption id="caption-attachment-7505" class="wp-caption-text">3.- Slack First screen</figcaption></figure></p>
<p>There you must log in with your created workspace. If you don&#8217;t have one, you can create it adding an email.</p>
<p><figure id="attachment_7508" aria-describedby="caption-attachment-7508" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-7508 size-full" src="https://www.osradar.com/wp-content/uploads/2018/11/4-17-e1542833258850.png" alt="4.- Creating a new workspace for slack" width="1368" height="711" srcset="https://www.osradar.com/wp-content/uploads/2018/11/4-17-e1542833258850.png 1368w, https://www.osradar.com/wp-content/uploads/2018/11/4-17-e1542833258850-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/4-17-e1542833258850-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/4-17-e1542833258850-1024x532.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/4-17-e1542833258850-696x362.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/4-17-e1542833258850-1068x555.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/4-17-e1542833258850-808x420.png 808w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-7508" class="wp-caption-text">4.- Creating a new workspace for slack</figcaption></figure></p>
<p>Then, type the received code. And put your company name.</p>
<p><figure id="attachment_7536" aria-describedby="caption-attachment-7536" style="width: 902px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-7536 size-full" src="https://www.osradar.com/wp-content/uploads/2018/11/5-16-e1542839932693.png" alt="5.- Configuring slack" width="902" height="669" srcset="https://www.osradar.com/wp-content/uploads/2018/11/5-16-e1542839932693.png 902w, https://www.osradar.com/wp-content/uploads/2018/11/5-16-e1542839932693-300x223.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/5-16-e1542839932693-768x570.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/5-16-e1542839932693-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/11/5-16-e1542839932693-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2018/11/5-16-e1542839932693-485x360.png 485w, https://www.osradar.com/wp-content/uploads/2018/11/5-16-e1542839932693-696x516.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/5-16-e1542839932693-566x420.png 566w" sizes="(max-width: 902px) 100vw, 902px" /><figcaption id="caption-attachment-7536" class="wp-caption-text">5.- Configuring slack</figcaption></figure></p>
<p>Next, you&#8217;ll need to write down what your team is working on.</p>
<p><figure id="attachment_7537" aria-describedby="caption-attachment-7537" style="width: 902px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7537" src="https://www.osradar.com/wp-content/uploads/2018/11/6-13.png" alt="6.- add some information about your project" width="902" height="743" srcset="https://www.osradar.com/wp-content/uploads/2018/11/6-13.png 902w, https://www.osradar.com/wp-content/uploads/2018/11/6-13-300x247.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/6-13-768x633.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/6-13-696x573.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/6-13-510x420.png 510w" sizes="(max-width: 902px) 100vw, 902px" /><figcaption id="caption-attachment-7537" class="wp-caption-text">6.- add some information about your project</figcaption></figure></p>
<p>Then, you can add other members to the project.</p>
<p><figure id="attachment_7538" aria-describedby="caption-attachment-7538" style="width: 902px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7538" src="https://www.osradar.com/wp-content/uploads/2018/11/7-13.png" alt="7.- Adding other project members" width="902" height="743" srcset="https://www.osradar.com/wp-content/uploads/2018/11/7-13.png 902w, https://www.osradar.com/wp-content/uploads/2018/11/7-13-300x247.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/7-13-768x633.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/7-13-696x573.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/7-13-510x420.png 510w" sizes="(max-width: 902px) 100vw, 902px" /><figcaption id="caption-attachment-7538" class="wp-caption-text">7.- Adding other project members</figcaption></figure></p>
<p>After that, you&#8217;ll have Slack set up.</p>
<p><figure id="attachment_7540" aria-describedby="caption-attachment-7540" style="width: 902px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7540" src="https://www.osradar.com/wp-content/uploads/2018/11/8-14.png" alt="8.- Slack is correctly Installed" width="902" height="743" srcset="https://www.osradar.com/wp-content/uploads/2018/11/8-14.png 902w, https://www.osradar.com/wp-content/uploads/2018/11/8-14-300x247.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/8-14-768x633.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/8-14-696x573.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/8-14-510x420.png 510w" sizes="(max-width: 902px) 100vw, 902px" /><figcaption id="caption-attachment-7540" class="wp-caption-text">8.- Slack is correctly Installed</figcaption></figure></p>
<p>Then, you will see the Slack main screen.</p>
<p><figure id="attachment_7541" aria-describedby="caption-attachment-7541" style="width: 1368px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-7541" src="https://www.osradar.com/wp-content/uploads/2018/11/9-11.png" alt="9.- Slack main screen" width="1368" height="747" srcset="https://www.osradar.com/wp-content/uploads/2018/11/9-11.png 1368w, https://www.osradar.com/wp-content/uploads/2018/11/9-11-300x164.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/9-11-768x419.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/9-11-1024x559.png 1024w, https://www.osradar.com/wp-content/uploads/2018/11/9-11-696x380.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/9-11-1068x583.png 1068w, https://www.osradar.com/wp-content/uploads/2018/11/9-11-769x420.png 769w" sizes="(max-width: 1368px) 100vw, 1368px" /><figcaption id="caption-attachment-7541" class="wp-caption-text">9.- Slack main screen</figcaption></figure></p>
<p>And that&#8217;s it.</p>
<h2>Conclusion</h2>
<p>Team communication is important to ensure the success of a project in any field. That&#8217;s why applications arise to improve the way they are carried out in a given project.</p>
<p>You can also read &#8220;<a href="https://www.osradar.com/how-to-install-wekan-in-debian-9/">How to install Wekan on Debian 9?</a>&#8220;.</p>
<p>Please share this post in your social networks.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/slack-a-great-application-for-team-communication/">Slack: A great application for team communication</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/slack-a-great-application-for-team-communication/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
