<?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>oracle linux 8 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/oracle-linux-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 16 Jun 2021 16:15:30 +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 install PostgreSQL 13 on CentOS 8 / RHEL 8 / Oracle Linux 8?</title>
		<link>https://www.osradar.com/install-postgresql-13-centos-8/</link>
					<comments>https://www.osradar.com/install-postgresql-13-centos-8/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 18 Jun 2021 23:25:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Centos 8]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[oracle linux 8]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[RHEL 8]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13249</guid>

					<description><![CDATA[<p>PostgreSQL is one of the most popular database management systems in the world. Its robustness, high availability, and ease of installation make it perhaps the most advanced in the world. Despite easy installation, not always many users do. So, in this post, I will show you how to install PostgreSQL 13 on CentOS 8 / [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-postgresql-13-centos-8/">How to install PostgreSQL 13 on CentOS 8 / RHEL 8 / Oracle Linux 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>PostgreSQL is one of the most popular database management systems in the world. Its robustness, high availability, and ease of installation make it perhaps the most advanced in the world. Despite easy installation, not always many users do. So, in this post, I will show you how to install PostgreSQL 13 on CentOS 8 / RHEL 8 / Oracle Linux 8. In addition, we&#8217;ll show you the most basic configurations. At the end of the post, you will have a PostgreSQL installation ready to start working.</p>
<h2>Install PostgreSQL 13 on CentOS 8 / RHEL 8 / Oracle Linux 8</h2>
<p>Both RHEL 8 and its derivatives include <a href="https://www.osradar.com/tag/postgresql/">PostgreSQL</a> 10 in their repositories. However, we already have available version 13. And it is recommended to install it because thanks to it, we can enjoy interesting news and improvements in the performance of the application. Important, if we are going to store large quantities of records.</p>
<p>So first, open a terminal session. Or if you are using a server connect to it using ssh.</p>
<pre>:~$ ssh [your-user]@[your-host]</pre>
<p>Then log in as the root user.</p>
<pre>:~$ su
:~#</pre>
<p>The best way to install PostgreSQL 13 on CentOS 8, RHEL 8 and Oracle Linux 8 is to add the official PostgreSQL refill. Not only is it easy, but also safe and the possibility to be always up to date.</p>
<p>To do this, run the following command:</p>
<pre>:~# dnf install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm</pre>
<figure id="attachment_13268" aria-describedby="caption-attachment-13268" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13268" src="https://www.osradar.com/wp-content/uploads/2019/08/1-23.jpeg" alt="1.- Add the PostgreSQL repository" width="1366" height="355" srcset="https://www.osradar.com/wp-content/uploads/2019/08/1-23.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/08/1-23-300x78.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/1-23-768x200.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/1-23-1024x266.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/1-23-696x181.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/1-23-1068x278.jpeg 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13268" class="wp-caption-text">1.- Add the PostgreSQL repository</figcaption></figure>
<p>Then, disable the PostgreSQL module on CentOS 8.</p>
<pre>:~# dnf module disable postgresql</pre>
<p>Now, install PostgreSQL 13 on CentOS 8.</p>
<pre>:~# dnf install postgresql13-server postgresql13</pre>
<figure id="attachment_30666" aria-describedby="caption-attachment-30666" style="width: 1364px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-30666 size-full" src="https://www.osradar.com/wp-content/uploads/2020/01/2-23.png" alt="2.- Install PostgreSQL 13 8 on AlmaLinux OS 8 / CentOS 8" width="1364" height="435" srcset="https://www.osradar.com/wp-content/uploads/2020/01/2-23.png 1364w, https://www.osradar.com/wp-content/uploads/2020/01/2-23-300x96.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/2-23-1024x327.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/2-23-768x245.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/2-23-696x222.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/2-23-1068x341.png 1068w" sizes="(max-width: 1364px) 100vw, 1364px" /><figcaption id="caption-attachment-30666" class="wp-caption-text">2.- Install PostgreSQL 13 8 on AlmaLinux OS 8 / CentOS 8</figcaption></figure>
<p>After that, let us configure it.</p>
<h2>Configure PostgreSQL on CentOS / RHEL 8 / Oracle Linux 8</h2>
<h3>Initialize PostgreSQL database and start the service</h3>
<p>After installing it, the first thing to do is to initialize the database. To achieve this, it is necessary to execute the following command:</p>
<pre>:~# /usr/pgsql-13/bin/postgresql-13-setup initdb
Initializing database ... OK</pre>
<p>With this, we will have already started the initial database. At this point, the PostgreSQL service is not enable, so you can&#8217;t use it yet. Then you have to do it.</p>
<pre>:~# systemctl enable postgresql-13</pre>
<p>Then, if you want PostgreSQL to start along with the system run this command:</p>
<pre>:~# systemctl start postgresql-13</pre>
<p>To check that everything is going well, check the status of the service:</p>
<pre>:~# systemctl status postgresql-13</pre>
<figure id="attachment_30667" aria-describedby="caption-attachment-30667" style="width: 1167px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-30667 size-full" src="https://www.osradar.com/wp-content/uploads/2020/01/3-22.png" alt="3.- PostgreSQL status" width="1167" height="481" srcset="https://www.osradar.com/wp-content/uploads/2020/01/3-22.png 1167w, https://www.osradar.com/wp-content/uploads/2020/01/3-22-300x124.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/3-22-1024x422.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/3-22-768x317.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/3-22-696x287.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/3-22-1068x440.png 1068w" sizes="(max-width: 1167px) 100vw, 1167px" /><figcaption id="caption-attachment-30667" class="wp-caption-text">3.- PostgreSQL status</figcaption></figure>
<p>As you can see, everything&#8217;s fine.</p>
<h3>Change the password to the &#8220;postgres&#8221; user and allow the remote connections</h3>
<p>During the installation of PostgreSQL, a new user called postgres is created. The problem is that you do not define a password, so it makes you vulnerable. To avoid problems, it is convenient to create a password.</p>
<p>To do this, just use the Unix passwd command.</p>
<pre>:~# passwd postgres</pre>
<p>There you will have to enter the password twice. If both are effective, the final change will be made.</p>
<p>Now, we have to allow access to remote connections. The client must be installed on each of the systems that will access PostgreSQL. It will depend on each operating system.</p>
<p>Then, a good security measure is to specify the hosts that can access it. Of course, if the data will be served on the Internet, then it is necessary to allow all the accesses.</p>
<pre>:~# nano /var/lib/pgsql/13/data/postgresql.conf
</pre>
<p>then searches for the listen_addresses line and places the hosts that can access it. If you allow any access, type &#8216;*&#8217;.</p>
<pre>listen_addresses = '[host/IP_adress]'
or
listen_addresses = '*'</pre>
<figure id="attachment_13272" aria-describedby="caption-attachment-13272" style="width: 766px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13272" src="https://www.osradar.com/wp-content/uploads/2019/08/5-10.jpeg" alt="5.- Allow the remote connections" width="766" height="352" srcset="https://www.osradar.com/wp-content/uploads/2019/08/5-10.jpeg 766w, https://www.osradar.com/wp-content/uploads/2019/08/5-10-300x138.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/5-10-696x320.jpeg 696w" sizes="(max-width: 766px) 100vw, 766px" /><figcaption id="caption-attachment-13272" class="wp-caption-text">5.- Allow the remote connections</figcaption></figure>
<p>Then, restart PostgreSQL.</p>
<pre>:~# systemctl restart postgresql-13</pre>
<p>Finally, you have to open the port 5432 on the firewall to allow the connections.</p>
<pre>:~# firewall-cmd --add-port=5432/tcp --permanent
success
:~# firewall-cmd --reload
success</pre>
<p>Now, you can access to the PostgreSQL shell.</p>
<pre>:~# su - postgres
:~# psql</pre>
<p>Now, you can start to work.</p>
<h2>Conclusion</h2>
<p>PostgreSQL is one of the best there is for databases. Thanks to its community spirit, it is possible to find a lot of documentation about it. On the other hand, installing version 13 on CentOS 8, RHEL 8 and Oracle Linux 8 is quite simple as you have seen in this post.</p>
<p>Also, you can read <a href="https://www.osradar.com/how-to-install-postgresql-on-ubuntu18-04/" rel="noopener noreferrer">how to install Postgresql on Ubuntu 18.04?</a></p>
<p>Please share this post with your friends and join <a href="https://t.me/osradar">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-postgresql-13-centos-8/">How to install PostgreSQL 13 on CentOS 8 / RHEL 8 / Oracle Linux 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-postgresql-13-centos-8/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to install GLPI on CentOS 8 / RHEL 8 / Oracle Linux 8 ?</title>
		<link>https://www.osradar.com/install-glpi-centos-rhel-oracle-linux/</link>
					<comments>https://www.osradar.com/install-glpi-centos-rhel-oracle-linux/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 09 Sep 2019 23:00:42 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Centos 8]]></category>
		<category><![CDATA[GLPI]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[oracle linux 8]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[serverblock]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13318</guid>

					<description><![CDATA[<p>As we already know, the Linux family of operating systems based on Network Hat Enterprise Linux is quite popular on servers. In this sense, there are numerous applications that facilitate the administration of companies or organizations. One of them is the GLPI that allows to control all the flow of equipment technological. In addition, it [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-glpi-centos-rhel-oracle-linux/">How to install GLPI on CentOS 8 / RHEL 8 / Oracle Linux 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>As we already know, the Linux family of operating systems based on Network Hat Enterprise Linux is quite popular on servers. In this sense, there are numerous applications that facilitate the administration of companies or organizations. One of them is the GLPI that allows to control all the flow of equipment technological. In addition, it incorporates a ticket system to report incidence. That is to say, is an application that improves workflow. In this post, you will learn how to install GLPI on CentOS 8 / RHEL 8 / Oracle Linux 8.</p>
<h2>GLPI in a few words</h2>
<p>The GLPI is an application of French origin that provides an integral management of the<br />
an organization&#8217;s computer inventory. But not only is it limited to this, but also<br />
also includes an incidence ticket system.</p>
<p>As expected is open source and is developed with PHP. Therefore, what is required is a web server with Apache or nginx as processors. In addition, to store the data, you need MySQL or MariaDB. As you can see, these are requirements of a server.</p>
<h2>Install CentOS 8 / RHEL 8 / Oracle Linux 8</h2>
<p>As it is an application built for web environments, it is necessary to have a fully functional server. To do this, I will choose Nginx as my HTTP server along with with PHP and MariaDB. That is to say a LEMP server.</p>
<p>Then, the first step is to install a LEMP server on CentOS 8 / RHEL 8 / Oracle. So I invite you to read our about this where we explain you step by step how to do it.</p>
<p>Read <a href="https://www.osradar.com/how-to-install-lemp-on-oracle-linux-8-rhel-8-centos-8/" target="_blank" rel="noopener noreferrer">How to install LEMP on CentOS 8 / RHEL 8 / Oracle Linux 8?</a></p>
<h2>Prepare MariaDB to work with GLPI</h2>
<p>Now that we have the LEMP server running, it is necessary to create a New user and database for GLPI. This is quite simple but we must enter as root user to the MariaDB console.</p>
<pre>:~# mysql –u root –p
&gt; CREATE DATABASE glpidb;
&gt; GRANT ALL PRIVILEGES ON glpidb.* TO 'glpiuser'@'localhost' IDENTIFIED BY 'glpipss';
&gt; FLUSH PRIVILEGES;
&gt; Exit;</pre>
<figure id="attachment_13469" aria-describedby="caption-attachment-13469" style="width: 860px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13469" src="https://www.osradar.com/wp-content/uploads/2019/09/1-2.jpeg" alt="1.- Creating the new database for GLPI on CentOS 8 / RHEL 8 / Oracle Linux 8" width="860" height="363" srcset="https://www.osradar.com/wp-content/uploads/2019/09/1-2.jpeg 860w, https://www.osradar.com/wp-content/uploads/2019/09/1-2-300x127.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/09/1-2-768x324.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/09/1-2-696x294.jpeg 696w" sizes="(max-width: 860px) 100vw, 860px" /><figcaption id="caption-attachment-13469" class="wp-caption-text">1.- Creating the new database for GLPI on CentOS 8 / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>Creating a user dedicated to GLPI other than root is a security measure important.</p>
<h2>Download and Install GLPI on CentOS 8 / RHEL 8 / Oracle Linux</h2>
<p>Now we can download and install the GLPI. To do this, just download it using wget. If you don&#8217;t have it installed, you can do it with the following command:</p>
<pre>:~# dnf install wget</pre>
<p>Then navigate to the tmp folder and download it.</p>
<pre>:~# cd /tmp/
:~# wget -c https://github.com/glpi-project/glpi/releases/download/9.4.3/glpi-9.4.3.tgz</pre>
<p>Next, decompress it and move to the nginx document root:</p>
<pre>:~# tar xvf glpi-9.4.3.tgz 
:~# mv glpi /usr/share/nginx/html/</pre>
<p>After that, change the permissions on the folder so that it can be runned correctly:</p>
<pre>:~# chmod 755 -R /usr/share/nginx/html/
:~# chown nginx:nginx -R /usr/share/nginx/html/</pre>
<h2>Create a new server block to GLPI on CentOS 8 / RHEL 8 / Oracle Linux 8 (Optional)</h2>
<p>Now it is necessary to create a new server block for Glpi. In this case, also we have a tutorial for it.</p>
<p>Read, <a href="https://www.osradar.com/create-nginx-server-block-centos-rhel-oracle-linux-8/" target="_blank" rel="noopener noreferrer">How to create an Nginx server block on CentOS 8 / RHEL 8 / Oracle Linux 8?</a></p>
<p>Then, we will be able to complete the installation.</p>
<h2>Install GLPI on CentOS / RHEL / Oracle Linux 8 using the web interface</h2>
<p>Now all that&#8217;s left is to complete the installation using the web interface. To do this, go to<br />
to your server and you will see the following image:</p>
<figure id="attachment_13470" aria-describedby="caption-attachment-13470" style="width: 840px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13470" src="https://www.osradar.com/wp-content/uploads/2019/09/3-3.png" alt="3.- GLPI on CentOS 8 / RHEL 8 / Oracle Linux 8" width="840" height="288" srcset="https://www.osradar.com/wp-content/uploads/2019/09/3-3.png 840w, https://www.osradar.com/wp-content/uploads/2019/09/3-3-300x103.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/3-3-768x263.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/3-3-696x239.png 696w" sizes="(max-width: 840px) 100vw, 840px" /><figcaption id="caption-attachment-13470" class="wp-caption-text">3.- GLPI on CentOS 8 / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>Then, choose the language of the installation and accept the license terms.</p>
<figure id="attachment_13471" aria-describedby="caption-attachment-13471" style="width: 1350px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13471" src="https://www.osradar.com/wp-content/uploads/2019/09/4-3.png" alt="4.- License terms" width="1350" height="604" srcset="https://www.osradar.com/wp-content/uploads/2019/09/4-3.png 1350w, https://www.osradar.com/wp-content/uploads/2019/09/4-3-300x134.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/4-3-768x344.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/4-3-1024x458.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/4-3-696x311.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/4-3-1068x478.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/4-3-939x420.png 939w" sizes="(max-width: 1350px) 100vw, 1350px" /><figcaption id="caption-attachment-13471" class="wp-caption-text">4.- License terms</figcaption></figure>
<p>Then, you can either update a previous installation or start a clean one. Choose the install option.</p>
<figure id="attachment_13472" aria-describedby="caption-attachment-13472" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13472" src="https://www.osradar.com/wp-content/uploads/2019/09/5-3.png" alt="5.- Install GLPI on CentOS 8 / RHEL / Oracle Linux" width="1366" height="386" srcset="https://www.osradar.com/wp-content/uploads/2019/09/5-3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/09/5-3-300x85.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/5-3-768x217.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/5-3-1024x289.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/5-3-696x197.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/5-3-1068x302.png 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13472" class="wp-caption-text">5.- Install GLPI on CentOS 8 / RHEL / Oracle Linux</figcaption></figure>
<p>Then, the installer will check the server for any problems.</p>
<p>&nbsp;</p>
<figure id="attachment_13474" aria-describedby="caption-attachment-13474" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13474" src="https://www.osradar.com/wp-content/uploads/2019/09/6-5.png" alt="6.- GLPI requisites" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/09/6-5.png 1366w, https://www.osradar.com/wp-content/uploads/2019/09/6-5-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/6-5-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/6-5-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/6-5-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/6-5-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/6-5-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13474" class="wp-caption-text">6.- GLPI requisites</figcaption></figure>
<p>Now, you will have to write the MariaDB credentials. Click on the Next option.</p>
<p>&nbsp;</p>
<figure id="attachment_13475" aria-describedby="caption-attachment-13475" style="width: 1350px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13475" src="https://www.osradar.com/wp-content/uploads/2019/09/7-5.png" alt="7.- MariaDB credentials" width="1350" height="503" srcset="https://www.osradar.com/wp-content/uploads/2019/09/7-5.png 1350w, https://www.osradar.com/wp-content/uploads/2019/09/7-5-300x112.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/7-5-768x286.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/7-5-1024x382.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/7-5-696x259.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/7-5-1068x398.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/7-5-1127x420.png 1127w" sizes="(max-width: 1350px) 100vw, 1350px" /><figcaption id="caption-attachment-13475" class="wp-caption-text">7.- MariaDB credentials</figcaption></figure>
<p>Then, if the connection to the database has been successful, you will see the following:</p>
<figure id="attachment_13477" aria-describedby="caption-attachment-13477" style="width: 816px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13477" src="https://www.osradar.com/wp-content/uploads/2019/09/8-4.png" alt="8.- Database initialized" width="816" height="332" srcset="https://www.osradar.com/wp-content/uploads/2019/09/8-4.png 816w, https://www.osradar.com/wp-content/uploads/2019/09/8-4-300x122.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/8-4-768x312.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/8-4-696x283.png 696w" sizes="(max-width: 816px) 100vw, 816px" /><figcaption id="caption-attachment-13477" class="wp-caption-text">8.- Database initialized</figcaption></figure>
<p>Finally, if everything went well, you will see a message like this:</p>
<figure id="attachment_13478" aria-describedby="caption-attachment-13478" style="width: 840px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13478" src="https://www.osradar.com/wp-content/uploads/2019/09/9-4.png" alt="9.- GLPI is correctly installed" width="840" height="401" srcset="https://www.osradar.com/wp-content/uploads/2019/09/9-4.png 840w, https://www.osradar.com/wp-content/uploads/2019/09/9-4-300x143.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/9-4-768x367.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/9-4-696x332.png 696w" sizes="(max-width: 840px) 100vw, 840px" /><figcaption id="caption-attachment-13478" class="wp-caption-text">9.- GLPI is correctly installed</figcaption></figure>
<p>To enter the GLPI dashboard use glpi as user and glpi password.</p>
<figure id="attachment_13479" aria-describedby="caption-attachment-13479" style="width: 561px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13479" src="https://www.osradar.com/wp-content/uploads/2019/09/10-4.png" alt="10.- GLPI log in" width="561" height="464" srcset="https://www.osradar.com/wp-content/uploads/2019/09/10-4.png 561w, https://www.osradar.com/wp-content/uploads/2019/09/10-4-300x248.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/10-4-508x420.png 508w" sizes="(max-width: 561px) 100vw, 561px" /><figcaption id="caption-attachment-13479" class="wp-caption-text">10.- GLPI log in</figcaption></figure>
<p>This is the main screen of the application.</p>
<figure id="attachment_13480" aria-describedby="caption-attachment-13480" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13480" src="https://www.osradar.com/wp-content/uploads/2019/09/11-3.png" alt="11.- GLPI dashboard" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2019/09/11-3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/09/11-3-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/11-3-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/11-3-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/11-3-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/11-3-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/11-3-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13480" class="wp-caption-text">11.- GLPI dashboard</figcaption></figure>
<h2>Conclusion</h2>
<p>The Glpi is one of those necessary applications in an organization that wants to have everything a competent computer inventory. In addition to incorporating a reporting system of Incidents, ensures prompt attention to users of systems and equipment of the<br />
company.</p>
<p>Please share this post and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram Channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-glpi-centos-rhel-oracle-linux/">How to install GLPI on CentOS 8 / RHEL 8 / Oracle Linux 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-glpi-centos-rhel-oracle-linux/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Zabbix server on CentOS 8 / RHEL 8 / Oracle Linux 8 ?</title>
		<link>https://www.osradar.com/install-zabbix-server-centos-8-rhel-oracle-linux/</link>
					<comments>https://www.osradar.com/install-zabbix-server-centos-8-rhel-oracle-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 05 Sep 2019 23:01:19 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Centos 8]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[oracle linux 8]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[RHEL 8]]></category>
		<category><![CDATA[zabbix]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13266</guid>

					<description><![CDATA[<p>Knowing what is happening in a network is the most frequent work of computer experts in any company. In this way, you get reliable data on the operation and performance of it. This becomes important because it would make the organization&#8217;s work more effective and error-free. In this sense, Zabbix is a reference in this [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-zabbix-server-centos-8-rhel-oracle-linux/">How to install Zabbix server on CentOS 8 / RHEL 8 / Oracle Linux 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>Knowing what is happening in a network is the most frequent work of computer experts in any company. In this way, you get reliable data on the operation and performance of it. This becomes important because it would make the organization&#8217;s work more effective and error-free. In this sense, Zabbix is a reference in this type of applications. With them, you will know what is happening in the network. Therefore, in this post, we will teach you how to install Zabbix on CentOS 8 / RHEL 8 / Oracle Linux 8.</p>
<h2>What is Zabbix?</h2>
<p><a href="https://www.zabbix.com/" rel="noopener">Zabbix</a> is quite a wonder. It is an open-source application that works under the client-server architecture. In other words, when installed on any server, it requires an agent to be installed on the client computers. In this way, the application will be able to monitor all the behavior of the nodes as well as the performance of the network.</p>
<p>On the other hand, the development of Zabbix is quite positive and constant, which makes it quite safe and functional. In addition to being quite mature in its development supports several database management systems including the popular <a href="https://www.osradar.com/tag/mariadb/" rel="noopener">MariaDB</a>, <a href="https://www.osaradar.com/tag/mysql/" rel="noopener">MySQL</a>, <a href="https://osradar.com/tag/postgresql/" rel="noopener">PostgreSQL</a> or proprietary alternatives such as Oracle and IBM DB2.</p>
<p>In this post, we will install step by step the Zabbix server on CentOS 8 / RHEL 8 / Oracle Linux 8.</p>
<h2>Install Zabbix on CentOS 8 / RHEL 8 / Oracle Linux 8</h2>
<p>As expected, Zabbix has precompiled binaries available for RHEL 8 and derivatives. These are available from the official repository, but there are some prerequisites we must meet. One of them is that we need a web server running on our computer. Besides that, a database management system like MariaDB.</p>
<h3>Install LAMP on CentOS 8 / RHEL 8 / Oracle Linux 8</h3>
<p>In this case, we have a complete tutorial where you can install LAMP on CentOS 8 / RHEL 8 / Oracle Linux 8. There, step by step, you will be able to get a web server running as well as the database manager MariaDB.</p>
<p>Read, <a href="https://www.osradar.com/install-lamp-stack-on-oracle-linux-8-rhel-8-centos-8/" rel="noopener">How to install LAMP on CentOS 8 / RHEL 8 / Oracle Linux 8?</a></p>
<h3>Create the Zabbix user on MariaDB</h3>
<p>Once the server is running correctly. It is necessary to create a new user and database for Zabbix. To do this, open the MySQL console and run:</p>
<pre>:~# mysql -u root -p 
&gt; CREATE DATABASE zabbixdb;
&gt; GRANT ALL PRIVILEGES ON zabbixdb.* TO 'zabbixuser'@'localhost' IDENTIFIED BY 'zabbixpss';
&gt; FLUSH PRIVILEGES;
&gt; exit;</pre>
<figure id="attachment_13324" aria-describedby="caption-attachment-13324" style="width: 931px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13324" src="https://www.osradar.com/wp-content/uploads/2019/09/1.jpeg" alt="1.- Creating the new database and user for Zabbix" width="931" height="348" srcset="https://www.osradar.com/wp-content/uploads/2019/09/1.jpeg 931w, https://www.osradar.com/wp-content/uploads/2019/09/1-300x112.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/09/1-768x287.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/09/1-696x260.jpeg 696w" sizes="(max-width: 931px) 100vw, 931px" /><figcaption id="caption-attachment-13324" class="wp-caption-text">1.- Creating the new database and user for Zabbix</figcaption></figure>
<h3>Install Zabbix on CentOS 8 / RHEL 8 / Oracle Linux 8 (I)</h3>
<p>Then we can install Zabbix without problems. We will achieve this by using the official Zabbix repository for RHEL 8.</p>
<p>So as a root user, run the following command to add the GPG key from the repository:</p>
<pre>:~# rpm --import http://repo.zabbix.com/RPM-GPG-KEY-ZABBIX</pre>
<p>Then add the repository as such:</p>
<pre>:~# rpm -ivh https://repo.zabbix.com/zabbix/4.0/rhel/8/x86_64/zabbix-release-4.0-2.el8.noarch.rpm</pre>
<figure id="attachment_13325" aria-describedby="caption-attachment-13325" style="width: 907px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13325" src="https://www.osradar.com/wp-content/uploads/2019/09/2.jpeg" alt="2.- Adding the Zabbix repository" width="907" height="160" srcset="https://www.osradar.com/wp-content/uploads/2019/09/2.jpeg 907w, https://www.osradar.com/wp-content/uploads/2019/09/2-300x53.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/09/2-768x135.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/09/2-696x123.jpeg 696w" sizes="(max-width: 907px) 100vw, 907px" /><figcaption id="caption-attachment-13325" class="wp-caption-text">2.- Adding the Zabbix repository</figcaption></figure>
<p>Then proceed to install the Zabbix packages.</p>
<pre>:~# dnf install zabbix-server-mysql zabbix-web-mysql zabbix-agent zabbix-get zabbix-sender zabbix-java-gateway</pre>
<figure id="attachment_13326" aria-describedby="caption-attachment-13326" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13326" src="https://www.osradar.com/wp-content/uploads/2019/09/3.jpeg" alt="3.- Install Zabbix on CentOS / RHEL 8 / Oracle Linux 8" width="1366" height="670" srcset="https://www.osradar.com/wp-content/uploads/2019/09/3.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/09/3-300x147.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/09/3-768x377.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/09/3-1024x502.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/09/3-324x160.jpeg 324w, https://www.osradar.com/wp-content/uploads/2019/09/3-533x261.jpeg 533w, https://www.osradar.com/wp-content/uploads/2019/09/3-696x341.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/09/3-1068x524.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/09/3-856x420.jpeg 856w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13326" class="wp-caption-text">3.- Install Zabbix on CentOS / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>If you want you can modify the PHP timezone on the Zabbix configuration file.</p>
<pre>:~# nano /etc/httpd/conf.d/zabbix.conf</pre>
<p>Uncomment the line date.timezone and add your timezone.</p>
<pre>php_value date.timezone [TIMEZONE]</pre>
<p>The next step is to load the initial Zabbix database.</p>
<pre>:~# zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -u zabbixuser -p zabbixdb</pre>
<p>Then, it is necessary to specify the database parameters in the Zabbix configuration file.</p>
<pre>:~# nano /etc/zabbix/zabbix_server.conf</pre>
<p>In this file, you have to modify the following values</p>
<pre>DBHost:localhost
DBName=[DB_name]
DBUser=[Mariadb_zabbix_user]
DBPassword=[Password]</pre>
<figure id="attachment_13327" aria-describedby="caption-attachment-13327" style="width: 575px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13327" src="https://www.osradar.com/wp-content/uploads/2019/09/4.jpeg" alt="4.- Configuring Zabbix on CentOS 8 / RHEL 8 / Oracle Linux 8" width="575" height="395" srcset="https://www.osradar.com/wp-content/uploads/2019/09/4.jpeg 575w, https://www.osradar.com/wp-content/uploads/2019/09/4-300x206.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/09/4-100x70.jpeg 100w, https://www.osradar.com/wp-content/uploads/2019/09/4-218x150.jpeg 218w" sizes="(max-width: 575px) 100vw, 575px" /><figcaption id="caption-attachment-13327" class="wp-caption-text">4.- Configuring Zabbix on CentOS 8 / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>Save the changes and close the file. The next step is to open the Zabbix ports in the Firewall so that it can run smoothly.</p>
<pre>:~# firewall-cmd --permanent --add-port=10050/tcp
success
:~# firewall-cmd --permanent --add-port=10051/tcp
success
:~# firewall-cmd --reload
success</pre>
<p>Finally, start the service. If you want Zabbix to run at system startup, you can add these commands:</p>
<pre>:~# systemctl enable zabbix-server
:~# systemctl start zabbix-server
:~# systemctl restart httpd</pre>
<h3>Install Zabbix on CentOS 8 / RHEL 8 / Oracle Linux 8 (II)</h3>
<p>The last thing we need to do before we have our Zabbix server running is to complete the installation using the web browser. Open it and go to http://your-server/ you will see this</p>
<figure id="attachment_13328" aria-describedby="caption-attachment-13328" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13328" src="https://www.osradar.com/wp-content/uploads/2019/09/5.png" alt="5.- Zabbix 4 working" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/09/5.png 1366w, https://www.osradar.com/wp-content/uploads/2019/09/5-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/5-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/5-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/5-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/5-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/5-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13328" class="wp-caption-text">5.- Zabbix 4 working</figcaption></figure>
<p>Then, the installer will check the prerequisites.</p>
<figure id="attachment_13329" aria-describedby="caption-attachment-13329" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13329" src="https://www.osradar.com/wp-content/uploads/2019/09/6.png" alt="6.- The wizard will check the requisites" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/09/6.png 1366w, https://www.osradar.com/wp-content/uploads/2019/09/6-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/6-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/6-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/6-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/6-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/6-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13329" class="wp-caption-text">6.- The wizard will check the requisites</figcaption></figure>
<p>Now, we have to set the parameters of the database that we have previously defined.</p>
<figure id="attachment_13330" aria-describedby="caption-attachment-13330" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13330" src="https://www.osradar.com/wp-content/uploads/2019/09/7.png" alt="7.- Configure the databases parameters" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/09/7.png 1366w, https://www.osradar.com/wp-content/uploads/2019/09/7-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/7-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/7-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/7-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/7-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/7-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13330" class="wp-caption-text">7.- Configure the parameters of the database</figcaption></figure>
<p>Then, set up some server details.</p>
<figure id="attachment_13331" aria-describedby="caption-attachment-13331" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13331" src="https://www.osradar.com/wp-content/uploads/2019/09/8.png" alt="8.- Server details" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/09/8.png 1366w, https://www.osradar.com/wp-content/uploads/2019/09/8-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/8-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/8-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/8-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/8-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/8-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13331" class="wp-caption-text">8.- Server details</figcaption></figure>
<p>In the end, you will see the summary and the message that Zabbix has been successfully installed.</p>
<figure id="attachment_13332" aria-describedby="caption-attachment-13332" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13332" src="https://www.osradar.com/wp-content/uploads/2019/09/9.png" alt="9.- Zabbix is installed on CentOS 8 / RHEL 8 / Oracle Linux 8" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/09/9.png 1366w, https://www.osradar.com/wp-content/uploads/2019/09/9-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/9-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/9-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/9-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/9-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/9-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13332" class="wp-caption-text">9.- Zabbix is installed on CentOS 8 / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>After finishing the process, you will see the login screen. Log in with admin as user and zabbix as password.</p>
<figure id="attachment_13333" aria-describedby="caption-attachment-13333" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13333" src="https://www.osradar.com/wp-content/uploads/2019/09/10.png" alt="10.- Zabbix log in page" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/09/10.png 1366w, https://www.osradar.com/wp-content/uploads/2019/09/10-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/09/10-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/09/10-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/09/10-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/09/10-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/09/10-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13333" class="wp-caption-text">10.- Zabbix log in page</figcaption></figure>
<p>Finally, you will see the dashboard. And that is it.</p>
<h2>Install the Zabbix agent on the nodes</h2>
<p>In order for Zabbix to monitor correctly, it is necessary to install the agents in each of the nodes. Probably, they use different operating systems, so the installation can vary in each of them.</p>
<p>First, you have to add the Zabbix repository for each system. In case you use Ubuntu 18.04:</p>
<pre>:~$ wget https://repo.zabbix.com/zabbix/4.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_4.0-2+bionic_all.deb
:~$ sudo dpkg -i zabbix-release_4.0-2+bionic_all.deb
:~$ sudo apt update</pre>
<p>Then, install Zabbix with the following command:</p>
<pre>:~$ sudo apt install zabbix-agent</pre>
<p>If you use CentOS 8, add the repository with this command:</p>
<pre>:~# rpm -ivh https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-2.el7.noarch.rpm</pre>
<p>Then, install the agent with the following command:</p>
<pre>:~# yum install zabbix zabbix-agent</pre>
<p>Finally, if you use Debian 9:</p>
<pre>:~$ wget https://repo.zabbix.com/zabbix/4.0/debian/pool/main/z/zabbix-release/zabbix-release_4.0-2+stretch_all.deb
:~# dpkg -i zabbix-release_4.0-2+stretch_all.deb
:~# apt update</pre>
<p>And you install it with the command:</p>
<pre>:~$ apt install zabbix-agent</pre>
<h2>Conclusion</h2>
<p>Zabbix is an important application in any network service. Thanks to it it is possible to do complete monitoring on the operation of the same one. It also verifies the state of the nodes. In this post, you have learned to install it on the server-side.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-zabbix-server-centos-8-rhel-oracle-linux/">How to install Zabbix server on CentOS 8 / RHEL 8 / Oracle Linux 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-zabbix-server-centos-8-rhel-oracle-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install the latest version of GIT on CentOS 8 / RHEL 8 / Oracle Linux 8</title>
		<link>https://www.osradar.com/install-the-latest-version-of-git-centos-8-rhel-oracle-linux/</link>
					<comments>https://www.osradar.com/install-the-latest-version-of-git-centos-8-rhel-oracle-linux/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 28 Aug 2019 23:01:54 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Centos 8]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[oracle linux 8]]></category>
		<category><![CDATA[RHEL 8]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13207</guid>

					<description><![CDATA[<p>Many human and technological factors are involved in the development of an application. This is because there are many tools that help make the coding and maintenance process as simple and organized as possible. In this sense, a version control system is necessary to organize the development cycle of an application in general. Of all [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-latest-version-of-git-centos-8-rhel-oracle-linux/">Install the latest version of GIT on CentOS 8 / RHEL 8 / Oracle Linux 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>Many human and technological factors are involved in the development of an application. This is because there are many tools that help make the coding and maintenance process as simple and organized as possible. In this sense, a version control system is necessary to organize the development cycle of an application in general. Of all of them, Git is one of the most popular and has the best support from developers. In this post, you will learn how to install the latest version of Git on CentOS 8 / RHEL 8 / Oracle Linux 8.</p>
<p>As time goes by, the versions of the programs that come in the repositories of the Linux distributions become old. Similarly, program developers often release new versions with new features or bug fixes and we miss them.</p>
<p><a href="https://git-scm.com/">Git</a> is a program with quite active development and that requires to be always updated to have news and security fixes. So it is better to do it. And the best way to do it is to compile the source code of the application yourself.</p>
<p>Let us get started.</p>
<h2>The latest version of GIT on CentOS 8 / RHEL 8 / Oracle Linux 8</h2>
<p>Open a terminal and log in as root user, in case you do not have sudo. Then, install all the tools to compile and build from the source code.</p>
<pre>:~$ su
:~# dnf groupinstall "Development Tools"</pre>
<figure id="attachment_13209" aria-describedby="caption-attachment-13209" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13209" src="https://www.osradar.com/wp-content/uploads/2019/08/1-19.jpeg" alt="1.- Install the development tools" width="1366" height="707" srcset="https://www.osradar.com/wp-content/uploads/2019/08/1-19.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/08/1-19-300x155.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/1-19-768x397.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/1-19-1024x530.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/1-19-696x360.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/1-19-1068x553.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/08/1-19-811x420.jpeg 811w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13209" class="wp-caption-text">1.- Install the development tools</figcaption></figure>
<p>Then, it is necessary to install some packages that will help us with the process.</p>
<pre>:~# dnf install wget unzip curl</pre>
<p>Now it is necessary to install some libraries necessary for Git compilation.</p>
<pre>:~# dnf install curl-devel expat-devel gettext-devel openssl-devel zlib-devel perl-CPAN perl-devel</pre>
<figure id="attachment_13210" aria-describedby="caption-attachment-13210" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13210" src="https://www.osradar.com/wp-content/uploads/2019/08/2-17.jpeg" alt="2.- Install the libraries required" width="1366" height="708" srcset="https://www.osradar.com/wp-content/uploads/2019/08/2-17.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/08/2-17-300x155.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/2-17-768x398.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/2-17-1024x531.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/2-17-696x361.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/2-17-1068x554.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/08/2-17-810x420.jpeg 810w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13210" class="wp-caption-text">2.- Install the libraries required</figcaption></figure>
<p>Now, we can start to download Git using wget.</p>
<pre>:~# wget https://github.com/git/git/archive/v2.23.0.zip -O latestgit.zip</pre>
<figure id="attachment_13211" aria-describedby="caption-attachment-13211" style="width: 1360px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13211" src="https://www.osradar.com/wp-content/uploads/2019/08/3-16.jpeg" alt="3.- Download latest Git on CentOS 8 / RHEL 8 / Oracle Linux 8" width="1360" height="299" srcset="https://www.osradar.com/wp-content/uploads/2019/08/3-16.jpeg 1360w, https://www.osradar.com/wp-content/uploads/2019/08/3-16-300x66.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/3-16-768x169.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/3-16-1024x225.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/3-16-696x153.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/3-16-1068x235.jpeg 1068w" sizes="(max-width: 1360px) 100vw, 1360px" /><figcaption id="caption-attachment-13211" class="wp-caption-text">3.- Download latest Git on CentOS 8 / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>Then, unzip it. And access the folder.</p>
<pre>:~# unzip latestgit.zip
:~# cd git-2.23.0/</pre>
<p>After that, configure the source before starting the compilation.</p>
<pre>:~# make configure
:~# ./configure --prefix=/usr/local</pre>
<figure id="attachment_13212" aria-describedby="caption-attachment-13212" style="width: 1146px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13212" src="https://www.osradar.com/wp-content/uploads/2019/08/4-14.jpeg" alt="4.- Configuring the source code before the installation" width="1146" height="708" srcset="https://www.osradar.com/wp-content/uploads/2019/08/4-14.jpeg 1146w, https://www.osradar.com/wp-content/uploads/2019/08/4-14-300x185.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/4-14-768x474.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/4-14-1024x633.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/4-14-356x220.jpeg 356w, https://www.osradar.com/wp-content/uploads/2019/08/4-14-696x430.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/4-14-1068x660.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/08/4-14-680x420.jpeg 680w" sizes="(max-width: 1146px) 100vw, 1146px" /><figcaption id="caption-attachment-13212" class="wp-caption-text">4.- Configuring the source code before the installation</figcaption></figure>
<p>Then, run the make command.</p>
<pre>:~# make all</pre>
<figure id="attachment_13213" aria-describedby="caption-attachment-13213" style="width: 1214px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13213" src="https://www.osradar.com/wp-content/uploads/2019/08/5-8.jpeg" alt="5.- Using the make command" width="1214" height="709" srcset="https://www.osradar.com/wp-content/uploads/2019/08/5-8.jpeg 1214w, https://www.osradar.com/wp-content/uploads/2019/08/5-8-300x175.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/5-8-768x449.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/5-8-1024x598.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/5-8-696x406.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/5-8-1068x624.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/08/5-8-719x420.jpeg 719w" sizes="(max-width: 1214px) 100vw, 1214px" /><figcaption id="caption-attachment-13213" class="wp-caption-text">5.- Using the make command</figcaption></figure>
<p>Now, start the installation.</p>
<pre>:~# make install</pre>
<figure id="attachment_13214" aria-describedby="caption-attachment-13214" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-13214 size-full" src="https://www.osradar.com/wp-content/uploads/2019/08/6-5.jpeg" alt="6.- Install the latest version of Git on CentOS 8 / RHEL 8 / Oracle Linux 8" width="1366" height="710" srcset="https://www.osradar.com/wp-content/uploads/2019/08/6-5.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/08/6-5-300x156.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/6-5-768x399.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/6-5-1024x532.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/6-5-696x362.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/6-5-1068x555.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/08/6-5-808x420.jpeg 808w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13214" class="wp-caption-text">6.- Install the latest version of Git on CentOS 8 / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>And that is it. Git is installed. If you want to check, you can use the Git command to display the current version.</p>
<pre>:~# git --version</pre>
<figure id="attachment_13215" aria-describedby="caption-attachment-13215" style="width: 470px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13215" src="https://www.osradar.com/wp-content/uploads/2019/08/7-1.jpeg" alt="7.- Git on CentOS 8 / RHEL 8 / Oracle Linux 8" width="470" height="107" srcset="https://www.osradar.com/wp-content/uploads/2019/08/7-1.jpeg 470w, https://www.osradar.com/wp-content/uploads/2019/08/7-1-300x68.jpeg 300w" sizes="(max-width: 470px) 100vw, 470px" /><figcaption id="caption-attachment-13215" class="wp-caption-text">7.- Git on CentOS 8 / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>Git is a pretty good version control system. It is one of the best. And by the way, if we combine it with a powerful Linux distribution like CentOS 8 or RHEL 8 or Oracle Linux 8, it is better used. Now that you know how to install its latest stable version, it&#8217;s time to make the most of it.</p>
<p>Also, you can learn to <a href="https://www.osradar.com/install-git-on-debian-10/">install Git on Debian 10?</a> or <a href="https://www.osradar.com/how-to-install-git-on-ubuntu-18-04-linux-mint-19/">Ubuntu 18.04</a>.</p>
<p>Please share this post with your friends and join <a href="https://t.me/osradar">our Telegram channel</a>.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-latest-version-of-git-centos-8-rhel-oracle-linux/">Install the latest version of GIT on CentOS 8 / RHEL 8 / Oracle Linux 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-the-latest-version-of-git-centos-8-rhel-oracle-linux/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>How to enable the EPEL repository on CentOS 8 / RHEL 8 / Oracle Linux 8?</title>
		<link>https://www.osradar.com/nable-the-epel-repository-centos-rhel-oracle-linux-8/</link>
					<comments>https://www.osradar.com/nable-the-epel-repository-centos-rhel-oracle-linux-8/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 26 Aug 2019 22:59:38 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Centos 8]]></category>
		<category><![CDATA[EPEL]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[oracle linux 8]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[RHEL 8]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13182</guid>

					<description><![CDATA[<p>Large Linux distributions have a large number of packages in their repositories. These distributions base their stability on the freezing of the versions of the mentioned packages. However, it is always possible to add external repositories to install packages that are not in the official repositories. Of course, these repositories have to be reliable and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/nable-the-epel-repository-centos-rhel-oracle-linux-8/">How to enable the EPEL repository on CentOS 8 / RHEL 8 / Oracle Linux 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>Large Linux distributions have a large number of packages in their repositories. These distributions base their stability on the freezing of the versions of the mentioned packages. However, it is always possible to add external repositories to install packages that are not in the official repositories. Of course, these repositories have to be reliable and quite secure. Today, I will teach you how to enable the EPEL on CentOS 8 / RHEL 8 / Oracle Linux 8 repository.</p>
<h2>What is the EPEL repository?</h2>
<p>The Extra Packages for Enterprise Linux (EPEL) is an unofficial repository that provides a variety of packages that are not in the official RHEL and derivative repositories. It is quite reliable and secure, so it is highly recommended to enable it if we need any packages available in this repository.</p>
<p>Keep in mind that Linux distirbutions such as RHEL and its derivatives, as well as Debian, Ubuntu and SUSE, incorporate packages tested by them. In this immense effort, there are many very good packages that cannot be added to the repositories.</p>
<p>For that reason, these repositories are born, to be able to install many extra packages without much effort&#8230; let us get to work.</p>
<h2>Enable the EPEL repository on CentOS 8 / RHEL 8 / Oracle Linux 8</h2>
<p>The EPEL project is fantastic. Not only because of the large number of packages available but also because of the ease of use. To add it, you have to download and install an RPM package that they put at our disposal.</p>
<p>So, open a terminal and upgrade the system.</p>
<pre>:~$ sudo dnf update</pre>
<p>This way we will have all the packages updated with the built-in security patches.</p>
<p>Now install the repository configuration package with the following command:</p>
<pre>:~$ sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm</pre>
<figure id="attachment_13195" aria-describedby="caption-attachment-13195" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13195" src="https://www.osradar.com/wp-content/uploads/2019/08/1-17.jpeg" alt="1.- Enable the EPEL repository on CentOS 8 / RHEL 8 / Oracle Linux 8" width="1366" height="383" srcset="https://www.osradar.com/wp-content/uploads/2019/08/1-17.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/08/1-17-300x84.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/1-17-768x215.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/1-17-1024x287.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/1-17-696x195.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/1-17-1068x299.jpeg 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13195" class="wp-caption-text">1.- Enable the EPEL repository on CentOS 8 / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>Then, check that everything is OK with the new repository. So, list all the enabled repository.</p>
<pre>:~$ sudo dnf repolist -v</pre>
<figure id="attachment_13196" aria-describedby="caption-attachment-13196" style="width: 973px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13196" src="https://www.osradar.com/wp-content/uploads/2019/08/2-15.jpeg" alt="2.- The EPEL repository was successfully added" width="973" height="475" srcset="https://www.osradar.com/wp-content/uploads/2019/08/2-15.jpeg 973w, https://www.osradar.com/wp-content/uploads/2019/08/2-15-300x146.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/2-15-768x375.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/2-15-533x261.jpeg 533w, https://www.osradar.com/wp-content/uploads/2019/08/2-15-696x340.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/2-15-860x420.jpeg 860w" sizes="(max-width: 973px) 100vw, 973px" /><figcaption id="caption-attachment-13196" class="wp-caption-text">2.- The EPEL repository was successfully added</figcaption></figure>
<p>As you can see in the image, the repository was correctly added. That is to say, we will be able to use it.</p>
<p>You can see all available packages with the following command:</p>
<pre>:~$ sudo dnf repository-packages epel list</pre>
<p>The image above shows that there are many packages available to be installed thanks to the EPEL repository.</p>
<h2>Conclusion</h2>
<p>In conclusion, adding the EPEL repository is almost an obligation if we want to counter many extra packages for our distribution. On the other hand, EPEL is a safe, reliable and easy to enable repository. To be so simple, the benefits are many.</p>
<p>Also, you can read <a href="https://www.osradar.com/how-to-enable-sudo-on-debian-10/" target="_blank" rel="noopener noreferrer">How to enable Sudo on Debian 10?</a></p>
<p>Please share this post that can help many people. And join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram channel</a>.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/nable-the-epel-repository-centos-rhel-oracle-linux-8/">How to enable the EPEL repository on CentOS 8 / RHEL 8 / Oracle Linux 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/nable-the-epel-repository-centos-rhel-oracle-linux-8/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to install ArangoDB on CentOS 8 / RHEL 8 / Oracle Linux 8?</title>
		<link>https://www.osradar.com/install-arangodb-centos-8-rhel-oracle-linux/</link>
					<comments>https://www.osradar.com/install-arangodb-centos-8-rhel-oracle-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 23 Aug 2019 23:01:55 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Centos 8]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[Oracle Linux]]></category>
		<category><![CDATA[oracle linux 8]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[RHEL 8]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13133</guid>

					<description><![CDATA[<p>Relational database management systems dominate many segments of programming. However, it is increasingly common to see real alternatives to this type of database. Of those applications, it seems that MongoDB is one of the most popular but ArangoDB improves and improves every day. In this post, I will tell you about ArangoDB, some of the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-arangodb-centos-8-rhel-oracle-linux/">How to install ArangoDB on CentOS 8 / RHEL 8 / Oracle Linux 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>Relational database management systems dominate many segments of programming. However, it is increasingly common to see real alternatives to this type of database. Of those applications, it seems that MongoDB is one of the most popular but ArangoDB improves and improves every day. In this post, I will tell you about ArangoDB, some of the main features and more. Also, I will show you how to install ArangoDB on CentOS 8 / RHEL 8 / Oracle Linux 8.</p>
<h2>A little bit of ArangoDB</h2>
<p><a href="https://www.arangodb.com/" rel="noopener">ArangoDB</a> is a <a href="https://www.osradar.com/tag/nosql/" rel="noopener">NoSQL</a> <a href="https://www.osradar.com/tag/database/" rel="noopener">database</a> manager. It is built in<a href="https://www.osradar.com/install-codeblocks-on-linux/" rel="noopener"> C++</a> and is open source. Its main feature is that it is multi-model. That is, it supports different data models such as (JSON), graphs and key-value.</p>
<p>On the other hand, ArangoDB has two versions. The first one is paid and offers support at different levels. The second is communitarian, ideal for small or educational projects.</p>
<p>If you want to manage a server instance easily, ArangoDB allows it through a nice and intuitive web interface. Besides this, it has connectors for many programming languages, so this should not be a limitation. Of course, it has installers for many Linux distributions.</p>
<p>So let us get to work.</p>
<h2>Install ArangoDB on CentOS 8 / RHEL 8 / Oracle Linux 8</h2>
<p>ArangoDB is an application that takes documentation very seriously. In fact, it is a very well documented application that makes it easy to work with. And the installation process is available to many systems through its repository.</p>
<p>So the first step to install ArangoDB on CentOS 8 / RHEL 8 / Oracle Linux 8 is to add the repository.</p>
<p>Open a terminal and run the following:</p>
<pre>:~$ su
:~# cd /etc/yum.repos.d/</pre>
<p>Then, import the GPG key to secure the repository addition.</p>
<pre>:~# curl -OL https://download.arangodb.com/arangodb35/RPM/arangodb.repo</pre>
<figure id="attachment_13171" aria-describedby="caption-attachment-13171" style="width: 776px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13171" src="https://www.osradar.com/wp-content/uploads/2019/08/1-15.jpeg" alt="1.- Download the GPG key for the repository" width="776" height="103" srcset="https://www.osradar.com/wp-content/uploads/2019/08/1-15.jpeg 776w, https://www.osradar.com/wp-content/uploads/2019/08/1-15-300x40.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/1-15-768x102.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/1-15-696x92.jpeg 696w" sizes="(max-width: 776px) 100vw, 776px" /><figcaption id="caption-attachment-13171" class="wp-caption-text">1.- Download the GPG key for the repository</figcaption></figure>
<p>After this, you can install ArangoDB by typing the following command:</p>
<pre>:~# dnf install arangodb3-3.5.0</pre>
<figure id="attachment_13170" aria-describedby="caption-attachment-13170" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13170" src="https://www.osradar.com/wp-content/uploads/2019/08/2-13.jpeg" alt="2.- Install ArangoDB on CentOS 8 / RHEL 8 /Oracle Linux 8" width="1366" height="359" srcset="https://www.osradar.com/wp-content/uploads/2019/08/2-13.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/08/2-13-300x79.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/2-13-768x202.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/2-13-1024x269.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/2-13-696x183.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/2-13-1068x281.jpeg 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13170" class="wp-caption-text">2.- Install ArangoDB on CentOS 8 / RHEL 8 /Oracle Linux 8</figcaption></figure>
<p>Now that ArangoDB is installed, you have to do some configuration before using it.</p>
<h2>Making some configuration before using ArangoDB on CentOS 8 / RHEL 8 / Oracle Linux 8</h2>
<p>ArangoDB is already installed but does not have a key configured for the root user. As we know, this is vital because then, anyone can access the stored data.</p>
<p>So use the following command to set the password for the root user:</p>
<pre>:~# arango_secure_installation</pre>
<figure id="attachment_13172" aria-describedby="caption-attachment-13172" style="width: 986px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13172" src="https://www.osradar.com/wp-content/uploads/2019/08/3-14.jpeg" alt="3.- Set a password for the root user" width="986" height="179" srcset="https://www.osradar.com/wp-content/uploads/2019/08/3-14.jpeg 986w, https://www.osradar.com/wp-content/uploads/2019/08/3-14-300x54.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/3-14-768x139.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/3-14-696x126.jpeg 696w" sizes="(max-width: 986px) 100vw, 986px" /><figcaption id="caption-attachment-13172" class="wp-caption-text">3.- Set a password for the root user</figcaption></figure>
<p>With this you can now enter the ArangoDB shell and start working:</p>
<pre>:~# systemctl start arangodb3
:~# arangosh</pre>
<figure id="attachment_13173" aria-describedby="caption-attachment-13173" style="width: 1283px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13173" src="https://www.osradar.com/wp-content/uploads/2019/08/4-12.jpeg" alt="4.- ArangoDB shell on CentOS 8 / RHEL 8 / Oracle Linux 8" width="1283" height="296" srcset="https://www.osradar.com/wp-content/uploads/2019/08/4-12.jpeg 1283w, https://www.osradar.com/wp-content/uploads/2019/08/4-12-300x69.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/4-12-768x177.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/4-12-1024x236.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/4-12-696x161.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/4-12-1068x246.jpeg 1068w" sizes="(max-width: 1283px) 100vw, 1283px" /><figcaption id="caption-attachment-13173" class="wp-caption-text">4.- ArangoDB shell on CentOS 8 / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>One of the most outstanding potentials of ArangoDB is its web interface. Thanks to it, it is possible to administer the instance quickly and easily. In addition to visualizing the data in a better way.</p>
<p>So, open the file <code>/etc/arangodb3/arangod.conf</code>. At the beginning of the file, it changes the <code>endpoint</code> value and adds the IP address of the computer where ArangoDB is running. By default, it is configured for localhost. There you will also see the default port used by the application which is 8529.</p>
<pre>:~# nano /etc/arangodb3/arangod.conf</pre>
<figure id="attachment_13174" aria-describedby="caption-attachment-13174" style="width: 619px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13174" src="https://www.osradar.com/wp-content/uploads/2019/08/5-6.jpeg" alt="5.- Enabling the web interface for ArangoDB" width="619" height="359" srcset="https://www.osradar.com/wp-content/uploads/2019/08/5-6.jpeg 619w, https://www.osradar.com/wp-content/uploads/2019/08/5-6-300x174.jpeg 300w" sizes="(max-width: 619px) 100vw, 619px" /><figcaption id="caption-attachment-13174" class="wp-caption-text">5.- Enabling the web interface for ArangoDB</figcaption></figure>
<p>This same process must be done in the file /etc/arangodb3/arangosh.conf.</p>
<pre>:~# nano /etc/arangodb3/arangosh.conf</pre>
<figure id="attachment_13175" aria-describedby="caption-attachment-13175" style="width: 478px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13175" src="https://www.osradar.com/wp-content/uploads/2019/08/6-3.jpeg" alt="6.- Configuring the web interface" width="478" height="143" srcset="https://www.osradar.com/wp-content/uploads/2019/08/6-3.jpeg 478w, https://www.osradar.com/wp-content/uploads/2019/08/6-3-300x90.jpeg 300w" sizes="(max-width: 478px) 100vw, 478px" /><figcaption id="caption-attachment-13175" class="wp-caption-text">6.- Configuring the web interface</figcaption></figure>
<p>For all this to work, it is necessary to add the corresponding rules in the Firewall. Specifically, open port 8529. Then, restart ArangoDB.</p>
<pre>:~# firewall-cmd --add-port=8529/tcp --permanent
success
:~# firewall-cmd --reload
success
:~# systemctl restart arangodb3</pre>
<p>Now, you can access to the web interface using your web browser. Go to http://your-server:8529</p>
<figure id="attachment_13176" aria-describedby="caption-attachment-13176" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13176" src="https://www.osradar.com/wp-content/uploads/2019/08/7-7.png" alt="7.- ArangoDB running on CentOS 8 / RHEL 8 / Oracle Linux 8" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/08/7-7.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/7-7-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/7-7-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/7-7-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/7-7-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/7-7-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/7-7-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13176" class="wp-caption-text">7.- ArangoDB running on CentOS 8 / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>Type your credentials and click on the Login button. You will have to select the database.</p>
<figure id="attachment_13177" aria-describedby="caption-attachment-13177" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13177" src="https://www.osradar.com/wp-content/uploads/2019/08/8-6.png" alt="8.- Select the database to connect the web interface" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/08/8-6.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/8-6-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/8-6-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/8-6-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/8-6-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/8-6-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/8-6-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13177" class="wp-caption-text">8.- Select the database to connect the web interface</figcaption></figure>
<p>Finally, you will see the dashboard. And you can start to work.</p>
<figure id="attachment_13178" aria-describedby="caption-attachment-13178" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13178" src="https://www.osradar.com/wp-content/uploads/2019/08/9-5.png" alt="9.- ArangoDB on CentOS 8 / RHEL 8 / Oracle Linux 8" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/08/9-5.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/9-5-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/9-5-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/9-5-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/9-5-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/9-5-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/9-5-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13178" class="wp-caption-text">9.- ArangoDB on CentOS 8 / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>And that is it.</p>
<h2>Conclusion</h2>
<p>ArangoDB is a very popular database manager and increasingly influential in the world of programming. It is frequently used in IoT technology as well as in mobile phones. As you could see, it is easy to install and thus saves us a lot of work.</p>
<p>Please share this post with your friends and join <a href="https://t.me/osradar">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-arangodb-centos-8-rhel-oracle-linux/">How to install ArangoDB on CentOS 8 / RHEL 8 / Oracle Linux 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-arangodb-centos-8-rhel-oracle-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install Nextcloud on CentOS 8 /RHEL 8 / Oracle Linux 8</title>
		<link>https://www.osradar.com/install-nextcloud-centos-8-rhel-8-oracle-linux-8/</link>
					<comments>https://www.osradar.com/install-nextcloud-centos-8-rhel-8-oracle-linux-8/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 18 Aug 2019 23:32:17 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Centos 8]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Nextcloud]]></category>
		<category><![CDATA[oracle linux 8]]></category>
		<category><![CDATA[RHEL 8]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13014</guid>

					<description><![CDATA[<p>Nextcloud is a very useful application that allows us to create a private cloud. Thanks to it, any company can create a server dedicated to its data. So you will have absolute control of them. This is important because privacy and file security are currently highly valued. But it is also quite useful if we [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-nextcloud-centos-8-rhel-8-oracle-linux-8/">Install Nextcloud on CentOS 8 /RHEL 8 / Oracle Linux 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><a href="https://nextcloud.com/">Nextcloud</a> is a very useful application that allows us to create a private cloud. Thanks to it, any company can create a server dedicated to its data. So you will have absolute control of them. This is important because privacy and file security are currently highly valued. But it is also quite useful if we have a personal server and we want to have our data backed up without having to entrust our data to third parties. Anyway, in this post, you will learn to install Nextcloud on CentOS 8 / RHEL 8.</p>
<h2>Install Nextcloud on CentOS 8 / RHEL 8 / Oracle Linux 8</h2>
<p>Nextcloud is a web application built with PHP. Then we will have to configure a web server for it. So we&#8217;ll install <a href="https://www.osaradar.com/tag/nginx/">Nginx</a> + <a href="https://www.osradar.com/tag/php/">PHP</a> + <a href="https://www.osradar.com/tag/mariadb/">MariaDB</a>. But we will also create a Server block for it.</p>
<p>So let&#8217;s go for it.</p>
<h3>1) Install Nginx and PHP</h3>
<p>So, the first step is to install Nginx and PHP. Let&#8217;s start with Nginx. Open a terminal and run the following:</p>
<pre>:~$ su
:~# dnf install nginx</pre>
<figure id="attachment_13051" aria-describedby="caption-attachment-13051" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13051" src="https://www.osradar.com/wp-content/uploads/2019/08/1-10.jpeg" alt="1.- Install Nginx on CentOS 8 / RHEL 8 / Oracle Linux 8" width="1366" height="708" srcset="https://www.osradar.com/wp-content/uploads/2019/08/1-10.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/08/1-10-300x155.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/1-10-768x398.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/1-10-1024x531.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/1-10-696x361.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/1-10-1068x554.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/08/1-10-810x420.jpeg 810w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13051" class="wp-caption-text">1.- Install Nginx on CentOS 8 / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>Then, start and enable the service. Next, add a firewall rule to allow access to Nginx.</p>
<pre>:~# systemctl start nginx
:~# systemctl enable nginx
:~# firewall-cmd --permanent --add-service=http
success
:~# firewall-cmd --permanent --add-port=9000/tcp
:~# firewall-cmd --reload
success</pre>
<p>Now, you can open the web browser and go to <code>http://your-server</code>. You will see something like this:</p>
<figure id="attachment_13052" aria-describedby="caption-attachment-13052" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13052" src="https://www.osradar.com/wp-content/uploads/2019/08/2-1.png" alt="2.- Nginx is working" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/08/2-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/2-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/2-1-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/2-1-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/2-1-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/2-1-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/2-1-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13052" class="wp-caption-text">2.- Nginx is working</figcaption></figure>
<p>Now, you need to install PHP. So, run the following command:</p>
<pre>:~# dnf install php php-mysqlnd php-intl php-curl php-json php-gd php-xml php-mbstring php-zip php-fpm php-cli</pre>
<figure id="attachment_13053" aria-describedby="caption-attachment-13053" style="width: 1361px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13053" src="https://www.osradar.com/wp-content/uploads/2019/08/3-10.jpeg" alt="3.- Install PHP on CentOS 8 / RHEL 8/ Oracle Linux 8" width="1361" height="620" srcset="https://www.osradar.com/wp-content/uploads/2019/08/3-10.jpeg 1361w, https://www.osradar.com/wp-content/uploads/2019/08/3-10-300x137.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/3-10-768x350.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/3-10-1024x466.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/3-10-696x317.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/3-10-1068x487.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/08/3-10-922x420.jpeg 922w" sizes="(max-width: 1361px) 100vw, 1361px" /><figcaption id="caption-attachment-13053" class="wp-caption-text">3.- Install PHP on CentOS 8 / RHEL 8/ Oracle Linux 8</figcaption></figure>
<p>Now, on the file <code>/etc/php.ini</code> change the following value:</p>
<pre>:~# nano /etc/php.ini
cgi.fix_pathinfo=0</pre>
<p>Then, save the changes and close the file. On the file <code>/etc/php-fpm.d/www.conf</code> changes these values:</p>
<pre>:~# nano /etc/php-fpm.d/www.conf
user = nginx
group = nginx 
pm.min_spare_servers = 5	 	 
pm.max_spare_servers = 35
listen = 127.0.0.1:9000</pre>
<p>Again, save the changes and close the file. After that, start the php-fpm service and restart the Nginx service by running the following commands:</p>
<pre>:~# systemctl start php-fpm
:~# systemctl enable php-fpm
:~# systemctl restart nginx</pre>
<p>So, Nginx and PHP are working fine.</p>
<h3>2) Install and configure MariaDB</h3>
<p>Now it is necessary to install MariaDB because Nextcloud requires a database manager. To do this, run the following command:</p>
<pre>:~# dnf install mariadb-server</pre>
<figure id="attachment_13054" aria-describedby="caption-attachment-13054" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13054" src="https://www.osradar.com/wp-content/uploads/2019/08/4-8.jpeg" alt="4.- Install MariaDB on CentOS 8 / RHEL 8 / Oracle Linux 8" width="1366" height="678" srcset="https://www.osradar.com/wp-content/uploads/2019/08/4-8.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/08/4-8-300x149.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/4-8-768x381.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/4-8-1024x508.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/4-8-324x160.jpeg 324w, https://www.osradar.com/wp-content/uploads/2019/08/4-8-696x345.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/4-8-1068x530.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/08/4-8-846x420.jpeg 846w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13054" class="wp-caption-text">4.- Install MariaDB on CentOS 8 / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>Then, start and enable the service.</p>
<pre>:~# systemctl enable mariadb
:~# systemctl start mariadb</pre>
<p>After that, you need to set a root password for MariaDB. You can do it by using the <code>mysql_secure_installation</code> script. Moreover, you can secure the installation.</p>
<pre>:~# mysql_secure_installation</pre>
<p>And answer the following question:</p>
<pre>Remove anonymous users? Y
Disallow root login remotely? Y
Remove test database and access to it? Y
Reload privilege tables now? Y</pre>
<figure id="attachment_13055" aria-describedby="caption-attachment-13055" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13055" src="https://www.osradar.com/wp-content/uploads/2019/08/5-3.jpeg" alt="5.- Secure the MariaDB installation" width="1366" height="707" srcset="https://www.osradar.com/wp-content/uploads/2019/08/5-3.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/08/5-3-300x155.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/5-3-768x397.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/5-3-1024x530.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/5-3-696x360.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/5-3-1068x553.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/08/5-3-811x420.jpeg 811w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13055" class="wp-caption-text">5.- Secure the MariaDB installation</figcaption></figure>
<p>Now, create a new user and database for Nextcloud. So, access to the MariaDB console. Next, run the following commands:</p>
<pre>:~# mysql -u root -p
&gt; CREATE DATABASE nextcloud;
&gt; GRANT ALL PRIVILEGES ON nextcloud.* TO 'nextclouduser'@'localhost' IDENTIFIED BY 'nextcloudpss';
&gt; FLUSH PRIVILEGES;
&gt; exit;</pre>
<p>Now, you can install Nextcloud.</p>
<h3>3) Install MariaDB on CentOS 8 / RHEL 8 / Oracle Linux 8</h3>
<p>Now we can start the installation. Make sure to install <code>wget</code> and <code>unzip</code>. Then, use it to start the download.</p>
<pre>:~# cd /tmp/
:~# wget -c https://download.nextcloud.com/server/releases/nextcloud-16.0.3.zip</pre>
<figure id="attachment_13056" aria-describedby="caption-attachment-13056" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13056" src="https://www.osradar.com/wp-content/uploads/2019/08/6-1.jpeg" alt="6.- Download and install Nextcloud on CentOS / RHEL 8 / Oracle Linux 8" width="1366" height="285" srcset="https://www.osradar.com/wp-content/uploads/2019/08/6-1.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/08/6-1-300x63.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/6-1-768x160.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/6-1-1024x214.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/6-1-696x145.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/6-1-1068x223.jpeg 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13056" class="wp-caption-text">6.- Download and install Nextcloud on CentOS / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>Then, decompress the folder. Move it to the Nginx document root and set the right permissions.</p>
<pre>:~# unzip nextcloud-16.0.3.zip
:~# mv nextcloud /usr/share/nginx/html/
:~# chown -R nginx:nginx /usr/share/nginx/html/
:~# chmod 755 -R /usr/share/nginx/html/</pre>
<p>Now, we need to create a new Server Block for Nextcloud.</p>
<pre>:~# nano /etc/nginx/conf.d/nextcloud.local.conf</pre>
<p>And add the following:</p>
<pre>server {
   server_name nextcloud.local;
   root /usr/share/nginx/html/nextcloud;

   location / {
       index index.html index.htm index.php;
       rewrite ^ /index.php$request_uri;
   }
   
   location ~ \.php$ {
      include /etc/nginx/fastcgi_params;
      fastcgi_pass 127.0.0.1:9000;
      fastcgi_index index.php;
      fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
   }
}</pre>
<figure id="attachment_13057" aria-describedby="caption-attachment-13057" style="width: 857px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13057" src="https://www.osradar.com/wp-content/uploads/2019/08/7.jpeg" alt="7.- Creating a new server block for Nextcloud" width="857" height="304" srcset="https://www.osradar.com/wp-content/uploads/2019/08/7.jpeg 857w, https://www.osradar.com/wp-content/uploads/2019/08/7-300x106.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/7-768x272.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/7-696x247.jpeg 696w" sizes="(max-width: 857px) 100vw, 857px" /><figcaption id="caption-attachment-13057" class="wp-caption-text">7.- Creating a new server block for Nextcloud</figcaption></figure>
<p>Save the changes and close the file.</p>
<p>Finally, restart the Nginx and the PHP-fpm services.</p>
<pre>:~# systemctl restart nginx
:~# systemctl restart php-fpm</pre>
<h3>4) Install Nextcloud on CentOS 8 / RHEL 8 / Oracle Linux 8 (II)</h3>
<p>So, complete the installation using the web browser. And you will see this:</p>
<figure id="attachment_13058" aria-describedby="caption-attachment-13058" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13058" src="https://www.osradar.com/wp-content/uploads/2019/08/8-4.png" alt="8.- Install Nextcloud on CentOS 8 / RHEL 8 / Oracle Linux 8" width="1365" height="663" srcset="https://www.osradar.com/wp-content/uploads/2019/08/8-4.png 1365w, https://www.osradar.com/wp-content/uploads/2019/08/8-4-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/8-4-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/8-4-1024x497.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/8-4-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/8-4-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/8-4-865x420.png 865w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-13058" class="wp-caption-text">8.- Install Nextcloud on CentOS 8 / RHEL 8 / Oracle Linux 8</figcaption></figure>
<p>So, type your MariaDB credentials and start the installation.</p>
<figure id="attachment_13059" aria-describedby="caption-attachment-13059" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13059" src="https://www.osradar.com/wp-content/uploads/2019/08/9-2.png" alt="9.- Installing Nextcloud" width="1365" height="663" srcset="https://www.osradar.com/wp-content/uploads/2019/08/9-2.png 1365w, https://www.osradar.com/wp-content/uploads/2019/08/9-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/9-2-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/9-2-1024x497.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/9-2-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/9-2-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/9-2-865x420.png 865w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-13059" class="wp-caption-text">9.- Installing Nextcloud</figcaption></figure>
<p>When the installation is finished, you will see the following screen.</p>
<figure id="attachment_13060" aria-describedby="caption-attachment-13060" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13060" src="https://www.osradar.com/wp-content/uploads/2019/08/10-1.png" alt="10.- Nextcloud log in" width="1365" height="663" srcset="https://www.osradar.com/wp-content/uploads/2019/08/10-1.png 1365w, https://www.osradar.com/wp-content/uploads/2019/08/10-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/10-1-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/10-1-1024x497.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/10-1-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/10-1-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/10-1-865x420.png 865w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-13060" class="wp-caption-text">10.- Nextcloud log in</figcaption></figure>
<p>After that, you can start to use Nextcloud.</p>
<figure id="attachment_13061" aria-describedby="caption-attachment-13061" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13061" src="https://www.osradar.com/wp-content/uploads/2019/08/11-1.png" alt="11.- Nextcloud working" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/08/11-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/11-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/11-1-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/11-1-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/11-1-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/11-1-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/11-1-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13061" class="wp-caption-text">11.- Nextcloud working</figcaption></figure>
<p>So, that is it.</p>
<h2>Conclusion</h2>
<p>Nextcloud is one of those applications that are necessary for any company. Because it is possible to create a private cloud with all the features of the most popular services. Nextcloud even has clients for other platforms such as Android and iOS.</p>
<p>So, you can also read <a href="https://www.osradar.com/install-nextcloud-on-debian-10/">how to install Nextcloud on Debian 10?</a></p>
<p>Please share this post with your friends and join <a href="https://t.me/osradar">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-nextcloud-centos-8-rhel-8-oracle-linux-8/">Install Nextcloud on CentOS 8 /RHEL 8 / Oracle Linux 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-nextcloud-centos-8-rhel-8-oracle-linux-8/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
