<?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>Leap Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/leap/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 08 Mar 2021 23:47:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to switch from OpenSUSE Leap to Tumbleweed?</title>
		<link>https://www.osradar.com/how-to-switch-from-opensuse-leap-to-tumbleweed/</link>
					<comments>https://www.osradar.com/how-to-switch-from-opensuse-leap-to-tumbleweed/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 10 Mar 2021 23:40:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[tumbleweed]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=29021</guid>

					<description><![CDATA[<p>Hello, friends. OpenSUSE has two versions, a static one called Leap and a rolling one called Tumbleweed. Today you will learn how to switch from OpenSUSE Leap to Tumbleweed easily. OpenSUSE Leap vs Tumbleweed OpenSUSE Leap features a level of stability unmatched by any other distribution: better security, better testing, and much more free, open-source [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-switch-from-opensuse-leap-to-tumbleweed/">How to switch from OpenSUSE Leap to Tumbleweed?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. OpenSUSE has two versions, a static one called Leap and a rolling one called Tumbleweed. Today you will learn how to switch from OpenSUSE Leap to Tumbleweed easily.</p>



<h2 id="opensuse-leap-vs-tumbleweed"><a href="#opensuse-leap-vs-tumbleweed" name="opensuse-leap-vs-tumbleweed"></a>OpenSUSE Leap vs Tumbleweed</h2>



<p><a href="https://www.opensuse.org/" target="_blank" rel="noreferrer noopener">OpenSUSE</a> Leap features a level of stability unmatched by any other distribution: better security, better testing, and much more free, open-source software unique to SUSE and OpenSUSE. It brings a huge variety of the newest software, convenient migration to SLE, transactional updates, server roles, scalable images for the cloud and Linux laptops. Let’s say it’s the fully stable version of the family. It is also recommended in case you want to use it without any problems and do not expect any surprises.</p>



<p>The <strong>main advantage is the stability</strong> but the packages are older and are not updated frequently. For users who want more new features while sacrificing a bit of stability, OpenSUSE Tumbleweed is born.</p>



<p><strong>The Tumbleweed distribution is a pure rolling release version</strong> (with continuous development, no periodic releases) that offers stable versions of all software instead of rigid periodic release cycles. This project is for users who want the latest but stable software.</p>



<p>OpenSUSE Tumbleweed is distributed with an iso image that we can install normally but <strong>it is also possible to jump from Leap</strong>.</p>



<h2 id="swith-from-opensuse-leap-to-tumbleweed"><a name="swith-from-opensuse-leap-to-tumbleweed" href="#swith-from-opensuse-leap-to-tumbleweed"></a>Making the process</h2>



<p>Note: The process is safe but not free of bugs and some instability that may affect your system. So make a backup and make sure you really want to do the process.</p>



<p>So, I open a terminal and check that I am running OpenSUSE Leap using <code><a href="https://www.osradar.com/install-neofetch-screenfetch-centos-8/" target="_blank" rel="noreferrer noopener">neofetch</a></code></p>



<pre class="wp-block-preformatted">sudo zypper in neofetch</pre>



<pre class="wp-block-preformatted"><code data-origin="<pre&gt;<code&gt;sudo zypper in neofetch

neofetch
</code&gt;</pre&gt;
<p&gt;">neofetch</code></pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="874" height="385" src="https://www.osradar.com/wp-content/uploads/2021/03/1-4.png" alt="1.- OpenSUSE Leap" class="wp-image-29023" srcset="https://www.osradar.com/wp-content/uploads/2021/03/1-4.png 874w, https://www.osradar.com/wp-content/uploads/2021/03/1-4-300x132.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/1-4-768x338.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/1-4-696x307.png 696w" sizes="(max-width: 874px) 100vw, 874px" /><figcaption>1.- OpenSUSE Leap</figcaption></figure>



<p>Now proceed to upgrade the distro completely</p>



<pre class="wp-block-preformatted">sudo zypper up</pre>



<p>After this, make a backup of the current repositories.</p>



<pre class="wp-block-preformatted">sudo mkdir /etc/zypp/repos.d/old
sudo mv /etc/zypp/repos.d/*.repo /etc/zypp/repos.d/old</pre>



<p>You don’t want to add any more or use any third party repositories.</p>



<p>Now add the official Tumbleweed repositories:</p>



<pre class="wp-block-preformatted">sudo zypper ar -f -c http://download.opensuse.org/tumbleweed/repo/oss repo-oss
sudo zypper ar -f -c http://download.opensuse.org/tumbleweed/repo/non-oss repo-non-oss
sudo zypper ar -f -c http://download.opensuse.org/update/tumbleweed/ repo-update
sudo zypper ar -f -c http://download.opensuse.org/tumbleweed/repo/debug repo-debug</pre>



<p>Actually, the last repository is not mandatory but recommended.</p>



<p>The repositories loaded on the system should be there before you start the process of switching to Tumbleweed.</p>



<pre class="wp-block-preformatted">sudo zypper lr -u</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="210" src="https://www.osradar.com/wp-content/uploads/2021/03/2-3-1024x210.png" alt="2.- From OpenSUSE Leap to OpenSUSE Tumbleweed" class="wp-image-29024" srcset="https://www.osradar.com/wp-content/uploads/2021/03/2-3-1024x210.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/2-3-300x61.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/2-3-768x157.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/2-3-696x143.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/2-3.png 1050w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- From OpenSUSE Leap to OpenSUSE Tumbleweed</figcaption></figure>



<p>And perform the process by running:</p>



<pre class="wp-block-preformatted">sudo zypper dup</pre>



<p>There will be a lot of changes so be patient.</p>



<p>When finished, reboot the system to complete the process.</p>



<p>Then view the change with <code>neofecth</code>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="878" height="386" src="https://www.osradar.com/wp-content/uploads/2021/03/3-2.png" alt="3.- Process complete!" class="wp-image-29025" srcset="https://www.osradar.com/wp-content/uploads/2021/03/3-2.png 878w, https://www.osradar.com/wp-content/uploads/2021/03/3-2-300x132.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/3-2-768x338.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/3-2-696x306.png 696w" sizes="(max-width: 878px) 100vw, 878px" /><figcaption>3.- Process complete!</figcaption></figure>



<p>So, enjoy it</p>



<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-switch-from-opensuse-leap-to-tumbleweed/">How to switch from OpenSUSE Leap to Tumbleweed?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-switch-from-opensuse-leap-to-tumbleweed/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install the CLI code editor Ox on OpenSUSE 15.2</title>
		<link>https://www.osradar.com/install-the-cli-code-editor-ox-on-opensuse-15-2/</link>
					<comments>https://www.osradar.com/install-the-cli-code-editor-ox-on-opensuse-15-2/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 08 Mar 2021 00:54:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[rust]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=28890</guid>

					<description><![CDATA[<p>Hello, friends. A text editor in the terminal? Yes. So, you will learn how to install Ox on OpenSUSE 15.2 We already know that in Linux we have many different tools. One of them is the term that has proven to be a great help in many tasks such as downloading files and editing text. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-cli-code-editor-ox-on-opensuse-15-2/">Install the CLI code editor Ox on OpenSUSE 15.2</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. A text editor in the terminal? Yes. So, you will learn how to install Ox on OpenSUSE 15.2</p>



<p>We already know that in Linux we have many different tools. One of them is the term that has proven to be a great help in many tasks such as downloading files and editing text.</p>



<p>This time we have a terminal tool created with Rust called Ox. Ox is a code editor with a terminal interface that consumes few resources and can help a lot with programming.</p>



<p>Says the program’s developer:</p>



<blockquote class="wp-block-quote"><p>OX IS A CODE EDITOR. IT WAS WRITTEN IN RUST USING ANSI ESCAPE SEQUENCES. IT ASSISTS DEVELOPERS WITH PROGRAMMING BY PROVIDING SEVERAL TOOLS TO SPEED UP AND MAKE PROGRAMMING EASIER AND A REFRESHING ALTERNATIVE TO HEAVILY BLOATED AND RESOURCE HUNGRY EDITORS</p></blockquote>



<p>Therefore, we can install it on any computer, including the oldest ones.</p>



<p>On the other hand, Ox takes many advantages from applications like Vi, Nano, Emacs, and other veteran programs. All this without dependencies and making it quite light and easy to compile. So few that this is the entire list:</p>



<ul><li>Rust language</li><li>Termion</li><li>Unicode-rs</li><li>Clap</li><li>Regex</li><li>Rum</li><li>Serde</li><li>Shellexpand</li></ul>



<p>So, let us install it.</p>



<h2 id="install-ox-on-opensuse-15.2"><a href="#install-ox-on-opensuse-15.2" name="install-ox-on-opensuse-15.2"></a>Install Ox on OpenSUSE 15.2</h2>



<p>Ox is built in the Rust language so we need to install it first.</p>



<p><a href="https://www.osradar.com/install-rust-opensuse/" target="_blank" rel="noreferrer noopener">How to install Rust on OpenSUSE 15.2?</a></p>



<p>After that, you can start installing the application by running the following command</p>



<pre class="wp-block-preformatted">cargo install --git https://github.com/curlpipe/ox</pre>



<p>This will start the whole process of downloading dependencies. When finished, you can invoke the editor with the ox command.</p>



<h2 id="first-steps-with-ox"><a href="#first-steps-with-ox" name="first-steps-with-ox"></a>First steps with Ox</h2>



<p>When the program is properly installed you can run it from the terminal</p>



<pre class="wp-block-preformatted">ox</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="524" src="https://www.osradar.com/wp-content/uploads/2021/03/1-2-1024x524.png" alt="1.- Installing Ox on OpenSUSE 15.2" class="wp-image-28966" srcset="https://www.osradar.com/wp-content/uploads/2021/03/1-2-1024x524.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/1-2-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/1-2-768x393.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/1-2-696x356.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/1-2-1068x547.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/1-2.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Installing Ox on OpenSUSE 15.2</figcaption></figure>



<p>Also, you can open a file or specify the path where you want the new file to be created</p>



<pre class="wp-block-preformatted">ox /path/file</pre>



<p>There you can start editing code. If you want to save changes, you can do it with the key combination <code>CTRL + S</code> but if it’s the first time you modify the file, you have to choose a name with <code>CTRL + w</code></p>



<p>Also, you can open a new tab by pressing the <code>CTRL + N</code></p>



<p>So, you can navigate between tabs with the <code>CTRL + H</code> and <code>CTRL + D</code> keys, and as you can see it’s quite easy to use.</p>



<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>



<p>Ox has a long way to go, that’s true, but it’s also an interesting project that adds more functionalities every day and allows us to edit code from the terminal, being easy to use. This gives even more power to the terminal and gives us solutions in multiple environments.</p>



<p><a href="https://github.com/curlpipe/ox" target="_blank" rel="noreferrer noopener">Ox Website</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-cli-code-editor-ox-on-opensuse-15-2/">Install the CLI code editor Ox on OpenSUSE 15.2</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-cli-code-editor-ox-on-opensuse-15-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install GLPI on OpenSUSE 15.2?</title>
		<link>https://www.osradar.com/install-glpi-opensuse-152-leap/</link>
					<comments>https://www.osradar.com/install-glpi-opensuse-152-leap/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 10 Dec 2020 00:01:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[GLPI]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17785</guid>

					<description><![CDATA[<p>As you know OpenSUSE is a warranty as an operating system on a server. Since the server is one of the main elements of a network, it is important that the system installed is efficient. In the same way, in this server, there could be many different applications and services. One of them is the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-glpi-opensuse-152-leap/">How to install GLPI on OpenSUSE 15.2?</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 you know OpenSUSE is a warranty as an operating system on a  server. Since the server is one of the main elements of a network, it is important that the system installed is efficient. In the same way, in this server, there could be many different applications and services. One of them is the <a href="https://glpi-project.org/">GLPI</a> this software that allows having controlled your computer park. So, in this post, <strong>you will learn how to install GLPI on OpenSUSE 15.2.</strong></p>



<h2>Install GLPI on OpenSUSE 15.2</h2>



<h3>1.- Install LAMP on OpenSUSE 15.2</h3>



<p>As it is well known, GLPI is a web application created with PHP. Therefore, it is necessary to have a web server configured that can &#8220;serve&#8221; the application.</p>



<p>On the other hand, the application also requires a database manager to store all the necessary information.</p>



<p>Therefore, you need to have a LAMP server in OpenSUSE 15. Luckily, we have a post that talks about it</p>



<p><a href="https://www.osradar.com/install-lamp-opensuse-15-2-15-1/" target="_blank" rel="noreferrer noopener">How to install LAMP on OpenSUSE 15.2 / 15.1?</a></p>



<p>Also, you need to install these PHP modules:</p>



<pre class="wp-block-preformatted">php7-ldap php7-opcache php7-APCu php7-xmlrpc php7-exif php7-fileinfo php7-zlib</pre>



<p>Now you can continue.</p>



<h3>2.- Creating a new database for GLPI</h3>



<p>The next step is to create a new database and user for GLPI. This is necessary as a security measure and to assist in the configuration of GLPI.</p>



<p>So access the MariaDB console as follows:</p>



<pre class="wp-block-preformatted">:~$ sudo mysql -u root -p</pre>



<p>And start creating the database and the new user. As well as the necessary permissions on it.</p>



<pre class="wp-block-preformatted">&gt; CREATE DATABASE glpidb;
&gt; GRANT ALL PRIVILEGES ON glpidb.* TO 'glpiuser'@'localhost' IDENTIFIED BY 'password';
&gt; FLUSH PRIVILEGES;
&gt; EXIT;</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1019" height="410" src="https://www.osradar.com/wp-content/uploads/2020/01/1-19.png" alt="1.- Creating a new database and user for GLPI" class="wp-image-17786" srcset="https://www.osradar.com/wp-content/uploads/2020/01/1-19.png 1019w, https://www.osradar.com/wp-content/uploads/2020/01/1-19-300x121.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/1-19-768x309.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/1-19-696x280.png 696w" sizes="(max-width: 1019px) 100vw, 1019px" /><figcaption>1.- Creating a new database and user for GLPI</figcaption></figure>



<p>Now, we can download GLPI.</p>



<h3>3.- Download and install GLPI on OpenSUSE 15.2</h3>



<p>The download of GLPI can be done with the <a href="https://www.osradar.com/the-wget-command/" target="_blank" rel="noreferrer noopener" aria-label="wget (opens in a new tab)">wget</a> command. And at the moment of writing this tutorial, the last stable version is 9.4.5.</p>



<p>Most probably you already have wget installed, but it&#8217;s always good to be sure:</p>



<pre class="wp-block-preformatted">:~$ sudo zypper in wget</pre>



<p>And now, yes, we proceed to start the download:</p>



<pre class="wp-block-preformatted">:~$ cd /tmp/
:~$ wget -c https://github.com/glpi-project/glpi/releases/download/9.4.5/glpi-9.4.5.tgz</pre>



<p>Once the download is complete, we proceed to decompress the file.</p>



<pre class="wp-block-preformatted">:~$ tar -xvf glpi-9.4.5.tgz</pre>



<p>Then, the generated folder must be moved to the Apache root directory in OpenSUSE. And then, assign permissions to it and indicate that the owner of that folder is Apache.</p>



<pre class="wp-block-preformatted">:~$ sudo mv glpi /srv/www/htdocs/
:~$ sudo chmod 755 -R /srv/www/htdocs/glpi
:~$ sudo chown -R wwwrun:www /srv/www/htdocs/glpi</pre>



<p>Now, a new VirtualHost has to be created to handle the running of GLPI. To do this, create a new configuration file:</p>



<pre class="wp-block-preformatted">:~$ sudo nano /etc/apache2/conf.d/glpi.conf</pre>



<p>And add the following:</p>



<pre class="wp-block-preformatted">&lt;VirtualHost *:80&gt;
   ServerAdmin admin@your_domain.com
   DocumentRoot "/srv/www/htdocs/glpi"
   ServerName glpi.osradar.opensuse

  &lt;Directory "/srv/www/htdocs/glpi"&gt;
      Options FollowSymlinks
      AllowOverride All
      Require all granted
  &lt;/Directory&gt;
&lt;/VirtualHost&gt;</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="988" height="277" src="https://www.osradar.com/wp-content/uploads/2020/01/3-17.png" alt="2.- Enabling a new Virtualhost for GLPI" class="wp-image-17787" srcset="https://www.osradar.com/wp-content/uploads/2020/01/3-17.png 988w, https://www.osradar.com/wp-content/uploads/2020/01/3-17-300x84.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/3-17-768x215.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/3-17-696x195.png 696w" sizes="(max-width: 988px) 100vw, 988px" /><figcaption>2.- Enabling a new Virtualhost for GLPI</figcaption></figure>



<p>Save the changes and close the file. Remember that the domain data has to be changed. I am using <code>glpi.osradar.opensuse</code> as an example.</p>



<p>Then, enable the PHP rewrite module and restart Apache.</p>



<pre class="wp-block-preformatted">:~$ sudo a2enmod rewrite
:~$ sudo systemctl restart apache2</pre>



<p>Now, complete the installation using the web interface.</p>



<h3>4.- Install GLPI on OpenSUSE 15.2 (II) </h3>



<p>Now all you have to do is open the web browser you want and access the server name you set up on the VirtualHost and complete the installation. In my case <code>glpi.osradar.opensuse</code> and you will see the following:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2020/01/4-15-1024x502.png" alt="3.- Installing GLPI on OpenSUSE 15.2" class="wp-image-17788" srcset="https://www.osradar.com/wp-content/uploads/2020/01/4-15-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/4-15-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/4-15-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/4-15-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/4-15-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/4-15-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/4-15-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/4-15-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/4-15.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Installing GLPI on OpenSUSE 15.2</figcaption></figure>



<p>Choose the language of the installation and click on the Ok button. Then, you will see the license terms.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2020/01/5-12-1024x502.png" alt="4.- GLPI License terms" class="wp-image-17789" srcset="https://www.osradar.com/wp-content/uploads/2020/01/5-12-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/5-12-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/5-12-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/5-12-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/5-12-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/5-12-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/5-12-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/5-12-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/5-12.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>4.- GLPI License terms</figcaption></figure>



<p>By accepting the license terms, you can choose whether to do an installation from 0 or an upgrade. In this case, it is an installation from 0 so click on the <em>Install</em> button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2020/01/6-10-1024x502.png" alt="5.- GPLI setup" class="wp-image-17790" srcset="https://www.osradar.com/wp-content/uploads/2020/01/6-10-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/6-10-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/6-10-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/6-10-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/6-10-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/6-10-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/6-10-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/6-10-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/6-10.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>5.- GPLI setup</figcaption></figure>



<p>On the next screen, the installer will scan the server to make sure everything is OK. Some extensions may be missing and you will be marked with an alert, but if they are mandatory, they will be shown in red. Then click on <em>Continue</em>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="481" src="https://www.osradar.com/wp-content/uploads/2020/01/7-7-1024x481.png" alt="6.- Instaling GLPI on OpenSUSE 15.2" class="wp-image-17791" srcset="https://www.osradar.com/wp-content/uploads/2020/01/7-7-1024x481.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/7-7-300x141.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/7-7-768x361.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/7-7-696x327.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/7-7-1068x502.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/7-7-894x420.png 894w, https://www.osradar.com/wp-content/uploads/2020/01/7-7.png 1258w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>6.- Instaling GLPI on OpenSUSE 15.2</figcaption></figure>



<p>Then, on the next screen, you will have to write the credentials for the connection to the database, previously created.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2020/01/8-6-1024x502.png" alt="7.- Databases connection" class="wp-image-17792" srcset="https://www.osradar.com/wp-content/uploads/2020/01/8-6-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/8-6-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/8-6-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/8-6-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/8-6-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/8-6-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/8-6-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/8-6-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/8-6.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>7.- Databases connection</figcaption></figure>



<p>The installer will make a test connection. If it is successful, you will see the following screen where you need to choose the database created previously.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2020/01/9-4-1024x502.png" alt="8.- Select the database for GLPI" class="wp-image-17793" srcset="https://www.osradar.com/wp-content/uploads/2020/01/9-4-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/9-4-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/9-4-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/9-4-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/9-4-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/9-4-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/9-4-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/9-4-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/9-4.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>8.- Select the database for GLPI</figcaption></figure>



<p>If everything went well with the database, you will see this image.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2020/01/10-2-1024x502.png" alt="9.- Database connection is OK" class="wp-image-17794" srcset="https://www.osradar.com/wp-content/uploads/2020/01/10-2-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/10-2-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/10-2-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/10-2-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/10-2-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/10-2-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/10-2-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/10-2-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/10-2.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>9.- Database connection is OK</figcaption></figure>



<p>Then the installer will ask us if we want to send usage statistics to the development team.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2020/01/11-1-1024x502.png" alt="10.- GPLI setup" class="wp-image-17795" srcset="https://www.osradar.com/wp-content/uploads/2020/01/11-1-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/11-1-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/11-1-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/11-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/11-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/11-1-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/11-1-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/11-1-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/11-1.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>10.- GPLI setup</figcaption></figure>



<p>Then, you will see several more installation screens. And in the end you will see one with the default users and passwords. </p>



<p>After that, you will see the Log in screen.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2020/01/12-1-1024x502.png" alt="11.- GLPI log in screen" class="wp-image-17796" srcset="https://www.osradar.com/wp-content/uploads/2020/01/12-1-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/12-1-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/12-1-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/12-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/12-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/12-1-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/12-1-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/12-1-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/12-1.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>11.- GLPI log in screen</figcaption></figure>



<p>In this case, we will access the administrator user that is <strong>glpi</strong> and the password is <strong>glpi</strong>. </p>



<p>Finally, you will see the dashboard.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2020/01/13-1024x502.png" alt="12.- GLPI on OpenSUSE 15.2" class="wp-image-17797" srcset="https://www.osradar.com/wp-content/uploads/2020/01/13-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/13-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/13-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/13-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/13-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/13-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/13-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/13-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/13.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>12.- GLPI on OpenSUSE 15.2</figcaption></figure>



<p>So, that is it. You can start changing the default password.</p>



<p>Enjoy it.</p>



<h2>Conclusion</h2>



<p>In this post, you have learned to install GLPI on OpenSUSE 15.2. GLPI is an application to control the informatics equipment of your company. It is an administrative tool, more than anything. It is created in PHP and uses MariaDB as a database manager.</p>



<p>Please share this post with your friends. And join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-glpi-opensuse-152-leap/">How to install GLPI on OpenSUSE 15.2?</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-opensuse-152-leap/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Linux kernel 5.8 on OpenSUSE 15.2?</title>
		<link>https://www.osradar.com/install-linux-kernel-5-8-opensuse-15-2/</link>
					<comments>https://www.osradar.com/install-linux-kernel-5-8-opensuse-15-2/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 05 Aug 2020 23:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[linu]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17941</guid>

					<description><![CDATA[<p>Hello friends in this post, we will help you install the Linux kernel 5.8 on OpenSUSE 15.2 that comes with many new features. Recently a new version of the Linux kernel has been released. As always it updates many important drivers and adds support for new features. If you want to know more about this, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-linux-kernel-5-8-opensuse-15-2/">How to install Linux kernel 5.8 on OpenSUSE 15.2?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Hello friends in this post, we will help you install the Linux kernel 5.8 on OpenSUSE 15.2 that comes with many new features.</strong></p>
<p>Recently a new version of the Linux kernel has been released. As always it updates many important drivers and adds support for new features. If you want to know more about this, read our post</p>
<p class="entry-title td-module-title"><a href="https://www.osradar.com/linux-5-8-released/" target="_blank" rel="noopener noreferrer">Kernel Linux 5.8 released</a></p>
<p>However, this version of the kernel will not automatically come into our distribution unless we install it manually. One such distribution is OpenSUSE 15.2. So this is the goal of the post.</p>
<p>On the other hand, it is good to give you a warning and that is that if your system is very stable and you don&#8217;t have a real need to upgrade the kernel, you better not do it. This is because the kernel is where the drivers for all the hardware are located.</p>
<p><strong>So you know the process brings advantages but also some risks.</strong></p>
<p>So, let&#8217;s get started.</p>
<h2>Install Linux kernel 5.8</h2>
<p>First, check the version of the kernel that is running OpenSUSE 15.2:</p>
<pre>:~$ uname -r<br />5.3.18-lp152.19-default</pre>
<p>And you will see something like this:</p>
<figure id="attachment_22411" aria-describedby="caption-attachment-22411" style="width: 731px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-22411 size-full" src="https://www.osradar.com/wp-content/uploads/2020/04/1-28.png" alt="1.- Kernel Linux on OpenSUSE 15.2" width="731" height="97" srcset="https://www.osradar.com/wp-content/uploads/2020/04/1-28.png 731w, https://www.osradar.com/wp-content/uploads/2020/04/1-28-300x40.png 300w, https://www.osradar.com/wp-content/uploads/2020/04/1-28-696x92.png 696w" sizes="(max-width: 731px) 100vw, 731px" /><figcaption id="caption-attachment-22411" class="wp-caption-text">1.- Kernel Linux on OpenSUSE 15.2</figcaption></figure>
<p>OpenSUSE 15.2 has the 5.3 kernel installed by default.</p>
<p>OpenSUSE has a lot of fairly stable community repositories for many different packages. And there is also one for the Linux kernel. So, let&#8217;s add it.</p>
<pre>:~$ sudo zypper ar https://download.opensuse.org/repositories/Kernel:/stable/standard/ kernel</pre>
<p>After it&#8217;s properly added. We&#8217;re going to change the priority so that when we update the system it takes this repository into account.</p>
<pre>:~$ sudo zypper mr -p 70 kernel<br />Repository 'kernel' priority has been set to 70.</pre>
<p>After that, you need to refresh zypper to be able to recognize the new repository. When you use it for the first time, it will ask you to accept the GPG keys.</p>
<pre>:~$ sudo zypper refresh</pre>
<p>Now if we proceed with the installation. To do this, we must partially update the distribution but from the recently added repository.</p>
<pre>:~$ sudo zypper dup -r kernel</pre>
<p>When you run this command, you will notice that zypper will find some errors. This is normal, we are installing a new version of the kernel and from another repository.</p>
<p>To solve these problems, choose 1 in each question.</p>
<p>Then, reboot the system.</p>
<p>Once the system has started, it checks the changes.</p>
<pre>:~$ uname -r<br />5.8.0-2.g9bc0044-default</pre>
<figure id="attachment_22413" aria-describedby="caption-attachment-22413" style="width: 737px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-22413 size-full" src="https://www.osradar.com/wp-content/uploads/2020/04/2-20.png" alt="2.- Kernel 5.8 on OpenSUSE 15.2" width="737" height="79" srcset="https://www.osradar.com/wp-content/uploads/2020/04/2-20.png 737w, https://www.osradar.com/wp-content/uploads/2020/04/2-20-300x32.png 300w, https://www.osradar.com/wp-content/uploads/2020/04/2-20-696x75.png 696w" sizes="(max-width: 737px) 100vw, 737px" /><figcaption id="caption-attachment-22413" class="wp-caption-text">2.- Kernel 5.8 on OpenSUSE 15.2</figcaption></figure>
<p>And that is it. Keep in mind that this method eliminates the kernel by default, so it is a risk.</p>
<p>So, share this post and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram Channel</a>.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-linux-kernel-5-8-opensuse-15-2/">How to install Linux kernel 5.8 on OpenSUSE 15.2?</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-linux-kernel-5-8-opensuse-15-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Docker on OpenSUSE 15.2 / 15.1?</title>
		<link>https://www.osradar.com/install-docker-opensuse-15-2-15-1/</link>
					<comments>https://www.osradar.com/install-docker-opensuse-15-2-15-1/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 10 Jul 2020 23:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[opensuse 15]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Virtualization]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17724</guid>

					<description><![CDATA[<p>Docker is a fairly popular technology in today’s sysadmin. It is logical to think because it means a complete change in the way images and applications are distributed. In addition to all this, you can get the most out of many server-based Linux distributions. Therefore, learning about this technology is vital in the modern world. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-docker-opensuse-15-2-15-1/">How to install Docker on OpenSUSE 15.2 / 15.1?</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 rel="noreferrer noopener" aria-label="Docker (opens in a new tab)" href="https://www.docker.com/" target="_blank">Docker</a> is a fairly popular technology in today’s sysadmin. It is logical to think because it means a complete change in the way images and applications are distributed. In addition to all this, you can get the most out of many server-based Linux distributions. Therefore,  learning about this technology is vital in the modern world. Therefore,  in this post, you will learn <strong>how to install Docker on OpenSUSE 15.2 / 15.1</strong>.  There are several premium versions, but in this case, we will use the community version which is more than enough for many cases.</p>



<h2>Install Docker on OpenSUSE</h2>



<p>An essential reason for installing a docker is the handling and execution of containers. This brings as a main advantage that we can deploy applications without worrying about the dependencies or the system that runs it.</p>



<p>On the other hand, we will be able to create our own images of our applications and these will be able to be installed in any system with Docker.</p>



<p>OpenSUSE is a community operating system sponsored by SUSE. However, it is quite robust, reliable and secure and that is why it is used on many servers worldwide.</p>



<p>So let&#8217;s go for it.</p>



<p>First, open a terminal session and update the system.</p>



<pre class="wp-block-preformatted">:~$ sudo zypper up</pre>



<p>This will cause all pending security patches to be installed and it is a good idea to do this before starting any installation.</p>



<p>Fortunately, Docker and Docker-compose are available from the official OpenSUSE repositories. While it is not the latest version, it is a fairly stable version that guarantees us functionality.</p>



<p>So run the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo zypper in docker docker-compose</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="280" src="https://www.osradar.com/wp-content/uploads/2020/01/1-16-1024x280.png" alt="1.- Install Docker on OpenSUSE 15.2 / 15.1" class="wp-image-17725" srcset="https://www.osradar.com/wp-content/uploads/2020/01/1-16-1024x280.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/1-16-300x82.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/1-16-768x210.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/1-16-696x190.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/1-16-1068x292.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/1-16.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Install Docker on OpenSUSE 15.2 / 15.1</figcaption></figure>



<p>Accept the installation and then the process will begin.</p>



<h2>Testing the installation</h2>



<p>Once the installation has been successfully completed, the first thing to do is to start the Docker service. </p>



<pre class="wp-block-preformatted">:~$ sudo systemctl start docker</pre>



<p>And then, you can check the status of the service to make sure it&#8217;s working properly.</p>



<pre class="wp-block-preformatted">:~$ sudo systemctl status docker</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="363" src="https://www.osradar.com/wp-content/uploads/2020/01/2-15-1024x363.png" alt="2.- Docker service status" class="wp-image-17726" srcset="https://www.osradar.com/wp-content/uploads/2020/01/2-15-1024x363.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/2-15-300x106.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/2-15-768x272.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/2-15-696x247.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/2-15-1068x379.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/2-15-1185x420.png 1185w, https://www.osradar.com/wp-content/uploads/2020/01/2-15.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Docker service status</figcaption></figure>



<p>As you can see in the image, the service is running normally.</p>



<p>Also, if you want Docker to run as soon as the system starts, which is highly recommended, use this other command:</p>



<pre class="wp-block-preformatted">:~$ sudo systemctl enable docker</pre>



<p>Now we can get a real example, check if Docker is ready for the job or not.</p>



<p>To do this we will use a test image that Docker puts at our disposal. You can execute it with the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo docker run --rm hello-world</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="522" src="https://www.osradar.com/wp-content/uploads/2020/01/3-14.png" alt="3.- Docker on OpenSUSE 15.2 / 15.1" class="wp-image-17727" srcset="https://www.osradar.com/wp-content/uploads/2020/01/3-14.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/3-14-300x153.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/3-14-768x392.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/3-14-696x355.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/3-14-824x420.png 824w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Docker on OpenSUSE 15.2 / 15.1</figcaption></figure>



<p>As you see in the image above. Docker&#8217;s installation has been successful.</p>



<p>To verify the current version of Docker, run the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo docker version</pre>



<p>However, if you want to use Docker without root privileges, just use the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo usermod -aG docker $(whoami)</pre>



<p>After that reboot the system and that is it. Docker is ready for the work.</p>



<h2>Conclusion</h2>



<p>Docker’s technology is a wonder if you work with large-scale servers. Its practicality when depleting applications makes it an alternative to virtual machines. And now you have learned to install it on OpenSUSE 15.2 / OpenSUSE 15.1.</p>



<p>So, you can also learn how to install Docker on other systems.</p>



<ul><li>If you are using Ubuntu: <a rel="noreferrer noopener" href="https://www.osradar.com/how-to-install-docker-on-ubuntu-18-04/" target="_blank">How to install Docker on Ubuntu 18.04?</a></li><li>For CentOS 8: <a rel="noreferrer noopener" href="https://www.osradar.com/install-docker-centos-8/" target="_blank">How to install Docker on CentOS 8?</a></li><li>For CentOS 7: <a rel="noreferrer noopener" href="https://www.osradar.com/how-to-install-docker-ce-on-centos-7/" target="_blank">How to install Docker CE on CentOS 7?</a></li><li>If you use Windows: <a rel="noreferrer noopener" href="https://www.osradar.com/how-to-install-docker-in-windows-10/" target="_blank">How to install Docker in Windows 10?</a></li><li>Or, if you are using Debian 10 or Ubuntu 20.04: <a rel="noreferrer noopener" href="https://www.osradar.com/install-docker-ubuntu-20-04-debian-10/" target="_blank">How to install Docker on Ubuntu 20.04 / Debian 10?</a></li></ul>



<p>So, please share this post with your friends and <a href="https://t.me/osradar">join our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-docker-opensuse-15-2-15-1/">How to install Docker on OpenSUSE 15.2 / 15.1?</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-docker-opensuse-15-2-15-1/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to install and use Atop on OpenSUSE 15.1?</title>
		<link>https://www.osradar.com/install-atop-opensuse-15-1/</link>
					<comments>https://www.osradar.com/install-atop-opensuse-15-1/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 27 Dec 2019 00:12:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[atop]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[open suse]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=16831</guid>

					<description><![CDATA[<p>Hi, folks. In this opportunity I&#8217;m going to teach you how to install and use Atop on OpenSUSE 15.1. With Atop we will be able to monitor a system in an advanced and fast way. According to the project&#8217;s website, Atop is &#8220;an ASCII full-screen performance monitor for Linux that is capable of reporting the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-atop-opensuse-15-1/">How to install and use Atop on OpenSUSE 15.1?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hi, folks. In this opportunity<strong> I&#8217;m going to teach you how to install and use Atop on OpenSUSE 15.1</strong>. With Atop we will be able to monitor a system in an advanced and fast way.</p>
<p>According to the<a href="https://www.atoptool.nl/" target="_blank" rel="noopener noreferrer"> project&#8217;s website</a>, Atop is &#8220;an ASCII full-screen performance monitor for Linux that is capable of reporting the activity of all processes&#8221;.</p>
<p>Likewise, Atop allows you to monitor in real time t<strong>he consumption of memory, CPU, swap and other computer resources</strong>. And using the netatop kernel module you can monitor networks as well.</p>
<p>So, Atop stands out for being light, fast and presenting an easy to manipulate interface. It also has the following features:</p>
<ul>
<li>Resource consumption by all processes.</li>
<li>Utilization of all relevant resources.</li>
<li>Permanent logging of resource utilization.</li>
<li>Highlight critical resources</li>
</ul>
<p>And many more features.</p>
<p>So, let&#8217;s install it on OpenSUSE 15.1.</p>
<h2>Install and use atop on OpenSUSE 15.1</h2>
<p>Atop is located in the OpenSUSE <a href="https://www.osradar.com/tag/monitoring/" target="_blank" rel="noopener noreferrer">monitoring</a> repository which makes it fairly easy to install. But first we must add the repository.</p>
<p>So open a terminal session and run the following command:</p>
<pre>:~$ sudo zypper ar http://download.opensuse.org/repositories/server:/monitoring/openSUSE_Leap_15.1/ monitoring</pre>
<figure id="attachment_16843" aria-describedby="caption-attachment-16843" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16843" src="https://www.osradar.com/wp-content/uploads/2019/12/1-10.png" alt="1.- Adding the monitoring repository on OpenSUSE 15.1" width="1365" height="318" srcset="https://www.osradar.com/wp-content/uploads/2019/12/1-10.png 1365w, https://www.osradar.com/wp-content/uploads/2019/12/1-10-300x70.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/1-10-1024x239.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/1-10-768x179.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/1-10-696x162.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/1-10-1068x249.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-16843" class="wp-caption-text">1.- Adding the monitoring repository on OpenSUSE 15.1</figcaption></figure>
<p>After it is added correctly, it has to be reprioritized so that we don&#8217;t have problems installing it.</p>
<pre>:~$ sudo zypper mr -p 70 monitoring</pre>
<figure id="attachment_16844" aria-describedby="caption-attachment-16844" style="width: 714px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16844" src="https://www.osradar.com/wp-content/uploads/2019/12/2-9.png" alt="2.- Changing the priority of the repository" width="714" height="114" srcset="https://www.osradar.com/wp-content/uploads/2019/12/2-9.png 714w, https://www.osradar.com/wp-content/uploads/2019/12/2-9-300x48.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/2-9-696x111.png 696w" sizes="(max-width: 714px) 100vw, 714px" /><figcaption id="caption-attachment-16844" class="wp-caption-text">2.- Changing the priority of the repository</figcaption></figure>
<p>After that, we will have to refresh all OpenSUSE repositories.</p>
<pre>:~$ sudo zypper refresh</pre>
<figure id="attachment_16845" aria-describedby="caption-attachment-16845" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16845" src="https://www.osradar.com/wp-content/uploads/2019/12/3-10.png" alt="3.- Importing the GPG key" width="1365" height="281" srcset="https://www.osradar.com/wp-content/uploads/2019/12/3-10.png 1365w, https://www.osradar.com/wp-content/uploads/2019/12/3-10-300x62.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/3-10-1024x211.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/3-10-768x158.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/3-10-696x143.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/3-10-1068x220.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-16845" class="wp-caption-text">3.- Importing the GPG key</figcaption></figure>
<p>Remember that the first time you use this repository, it will ask you to accept the GPG key of the repository. To do this, press the a key.</p>
<p>Finally, install atop on OpenSUSE using the following command:</p>
<pre>:~$ sudo zypper in atop</pre>
<figure id="attachment_16846" aria-describedby="caption-attachment-16846" style="width: 1341px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16846" src="https://www.osradar.com/wp-content/uploads/2019/12/4-8.png" alt="4.- Installing atop on OpenSUSE 15.1" width="1341" height="221" srcset="https://www.osradar.com/wp-content/uploads/2019/12/4-8.png 1341w, https://www.osradar.com/wp-content/uploads/2019/12/4-8-300x49.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/4-8-1024x169.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/4-8-768x127.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/4-8-696x115.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/4-8-1068x176.png 1068w" sizes="(max-width: 1341px) 100vw, 1341px" /><figcaption id="caption-attachment-16846" class="wp-caption-text">4.- Installing atop on OpenSUSE 15.1</figcaption></figure>
<p>Now we can use it.</p>
<h2>Basic use of atop on OpenSUSE 15.1</h2>
<p>Remember that the application interface is only for the terminal, so to launch it you just need to use the <code>atop</code> command.</p>
<pre>:~$ atop</pre>
<p>So, this is the default screen.</p>
<figure id="attachment_16847" aria-describedby="caption-attachment-16847" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16847" src="https://www.osradar.com/wp-content/uploads/2019/12/5-8.png" alt="5.- The default screen of atop" width="1365" height="715" srcset="https://www.osradar.com/wp-content/uploads/2019/12/5-8.png 1365w, https://www.osradar.com/wp-content/uploads/2019/12/5-8-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/5-8-1024x536.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/5-8-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/5-8-696x365.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/5-8-1068x559.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/5-8-802x420.png 802w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-16847" class="wp-caption-text">5.- The default screen of atop</figcaption></figure>
<p>As I said before, atop is very easy to use. You only need to type a key to activate its features or its different views. Of course, which are they? Well, by pressing the <strong>h</strong> key, we will enter the help screen that will show them.</p>
<figure id="attachment_16848" aria-describedby="caption-attachment-16848" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16848" src="https://www.osradar.com/wp-content/uploads/2019/12/6-5.png" alt="6.- Commands list of atop" width="1365" height="708" srcset="https://www.osradar.com/wp-content/uploads/2019/12/6-5.png 1365w, https://www.osradar.com/wp-content/uploads/2019/12/6-5-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/6-5-1024x531.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/6-5-768x398.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/6-5-696x361.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/6-5-1068x554.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/6-5-810x420.png 810w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-16848" class="wp-caption-text">6.- Commands list of atop</figcaption></figure>
<p>There you will have everything you can do with atop. Everything very simple, for example, I&#8217;m going to try the statistics of memory consumption. To do this I press the <strong>m</strong> key.</p>
<figure id="attachment_16849" aria-describedby="caption-attachment-16849" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16849" src="https://www.osradar.com/wp-content/uploads/2019/12/7-4.png" alt="7.- using atop on OpenSUSE 15.1" width="1365" height="714" srcset="https://www.osradar.com/wp-content/uploads/2019/12/7-4.png 1365w, https://www.osradar.com/wp-content/uploads/2019/12/7-4-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/7-4-1024x536.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/7-4-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/7-4-696x364.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/7-4-1068x559.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/7-4-803x420.png 803w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-16849" class="wp-caption-text">7.- using atop on OpenSUSE 15.1</figcaption></figure>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>To monitor systems there are many different applications, but atop is consolidated as a fast and stable alternative to do it. It is highly recommended to have it at hand in servers and even in a personal computer.</p>
<p>Please share this post and join our <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">Telegram Channel</a>.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-atop-opensuse-15-1/">How to install and use Atop on OpenSUSE 15.1?</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-atop-opensuse-15-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install PHP 7.4 on OpenSUSE 15.1?</title>
		<link>https://www.osradar.com/install-php-7-4-opensuse-15-1/</link>
					<comments>https://www.osradar.com/install-php-7-4-opensuse-15-1/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 22 Dec 2019 23:21:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[open suse]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=16708</guid>

					<description><![CDATA[<p>A new version of PHP has come out and it&#8217;s time to install it on our servers. So in this post, you will learn how to install PHP 7.4 on OpenSUSE 15.1. Having this version, you will be able to take better advantage of running websites. As we know, PHP is a programming language widely [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-php-7-4-opensuse-15-1/">How to install PHP 7.4 on OpenSUSE 15.1?</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 new version of PHP has come out and it&#8217;s time to install it on our servers. So in this post, you will learn<strong> how to install PHP 7.4 on OpenSUSE 15.1</strong>. Having this version, you will be able to take better advantage of running websites.</p>
<p>As we know, <a href="https://osradar.com/tag/php/">PHP</a> is a programming language widely used all over the world. In fact, most of the web sites and applications use it. Therefore, it is to be assumed that most servers need it. So it is a good idea to install the latest stable version of it.</p>
<p>We already know that OpenSUSE is a solid and stable rock. But a lot of this is due to the testing process they do on the packages. The problem is that the versions of the packages are frozen and as time goes by they get old.</p>
<p>So, let us start.</p>
<h2>Install PHP 7.4 on OpenSUSE 15.1</h2>
<h3>Installing Apache web server</h3>
<p>So let&#8217;s get to work.</p>
<p>First, I&#8217;m going to install Apache web server to have a server to run PHP 7.4 on.</p>
<p>So, open a new terminal session and run the following:</p>
<pre>:~$ sudo zypper in apache2</pre>
<p>And then we proceed to start the service:</p>
<pre>:~$ sudo systemctl enable apache2<br />:~$ sudo systemctl start apache2</pre>
<p>After this, a new rule must be set in the firewall so that it can run without problems.</p>
<pre>:~$ sudo firewall-cmd --add-port=80/tcp --permanent<br />success<br />:~$ sudo firewall-cmd --reload<br />success</pre>
<p>With this Apache will be working properly.</p>
<h3>Installing PHP 7.4</h3>
<p>PHP 7.4 is available to OpenSUSE using an official repository called Devel. This repository in turn contains many tools for programming, such as languages and more. Within this repository there is a special one for PHP. This is the one we will use.</p>
<p>So add it with the following command:</p>
<pre>:~$ sudo zypper ar http://download.opensuse.org/repositories/devel:/languages:/php/openSUSE_Leap_15.1/ php</pre>
<figure id="attachment_16789" aria-describedby="caption-attachment-16789" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16789" src="https://www.osradar.com/wp-content/uploads/2019/12/1-8.png" alt="1.- Adding the PHP repository for OpenSUSE 15.1" width="1365" height="234" srcset="https://www.osradar.com/wp-content/uploads/2019/12/1-8.png 1365w, https://www.osradar.com/wp-content/uploads/2019/12/1-8-300x51.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/1-8-1024x176.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/1-8-768x132.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/1-8-696x119.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/1-8-1068x183.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-16789" class="wp-caption-text">1.- Adding the PHP repository for OpenSUSE 15.1</figcaption></figure>
<p>After it has been added, it sets a lower priority for packages to be downloaded from this repository. Do this with the following command:</p>
<pre>:~$ zypper mr -p 70 php</pre>
<figure id="attachment_16790" aria-describedby="caption-attachment-16790" style="width: 719px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16790" src="https://www.osradar.com/wp-content/uploads/2019/12/2-7.png" alt="2.- Set a lower priority to the PHP repository" width="719" height="105" srcset="https://www.osradar.com/wp-content/uploads/2019/12/2-7.png 719w, https://www.osradar.com/wp-content/uploads/2019/12/2-7-300x44.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/2-7-696x102.png 696w" sizes="(max-width: 719px) 100vw, 719px" /><figcaption id="caption-attachment-16790" class="wp-caption-text">2.- Set a lower priority to the PHP repository</figcaption></figure>
<p>The next step is to refresh all the repositories. When you first use this repository, it will ask you to accept the GPG key.</p>
<pre>:~$ sudo zypper refresh</pre>
<figure id="attachment_16791" aria-describedby="caption-attachment-16791" style="width: 1363px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16791" src="https://www.osradar.com/wp-content/uploads/2019/12/3-8.png" alt="3.- accept the repository GPG key" width="1363" height="334" srcset="https://www.osradar.com/wp-content/uploads/2019/12/3-8.png 1363w, https://www.osradar.com/wp-content/uploads/2019/12/3-8-300x74.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/3-8-1024x251.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/3-8-768x188.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/3-8-696x171.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/3-8-1068x262.png 1068w" sizes="(max-width: 1363px) 100vw, 1363px" /><figcaption id="caption-attachment-16791" class="wp-caption-text">3.- accept the repository GPG key</figcaption></figure>
<p>Then you can install PHP 7.4 on OpenSUSE 15.1 as well as some of the main PHP modules.</p>
<pre>:~$ sudo zypper in php7 php apache2-mod_php7 php7-curl php7-xmlreader php7-zip php7-pdo php7-gd php7-json php7-mysql php7-mbstring php7-openssl</pre>
<figure id="attachment_16792" aria-describedby="caption-attachment-16792" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16792" src="https://www.osradar.com/wp-content/uploads/2019/12/4-6.png" alt="4.- Install PHP 7.4 on OpenSUSE 15.1" width="1365" height="310" srcset="https://www.osradar.com/wp-content/uploads/2019/12/4-6.png 1365w, https://www.osradar.com/wp-content/uploads/2019/12/4-6-300x68.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/4-6-1024x233.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/4-6-768x174.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/4-6-696x158.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/4-6-1068x243.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-16792" class="wp-caption-text">4.- Install PHP 7.4 on OpenSUSE 15.1</figcaption></figure>
<p>Now, enable PHP 7 on Apache and restart it.</p>
<pre>:~$ sudo a2enmod php7<br />:~$ sudo systemctl restart apache2</pre>
<p>Now, let us test it.</p>
<p>Create a file called <code>test.php</code> in <code>/srv/www/htdocs/</code> and add the following:</p>
<pre>:~$ sudo nano /srv/www/htdocs/test.php</pre>
<pre>&lt;?php<br />phpinfo();<br />?&gt;</pre>
<p>Save the changes and close the file.</p>
<p>Then, open your favorite web browser and go to <code>http://your-server/test.php</code> and you will see the following:</p>
<figure id="attachment_16793" aria-describedby="caption-attachment-16793" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-16793" src="https://www.osradar.com/wp-content/uploads/2019/12/5-6.png" alt="5.- PHP 7.4 on OpenSUSE 15.1" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/12/5-6.png 1354w, https://www.osradar.com/wp-content/uploads/2019/12/5-6-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/5-6-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/5-6-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/5-6-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/12/5-6-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/5-6-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/5-6-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-16793" class="wp-caption-text">5.- PHP 7.4 on OpenSUSE 15.1</figcaption></figure>
<p>As you can see in the image PHP 7.4 is installed and working correctly.</p>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>Having PHP 7.4 is a good alternative to improve the performance of our web applications created with this language. And now we know how to do it with OpenSUSE 15.1, what remains is that you can take advantage of all these improvements of the language.</p>
<p>If you want to know all the news of this new version I invite you to read them in <a href="https://www.php.net/releases/7_4_0.php" target="_blank" rel="noopener noreferrer">this</a> link.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-php-7-4-opensuse-15-1/">How to install PHP 7.4 on OpenSUSE 15.1?</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-php-7-4-opensuse-15-1/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>How to install the latest version of MySQL on OpenSuse 15 / 15.1?</title>
		<link>https://www.osradar.com/install-the-latest-version-mysql-opensuse-15-1/</link>
					<comments>https://www.osradar.com/install-the-latest-version-mysql-opensuse-15-1/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 06 Sep 2019 23:11:36 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[linux. mysql]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13410</guid>

					<description><![CDATA[<p>MySQL is one of the most popular database relationship managers in the world. Thanks to this program, it is possible to store application data quickly and effectively. It also has the advantage that it is supported by most existing web applications. On the other hand, it is also possible to use it with most of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-latest-version-mysql-opensuse-15-1/">How to install the latest version of MySQL on OpenSuse 15 / 15.1?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>MySQL is one of the most popular database relationship managers in the world. Thanks to this program, it is possible to store application data quickly and effectively. It also has the advantage that it is supported by most existing web applications. On the other hand, it is also possible to use it with most of the programming languages like <a href="https://www.osradar.com/tag/php/" rel="noopener noreferrer">PHP</a> or <a href="https://www.osradar.com/tag/python/" rel="noopener noreferrer">Python.</a> Therefore, it is always advisable to have the latest version installed. So this post, to learn how to install the latest version of MySQL on OpenSUSE 15 / 15.1.</p>
<h2>The MySQL repository</h2>
<p><a href="https://www.osradar.com/tag/mysql/" rel="noopener noreferrer">MySQL</a> was acquired by Oracle and this unleashed a hysteria in the open-source community. And with reason, it became difficult for Oracle to focus on MySQL having Oracle its own database manager. However, MySQL has continued to improve little by little and the proof of this is version 8 of the program.</p>
<p>This version has brought a lot of important news and makes MySQL work smoothly and securely. If we add to this a system like OpenSUSE then our data is in good hands.</p>
<p>For it, Oracle puts to our disposition a specialized repository for OpenSUSE that facilitates a lot the process. In this repository, we can install both the server instance and the client.</p>
<h2>Install the latest version of MySQL on OpenSUSE 15 /15.1</h2>
<p>The first step is to update the system completely. With it, we will have the last security patches in the system.</p>
<pre>~$ sudo zypper up</pre>
<p>Then, make sure you have wget installed. If not, you can install it with this command:</p>
<pre>:~$ sudo zypper in wget</pre>
<p>Now download the RPM package that configures the MySQL repository in OpenSUSE.</p>
<pre>:~$ wget https://dev.mysql.com/get/mysql80-community-release-sl15-3.noarch.rpm</pre>
<p><figure id="attachment_13421" aria-describedby="caption-attachment-13421" style="width: 1335px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13421" src="https://www.osradar.com/wp-content/uploads/2019/09/1-1.jpeg" alt="1.- Adding the MySQL repository" width="1335" height="321" srcset="https://www.osradar.com/wp-content/uploads/2019/09/1-1.jpeg 1335w, https://www.osradar.com/wp-content/uploads/2019/09/1-1-300x72.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/09/1-1-768x185.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/09/1-1-1024x246.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/09/1-1-696x167.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/09/1-1-1068x257.jpeg 1068w" sizes="(max-width: 1335px) 100vw, 1335px" /><figcaption id="caption-attachment-13421" class="wp-caption-text">1.- Adding the MySQL repository</figcaption></figure></p>
<p>Next, install the package.</p>
<pre>:~$ sudo rpm -ivh mysql80-community-release-sl15-3.noarch.rpm</pre>
<p>Next, import the GPG key for the repository.</p>
<pre class="programlisting line-numbers one-line language-terminal"><code class="language-terminal"><span class="token command">:~$ sudo</span> rpm <span class="token property">--import</span> /etc/RPM-GPG-KEY-mysql</code></pre>
<p>Now, refresh the repository information using zypper.</p>
<pre>:~$ sudo zypper refresh</pre>
<p>And finally, install MySQL 8 on OpenSUSE 15 / 15.1.</p>
<pre class="programlisting line-numbers one-line language-terminal">:~# sudo zypper install mysql-community-server</pre>
<p><figure id="attachment_13422" aria-describedby="caption-attachment-13422" style="width: 918px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13422" src="https://www.osradar.com/wp-content/uploads/2019/09/2-1.jpeg" alt="2.- Install MySQL on OpenSUSE" width="918" height="224" srcset="https://www.osradar.com/wp-content/uploads/2019/09/2-1.jpeg 918w, https://www.osradar.com/wp-content/uploads/2019/09/2-1-300x73.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/09/2-1-768x187.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/09/2-1-696x170.jpeg 696w" sizes="(max-width: 918px) 100vw, 918px" /><figcaption id="caption-attachment-13422" class="wp-caption-text">2.- Install MySQL on OpenSUSE</figcaption></figure></p>
<p>Then, check the installed version.</p>
<pre>:~$ mysql --version 
mysql  Ver 8.0.17 for Linux on x86_64 (MySQL Community Server - GPL)</pre>
<p>And that is it.</p>
<h2>Conclusion</h2>
<p>In this post, you have learned to install the latest version of MySQL on OpenSUSE. With this, you can have a system ready and ready to store data in this fabulous manager.</p>
<p>Please share this post 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-the-latest-version-mysql-opensuse-15-1/">How to install the latest version of MySQL on OpenSuse 15 / 15.1?</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-mysql-opensuse-15-1/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>How to configure a FTP server on OpenSUSE 15.1?</title>
		<link>https://www.osradar.com/how-to-configure-a-ftp-server-on-opensuse-15-1/</link>
					<comments>https://www.osradar.com/how-to-configure-a-ftp-server-on-opensuse-15-1/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 10 Jun 2019 23:01:38 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[vsftpd]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12346</guid>

					<description><![CDATA[<p>An FTP server is something basic when you set up a server. It is necessary because it allows us to transfer files to our server from our computer. As you can see it is very useful but requires a few small steps to achieve it. Therefore, today I will teach you how to configure a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-configure-a-ftp-server-on-opensuse-15-1/">How to configure a FTP server on OpenSUSE 15.1?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>An FTP server is something basic when you set up a server. It is necessary because it allows us to transfer files to our server from our computer. As you can see it is very useful but requires a few small steps to achieve it. Therefore, today I will teach you how to configure a FTP server on OpenSUSE 15.1.</p>
<h2>Configure a FTP server with vsftpd</h2>
<p><a href="http://vsftpd.beasts.org/" target="_blank" rel="noopener noreferrer">vsftpd</a> is a daemon that allows you to install and configure an FTP server. It is quite used for being very flexible in its configuration and secure. For example, it is the default in <a href="https://www.osradar.com/tag/opensuse/" target="_blank" rel="noopener noreferrer">OpenSUSE</a> and <a href="https://www.osradar.com/tag/centos/" target="_blank" rel="noopener noreferrer">CentOS</a> 7 but can be used in almost any Linux distribution.</p>
<p>Its configuration files are quite easy to understand because they are well documented. So this makes it the main option for our purpose.</p>
<p>So let us start.</p>
<h2>Install and configure vsftpd on OpenSUSE 15.1</h2>
<p>First, we must install it. The big advantage is that vsftpd is in the OpenSUSE repositories so we can install it using zypper.</p>
<pre>:~$ sudo zypper in vsftpd</pre>
<p><figure id="attachment_12372" aria-describedby="caption-attachment-12372" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12372" src="https://www.osradar.com/wp-content/uploads/2019/06/1-4.png" alt="1.- install vsftpd" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/06/1-4.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/1-4-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/1-4-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/1-4-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/1-4-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/1-4-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/1-4-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12372" class="wp-caption-text">1.- install vsftpd</figcaption></figure></p>
<p>Now comes the configuration for everything to work properly.</p>
<p>The configuration file is this /etc/vsftpd.conf. If you open it you will see that it is very extensive, but it is because it has many commented lines. It is very well documented.</p>
<p>Before we edit it, let&#8217;s create a backup.</p>
<pre>:~$ sudo cp /etc/vsftpd.conf /etc/vsftpd.conf.bak</pre>
<p>There are several things we need to edit.</p>
<pre>:~$ sudo nano /etc/vsftpd.conf</pre>
<p>Firstly, we must make the service &#8220;listen&#8221;. IPV4 and disable IPV6.</p>
<pre>listen=YES
#listen_ipv6=NO</pre>
<p>Then, allow writing.</p>
<pre>write_enable=YES</pre>
<p>There is a clause that defines port 20 as the default. I have commented on it and used the listen_port clause to define another port. For example, port 21. It can be the one you want.</p>
<pre>#connect_from_port_20=YES
listen_port=21</pre>
<p>It is very likely that if you work with FTP you will need to create users. To do this, it is necessary to cage them before creating them. That is to say, that each user cannot upload or download files from other users and even less from the system. In other words, they are isolated to their folder. To do this, add the following lines.</p>
<pre>chroot_local_user=YES
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list</pre>
<p>Then, create the file specified in chroot_list_file and add our system user there</p>
<pre>:~$ sudo nano /etc/vsftpd.chroot_list
angelo</pre>
<p>The pasv_min_port and pasv_max_port clauses define which ports FTP can use to be in passive mode. You have to work in the Firewall with them.</p>
<p>We can use the grep and cat commands to make the file more readable. With them I will show all the lines except the ones that start with a #.</p>
<pre>:~$ sudo cat /etc/vsftpd.conf | grep -v "^#"</pre>
<p>At this point, the configuration file would look more or less like this.</p>
<p><figure id="attachment_12373" aria-describedby="caption-attachment-12373" style="width: 546px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12373" src="https://www.osradar.com/wp-content/uploads/2019/06/333.png" alt="3.- The vfstpd config file" width="546" height="469" srcset="https://www.osradar.com/wp-content/uploads/2019/06/333.png 546w, https://www.osradar.com/wp-content/uploads/2019/06/333-300x258.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/333-489x420.png 489w" sizes="(max-width: 546px) 100vw, 546px" /><figcaption id="caption-attachment-12373" class="wp-caption-text">3.- The vfstpd config file</figcaption></figure></p>
<p>Now you have to open the necessary ports for vsftpd to work.</p>
<pre>:~$ sudo firewall-cmd --add-port=21/tcp --permanent
Success
:~$ sudo firewall-cmd --add-port=30000-30100/tcp --permanent
Success
:~$ sudo firewall-cmd --reload
Success</pre>
<p>Now let&#8217;s create the test user service.</p>
<pre>:~$ sudo useradd -d /home/user1 -m -s /bin/bash user1
:~$ sudo passwd</pre>
<p>Finally, you start the service and check its status.</p>
<pre>:~$ sudo systemctl start vsftpd
:~$ sudo systemctl status vsftpd
● vsftpd.service - Vsftpd ftp daemon
   Loaded: loaded (/usr/lib/systemd/system/vsftpd.service; disabled; vendor preset: disabled)
   Active: active (running) since Wed 2019-06-05 10:44:50 -04; 32min ago
 Main PID: 2888 (vsftpd)
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/vsftpd.service
           └─2888 /usr/sbin/vsftpd /etc/vsftpd.conf</pre>
<p>The anonymous user is enabled by default. Its folder is /srv/ftp/ you can create alli files for download. You can even access it from your web browser. ftp://your-server/</p>
<p><figure id="attachment_12374" aria-describedby="caption-attachment-12374" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12374" src="https://www.osradar.com/wp-content/uploads/2019/06/44.png" alt="4.- Access to the FTP server using the web browser" width="1366" height="668" srcset="https://www.osradar.com/wp-content/uploads/2019/06/44.png 1366w, https://www.osradar.com/wp-content/uploads/2019/06/44-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/44-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/44-1024x501.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/44-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/06/44-696x340.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/44-1068x522.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/44-859x420.png 859w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12374" class="wp-caption-text">4.- Access to the FTP server using the web browser</figcaption></figure></p>
<p>Now, it&#8217;s time to install an FTP client. In this case I will use Filezilla.</p>
<h2>Using Filezilla as the FTP client on OpenSUSE</h2>
<p>First you have to install it.</p>
<pre>:~$ sudo zypper in filezilla</pre>
<p>Then you have to create the connection. To do this, go to the File menu and click on the Site Manager option. In the window that appears, configure your connection. I&#8217;ve done it this way.</p>
<p><figure id="attachment_12375" aria-describedby="caption-attachment-12375" style="width: 849px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-12375 size-full" src="https://www.osradar.com/wp-content/uploads/2019/06/3-2.png" alt="5.- Creating a new FTP connection" width="849" height="751" srcset="https://www.osradar.com/wp-content/uploads/2019/06/3-2.png 849w, https://www.osradar.com/wp-content/uploads/2019/06/3-2-300x265.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/3-2-768x679.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/3-2-696x616.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/3-2-475x420.png 475w" sizes="(max-width: 849px) 100vw, 849px" /><figcaption id="caption-attachment-12375" class="wp-caption-text">5.- Creating a new FTP connection</figcaption></figure></p>
<p>And this is it. Now you can start enjoying the FTP server. Note that I&#8217;ve already uploaded a test file.</p>
<p><figure id="attachment_12376" aria-describedby="caption-attachment-12376" style="width: 1352px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12376" src="https://www.osradar.com/wp-content/uploads/2019/06/4-1.png" alt="6.- Using FTP" width="1352" height="871" srcset="https://www.osradar.com/wp-content/uploads/2019/06/4-1.png 1352w, https://www.osradar.com/wp-content/uploads/2019/06/4-1-300x193.png 300w, https://www.osradar.com/wp-content/uploads/2019/06/4-1-768x495.png 768w, https://www.osradar.com/wp-content/uploads/2019/06/4-1-1024x660.png 1024w, https://www.osradar.com/wp-content/uploads/2019/06/4-1-696x448.png 696w, https://www.osradar.com/wp-content/uploads/2019/06/4-1-1068x688.png 1068w, https://www.osradar.com/wp-content/uploads/2019/06/4-1-652x420.png 652w" sizes="(max-width: 1352px) 100vw, 1352px" /><figcaption id="caption-attachment-12376" class="wp-caption-text">6.- Using FTP</figcaption></figure></p>
<p>Enjoy it.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-configure-a-ftp-server-on-opensuse-15-1/">How to configure a FTP server on OpenSUSE 15.1?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-configure-a-ftp-server-on-opensuse-15-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install ArangoDB on OpenSUSE 15.1?</title>
		<link>https://www.osradar.com/install-arangodb-on-opensuse-15-1/</link>
					<comments>https://www.osradar.com/install-arangodb-on-opensuse-15-1/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 29 May 2019 23:02:32 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ArangoDB]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[HowTO how to]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12273</guid>

					<description><![CDATA[<p>The development of quality software is accompanied by quality database managers. That is to say, that they are stable, robust but to this is added the scalability. In other words, the ability to progressively increase the volume of data without losing performance. In this sense, NoSQL database managers are increasingly popular with developers. Especially in [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-arangodb-on-opensuse-15-1/">How to install ArangoDB on OpenSUSE 15.1?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The development of quality software is accompanied by quality database managers. That is to say, that they are stable, robust but to this is added the scalability. In other words, the ability to progressively increase the volume of data without losing performance. In this sense, NoSQL database managers are increasingly popular with developers. Especially in those who make applications for the web or mobile. There are many managers, but one simple, easy and very efficient to use is ArangoDB. That&#8217;s why, in this post, I will show you how to install ArangoDB on OpenSUSE 15.1 that has recently been released.</p>
<p>We have already talked about ArangoDB in <a href="https://www.osradar.com/tag/arangodb/">osradar</a> because we like it. However, I will explain briefly what it is. <a href="https://www.arangodb.com/">ArangoDB</a> is a NoSQL database manager. Actually, it uses a language implementation called AQL. It has a community license and a business license which makes it ideal for multiple projects. ArangoDB has earned the respect of the community and large companies for its scalability and replication capacity with multiple us.</p>
<p>So, let us get ArangoDB on OpenSUSE.</p>
<h2>Install ArangoDB on OpenSUSE</h2>
<p>ArangoDB does not leave many things to chance, that is why it has multiple installers for the main Linux distributions. And OpenSUSE is, so the installation will be done from the official repository of the application.</p>
<p>For this, first of all, it is necessary to update the system.</p>
<pre>:~$ sudo zypper up</pre>
<p>Then, add the ArangoDB repository.</p>
<pre>:~$ sudo zypper --no-gpg-checks --gpg-auto-import-keys addrepo https://download.arangodb.com/arangodb34/RPM/arangodb.repo</pre>
<p><figure id="attachment_12274" aria-describedby="caption-attachment-12274" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12274" src="https://www.osradar.com/wp-content/uploads/2019/05/1-11.png" alt="1.- Adding the ArangoDB repository" width="1365" height="263" srcset="https://www.osradar.com/wp-content/uploads/2019/05/1-11.png 1365w, https://www.osradar.com/wp-content/uploads/2019/05/1-11-300x58.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/1-11-768x148.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/1-11-1024x197.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/1-11-696x134.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/1-11-1068x206.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12274" class="wp-caption-text">1.- Adding the ArangoDB repository</figcaption></figure></p>
<p>Next, import the GPG key for the repository.</p>
<pre>:~$ sudo zypper --no-gpg-checks --gpg-auto-import-keys refresh</pre>
<p><figure id="attachment_12275" aria-describedby="caption-attachment-12275" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-12275 size-full" src="https://www.osradar.com/wp-content/uploads/2019/05/2-11.png" alt="2.- Adding the GPG key for the repository" width="1365" height="507" srcset="https://www.osradar.com/wp-content/uploads/2019/05/2-11.png 1365w, https://www.osradar.com/wp-content/uploads/2019/05/2-11-300x111.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/2-11-768x285.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/2-11-1024x380.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/2-11-696x259.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/2-11-1068x397.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/2-11-1131x420.png 1131w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12275" class="wp-caption-text">2.- Adding the GPG key for the repository</figcaption></figure></p>
<p>Then, install ArangoDB.</p>
<pre>:~$ sudo zypper -n install arangodb3=3.4.5</pre>
<p><figure id="attachment_12276" aria-describedby="caption-attachment-12276" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12276" src="https://www.osradar.com/wp-content/uploads/2019/05/3-9.png" alt="3.- Install ArangoDB on OpenSUSE" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/05/3-9.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/3-9-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/3-9-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/3-9-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/3-9-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/3-9-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/3-9-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12276" class="wp-caption-text">3.- Install ArangoDB on OpenSUSE</figcaption></figure></p>
<p>And that&#8217;s it. So, it is necessary to configure ArangoDB before using it.</p>
<h2>Configure ArangoDB on OpenSUSE</h2>
<h3>Set a root password and access to the shell</h3>
<p>First, we must define a root password. To do this, run the following command:</p>
<pre>:~$ sudo arango-secure-installation</pre>
<p><figure id="attachment_12277" aria-describedby="caption-attachment-12277" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12277" src="https://www.osradar.com/wp-content/uploads/2019/05/4-8.png" alt="4.- Set a root password for ArangoDB" width="1365" height="204" srcset="https://www.osradar.com/wp-content/uploads/2019/05/4-8.png 1365w, https://www.osradar.com/wp-content/uploads/2019/05/4-8-300x45.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/4-8-768x115.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/4-8-1024x153.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/4-8-696x104.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/4-8-1068x160.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12277" class="wp-caption-text">4.- Set a root password for ArangoDB</figcaption></figure></p>
<p>After that, you can start ArangoDB and use the shell.</p>
<pre>:~$ sudo systemctl start arangodb3
:~$ arangosh</pre>
<p><figure id="attachment_12278" aria-describedby="caption-attachment-12278" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12278" src="https://www.osradar.com/wp-content/uploads/2019/05/5-3.png" alt="5.- ArangoDB shell running" width="1365" height="442" srcset="https://www.osradar.com/wp-content/uploads/2019/05/5-3.png 1365w, https://www.osradar.com/wp-content/uploads/2019/05/5-3-300x97.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/5-3-768x249.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/5-3-1024x332.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/5-3-696x225.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/5-3-1068x346.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/5-3-1297x420.png 1297w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-12278" class="wp-caption-text">5.- ArangoDB shell running</figcaption></figure></p>
<p>However, it is possible to enable the ArangoDB web interface.</p>
<h3>Enabling the ArangoDB Web interface on OpenSUSE</h3>
<p>ArangoDB&#8217;s web interface is quite friendly. Not only will it allow a better manipulation of the data but it will give us access to other functions. So it is a good idea to enable it.</p>
<p>To do this, you need to edit some configuration files:</p>
<pre>:~$ sudo nano /etc/arangodb3/arangod.conf</pre>
<p>Inside the file, locate the [server] section and in endpoint place the IP address of the server where ArangoDB is installed. There are several examples of confirmation. You can add a domain or if you are running it locally use localhost or 127.0.0.1. Also, there will be shown the default port of the application.</p>
<p><figure id="attachment_12279" aria-describedby="caption-attachment-12279" style="width: 771px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12279" src="https://www.osradar.com/wp-content/uploads/2019/05/6-2.png" alt="6.- Enabling the web interface" width="771" height="392" srcset="https://www.osradar.com/wp-content/uploads/2019/05/6-2.png 771w, https://www.osradar.com/wp-content/uploads/2019/05/6-2-300x153.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/6-2-768x390.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/6-2-696x354.png 696w" sizes="(max-width: 771px) 100vw, 771px" /><figcaption id="caption-attachment-12279" class="wp-caption-text">6.- Enabling the web interface</figcaption></figure></p>
<p>Press CTRL + O to save the changes and CTRL + X to close the file.</p>
<p>We have to do the same with this other file:</p>
<pre>:~$ sudo nano /etc/arangodb3/arangosh.conf</pre>
<p><figure id="attachment_12280" aria-describedby="caption-attachment-12280" style="width: 996px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12280" src="https://www.osradar.com/wp-content/uploads/2019/05/7-2.png" alt="7.- Set up the web interface" width="996" height="333" srcset="https://www.osradar.com/wp-content/uploads/2019/05/7-2.png 996w, https://www.osradar.com/wp-content/uploads/2019/05/7-2-300x100.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/7-2-768x257.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/7-2-696x233.png 696w" sizes="(max-width: 996px) 100vw, 996px" /><figcaption id="caption-attachment-12280" class="wp-caption-text">7.- Set up the web interface</figcaption></figure></p>
<p>After that, open the ArangoDB port. And restart the ArangoDB service.</p>
<pre>:~$ sudo firewall-cmd --add-port=8529/tcp --permanent
success
:~$ sudo firewall-cmd --reload
success
:~$ sudo systemctl restart arangodb3</pre>
<p>Next, open your web browser and go to your server using the port. For example, http://192.168.250.5:8529</p>
<p><figure id="attachment_12281" aria-describedby="caption-attachment-12281" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12281" src="https://www.osradar.com/wp-content/uploads/2019/05/8-1.png" alt="8.- Log in into the ArangoDB web tool" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/05/8-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/8-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/8-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/8-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/8-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/05/8-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/8-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/8-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12281" class="wp-caption-text">8.- Login into the ArangoDB web tool</figcaption></figure></p>
<p>As you can see, you can now log in. Use the root user and the password you defined before. Next, select the database you will use.</p>
<p><figure id="attachment_12282" aria-describedby="caption-attachment-12282" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12282" src="https://www.osradar.com/wp-content/uploads/2019/05/9-1.png" alt="9.- Database to use" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/05/9-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/9-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/9-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/9-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/9-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/05/9-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/9-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/9-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12282" class="wp-caption-text">9.- Database to use</figcaption></figure></p>
<p>Finally, you will see the main screen.</p>
<p><figure id="attachment_12283" aria-describedby="caption-attachment-12283" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12283" src="https://www.osradar.com/wp-content/uploads/2019/05/10-2.png" alt="10.- ArangoDB web interface" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/05/10-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/05/10-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/10-2-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/10-2-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/10-2-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/05/10-2-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/10-2-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/10-2-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-12283" class="wp-caption-text">10.- ArangoDB web interface</figcaption></figure></p>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>OpenSUSE is a fairly stable system that is used for many purposes. Among them, there is the server one. So it is possible to install and configure such a new tool as ArangoDB without many problems. With this tool, you will have a powerful and very scalable database manager.</p>
<p>Now tell us, do you use ArangoDB? Do you use OpenSUSE 15.1? Let us know in the comments.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-arangodb-on-opensuse-15-1/">How to install ArangoDB on OpenSUSE 15.1?</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-on-opensuse-15-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
