<?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>open suse Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/open-suse/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 29 Jan 2020 18:57:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install Cockpit on OpenSUSE 15.1?</title>
		<link>https://www.osradar.com/install-cockpit-opensuse-15-1/</link>
					<comments>https://www.osradar.com/install-cockpit-opensuse-15-1/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 04 Feb 2020 00:01:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Cockpit]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[open suse]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=17801</guid>

					<description><![CDATA[<p>So, in this post, I will show how to install Cockpit on OpenSUSE 15.1. Cockpit is a web application that allows you to control one server or several Linux servers. Everything from a web interface that you can open from your favorite web browser. In this way, we can perform common and not so common [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-cockpit-opensuse-15-1/">How to install Cockpit 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><strong>So, in this post, I will show how to install Cockpit on OpenSUSE 15.1.</strong></p>



<p><a rel="noreferrer noopener" href="https://cockpit-project.org/" target="_blank">Cockpit</a>  is a web application that allows you to control one server or several  Linux servers. Everything from a web interface that you can open from your favorite web browser. In this way, we can perform common and not so common tasks on the server with <strong>just a few clicks.</strong></p>



<p><strong>Using Cockpit It is easy to start containers, administer storage, configure networks, and inspect logs</strong>.</p>



<p>On the other hand, Cockpit gets along very well with after-server applications such as Ansible. This means that the integration with the server is practically complete. In addition, the application is quite well supported by its creators and is available for the largest Linux distributions.</p>



<h2>Install Cockpit on OpenSUSE 15.1</h2>



<p>The easiest way to install Cockpit on OpenSUSE 15.1 is through a distribution-specific repository. However, this is not enabled by default, so you have to enable it first.</p>



<p>Open a terminal emulator or connect to your server using ssh.</p>



<p>Then, add the repository with the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:cockpit/openSUSE_Leap_15.1/systemsmanagement:cockpit.repo</pre>



<pre class="wp-block-preformatted">Adding repository 'cockpit-project.org (openSUSE_Leap_15.1)' …………………………………………………………………………………………………………………………………………………………………………………………….
 Repository 'cockpit-project.org (openSUSE_Leap_15.1)' successfully added
 URI : http://download.opensuse.org/repositories/systemsmanagement:/cockpit/openSUSE_Leap_15.1/
 Enabled : Yes                                                                                     
 GPG Check : Yes                                                                                     
 Autorefresh : No                                                                                      
 Priority : 99 (default priority)                                                                   
 Repository priorities are without effect. All enabled repositories share the same priority</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="184" src="https://www.osradar.com/wp-content/uploads/2020/01/1-22-1024x184.png" alt="1.- Adding the Cockpit repository for OpenSUSE 15.1" class="wp-image-17870" srcset="https://www.osradar.com/wp-content/uploads/2020/01/1-22-1024x184.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/1-22-300x54.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/1-22-768x138.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/1-22-696x125.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/1-22-1068x192.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/1-22.png 1354w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Adding the Cockpit repository for OpenSUSE 15.1</figcaption></figure>



<p>Then, refresh the cache of the repositories. When you first use this repository, you will be asked to accept the repository&#8217;s GPG key. You do this by pressing the &#8220;<strong>a&#8221;</strong> key.</p>



<pre class="wp-block-preformatted">:~$ sudo zypper refresh
Repository 'Non-OSS Repository' is up to date.                                                                                                                           
 Repository 'Main Repository' is up to date.                                                                                                                              
 Retrieving repository 'Main Update Repository' metadata ……………………………………………………………………………………………..[done]
 Building repository 'Main Update Repository' cache ………………………………………………………………………………………………….[done]
 Repository 'Update Repository (Non-Oss)' is up to date.                                                                                                                  
 Retrieving repository 'cockpit-project.org (openSUSE_Leap_15.1)' metadata --------------------------------------------------------------------------------------------[-]
 New repository or package signing key received:
 Repository:       cockpit-project.org (openSUSE_Leap_15.1)                            
   Key Name:         systemsmanagement OBS Project <a href="mailto:systemsmanagement@build.opensuse.org">systemsmanagement@build.opensuse.org</a>
   Key Fingerprint:  50E60431 54485D99 0732B5D6 ACAA9CF7 E6E5A213                        
   Key Created:      Wed 24 Jul 2019 11:26:49 AM -04                                     
   Key Expires:      Fri 01 Oct 2021 11:26:49 AM -04                                     
   Rpm Name:         gpg-pubkey-e6e5a213-5d3878b9                                        
 Do you want to reject the key, trust temporarily, or trust always? <a href="r">r/t/a/?</a>: a
 Retrieving repository 'cockpit-project.org (openSUSE_Leap_15.1)' metadata ……………………………………………………………………………..[done]
 Building repository 'cockpit-project.org (openSUSE_Leap_15.1)' cache ………………………………………………………………………………….[done]
 All repositories have been refreshed.</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="323" src="https://www.osradar.com/wp-content/uploads/2020/01/2-20-1024x323.png" alt="2.- Refresh the repositories" class="wp-image-17871" srcset="https://www.osradar.com/wp-content/uploads/2020/01/2-20-1024x323.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/2-20-300x95.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/2-20-768x242.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/2-20-696x220.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/2-20-1068x337.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/2-20-1330x420.png 1330w, https://www.osradar.com/wp-content/uploads/2020/01/2-20.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Refresh the repositories</figcaption></figure>



<p>After that, you can install Cockpit without any problems.</p>



<pre class="wp-block-preformatted">:~$ sudo zypper in cockpit
Loading repository data…
 Reading installed packages…
 Resolving package dependencies…
 The following 4 NEW packages are going to be installed:
   cockpit cockpit-bridge cockpit-system cockpit-ws
 4 new packages to install.
 Overall download size: 2,4 MiB. Already cached: 0 B. After the operation, additional 3,9 MiB will be used.
 Continue? y/n/v/…? shows all options: y</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="231" src="https://www.osradar.com/wp-content/uploads/2020/01/3-19-1024x231.png" alt="3.- Install Cockpit on OpenSUSE 15.1" class="wp-image-17873" srcset="https://www.osradar.com/wp-content/uploads/2020/01/3-19-1024x231.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/3-19-300x68.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/3-19-768x173.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/3-19-696x157.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/3-19-1068x241.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/3-19.png 1099w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Install Cockpit on OpenSUSE 15.1</figcaption></figure>



<p>Also, you can install some additional Cockpit packages:</p>



<pre class="wp-block-preformatted">:~$ sudo zypper in cockpit-bridge cockpit-docker cockpit-pcp cockpit-tests cockpit-ws</pre>



<p>After installation, the cockpit service must be started:</p>



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



<p>And then, verify that the service is running correctly:</p>



<pre class="wp-block-preformatted">:~$ sudo systemctl status cockpit
● cockpit.service - Cockpit Web Service
    Loaded: loaded (/usr/lib/systemd/system/cockpit.service; static; vendor preset: disabled)
    Active: active (running) since Wed 2020-01-29 13:55:23 -04; 21s ago
      Docs: man:cockpit-ws(8)
   Process: 2213 ExecStartPre=/usr/sbin/remotectl certificate --ensure --user=root --group=cockpit-ws --selinux-type=etc_t (code=exited, status=0/SUCCESS)
  Main PID: 2226 (cockpit-ws)
     Tasks: 2 (limit: 4915)
    CGroup: /system.slice/cockpit.service
            └─2226 /usr/lib/cockpit-ws
 Jan 29 13:55:22 linux-s6ig systemd[1]: Starting Cockpit Web Service…
 Jan 29 13:55:22 linux-s6ig remotectl[2213]: Generating temporary certificate using: sscg --quiet --lifetime 3650 --key-strength 2048 --cert-key-file /etc/cockpit/ws-cer>
 Jan 29 13:55:22 linux-s6ig remotectl[2213]: Error generating temporary dummy cert using sscg, falling back to openssl
 Jan 29 13:55:22 linux-s6ig remotectl[2213]: Generating temporary certificate using: openssl req -x509 -days 36500 -newkey rsa:2048 -keyout /etc/cockpit/ws-certs.d/0-sel>
 Jan 29 13:55:23 linux-s6ig remotectl[2213]: /usr/bin/chcon: can't apply partial context to unlabeled file '/etc/cockpit/ws-certs.d/0-self-signed.cert'
 Jan 29 13:55:23 linux-s6ig systemd[1]: Started Cockpit Web Service.
 Jan 29 13:55:23 linux-s6ig cockpit-ws[2226]: Using certificate: /etc/cockpit/ws-certs.d/0-self-signed.cert
 lines 1-17/17 (END)</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="272" src="https://www.osradar.com/wp-content/uploads/2020/01/4-18-1024x272.png" alt="4.- Cockpit service status" class="wp-image-17874" srcset="https://www.osradar.com/wp-content/uploads/2020/01/4-18-1024x272.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/4-18-300x80.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/4-18-768x204.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/4-18-696x185.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/4-18-1068x283.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/4-18.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>4.- Cockpit service status</figcaption></figure>



<p>Finally, you have to open the Cockpit ports in the firewall. Just the following command is enough:</p>



<pre class="wp-block-preformatted">:~$ sudo firewall-cmd --add-service=cockpit --zone=public --permanent
success</pre>



<p>And restart the firewall service:</p>



<pre class="wp-block-preformatted">:~$ sudo firewall-cmd --reload
success</pre>



<p>Now we can really use it.</p>



<h2>Using Cockpit</h2>



<p>Once we have installed Cockpit, we can open a favorite web browser and access <code>https://your-server:9090</code></p>



<p>Replace your-server by the IP address of the computer or by the domain name. </p>



<p>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/5-15-1024x502.png" alt="5.- Cockpit log in screen" class="wp-image-17876" srcset="https://www.osradar.com/wp-content/uploads/2020/01/5-15-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/5-15-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/5-15-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/5-15-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/5-15-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/5-15-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/5-15-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/5-15-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/5-15.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>5.- Cockpit log in screen</figcaption></figure>



<p>you must now log in with your username and password. The same ones you use for the system. Then, 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/6-13-1024x502.png" alt="6.- Cockpit main screen" class="wp-image-17877" srcset="https://www.osradar.com/wp-content/uploads/2020/01/6-13-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/6-13-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/6-13-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/6-13-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/6-13-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/6-13-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/6-13-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/6-13-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/6-13.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>6.- Cockpit main screen</figcaption></figure>



<p>As you can see, the system information is displayed. But you can also check the system logs on the left side.</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/7-9-1024x502.png" alt="7.- Using Cockpit on OpenSUSE 15.1" class="wp-image-17878" srcset="https://www.osradar.com/wp-content/uploads/2020/01/7-9-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/7-9-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/7-9-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/7-9-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/7-9-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/7-9-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/7-9-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/7-9-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/7-9.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>7.- Using Cockpit on OpenSUSE 15.1</figcaption></figure>



<p>Moreover, you can also easily create new users of the system.</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-8-1024x502.png" alt="8.- System accounts" class="wp-image-17879" srcset="https://www.osradar.com/wp-content/uploads/2020/01/8-8-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/8-8-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/8-8-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/8-8-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/8-8-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/8-8-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/8-8-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/8-8-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/8-8.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>8.- System accounts</figcaption></figure>



<p>You can also see the services of the system.</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-6-1024x502.png" alt="9.- System services" class="wp-image-17880" srcset="https://www.osradar.com/wp-content/uploads/2020/01/9-6-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/9-6-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/9-6-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/9-6-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/9-6-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/9-6-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/9-6-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/9-6-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/9-6.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>9.- System services</figcaption></figure>



<p>Cockpit even has a built-in terminal in case you need to run a command quickly.</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-4-1024x502.png" alt="10.- Cockpit terminal" class="wp-image-17881" srcset="https://www.osradar.com/wp-content/uploads/2020/01/10-4-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2020/01/10-4-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/01/10-4-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/01/10-4-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2020/01/10-4-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2020/01/10-4-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2020/01/10-4-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2020/01/10-4-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2020/01/10-4.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>10.- Cockpit terminal</figcaption></figure>



<p>So, enjoy it.</p>



<h2>Conclusion</h2>



<p>Managing a system is not an easy task, that’s why specialized applications are required to facilitate the task. Cockpit combines the simplicity of a fairly polished web interface with the robustness of having great options available.</p>



<p>So, share this post and join our <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener" aria-label="Telegram channel (opens in a new tab)">Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-cockpit-opensuse-15-1/">How to install Cockpit 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-cockpit-opensuse-15-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Yarn on OpenSUSE 15.1?</title>
		<link>https://www.osradar.com/install-yarn-opensuse-15-1/</link>
					<comments>https://www.osradar.com/install-yarn-opensuse-15-1/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 29 Dec 2019 23:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[open suse]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[yarn]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=16882</guid>

					<description><![CDATA[<p>The development of web applications is a process that many people do not know and think is something very easy to do. However, those of us who have developed applications know that it is not and that tools are needed to speed up the process. Especially in the web environment that requires many libraries of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-yarn-opensuse-15-1/">How to install Yarn 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 web applications is a process that many people do not know and think is something very easy to do. However, those of us who have developed applications know that it is not and that tools are needed to speed up the process. Especially in the web environment that requires many libraries of all kinds. This includes Javascript whose dependency management has been monopolized by NVM. However, the company  Facebook in union with after big have created yarn. A javascript dependency manager that promises to be fast and reliable. In this post, you will learn how to install Yarn on OpenSUSE 15.1.</p>



<p><a rel="noreferrer noopener" href="https://yarnpkg.com/lang/en/" target="_blank">Yarn</a> is a new JavaScript package installer and dependency manager released by Facebook. Other companies such as Google have also collaborated. With yarn, the problems of library dependencies that a web project requires are solved. Normally, it’s done manually but it’s not optimal, that’s why Yarn solves this problem.</p>



<p>Yarn’s performance is quite similar to that of NPM which is its direct competitor. However, the performance is somewhat superior at  Yarn. Some of Yarn’s <strong>key features are security and dependency resolution speed</strong>.</p>



<h2>Install Yarn on OpenSUSE 15.1</h2>



<p>Yarn requires NodeJS to work. So the first step is to install it. So I recommend you to read our post about NodeJS on OpenSUSE.</p>



<p><a href="https://www.osradar.com/how-to-install-nodejs-on-opensuse-15/" target="_blank" rel="noreferrer noopener" aria-label="How to install NodeJS on OpenSUSE 15.1? (opens in a new tab)">How to install NodeJS on OpenSUSE 15.1?</a></p>



<p>If we use zypper to search for the yarn package, we will notice that it is not in the official repositories. </p>



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



<figure class="wp-block-image size-large"><img loading="lazy" width="763" height="170" src="https://www.osradar.com/wp-content/uploads/2019/12/1-11.png" alt="1.- Yarn is not in the OpenSUSE repository" class="wp-image-16883" srcset="https://www.osradar.com/wp-content/uploads/2019/12/1-11.png 763w, https://www.osradar.com/wp-content/uploads/2019/12/1-11-300x67.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/1-11-696x155.png 696w" sizes="(max-width: 763px) 100vw, 763px" /><figcaption>1.- Yarn is not in the OpenSUSE repository</figcaption></figure>



<p>However, we can use a script to install the latest available version of Yarn. </p>



<p>First, make sure you have curl installed.</p>



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



<p>Then, run this command which will download and install the latest available version of yarn.</p>



<pre class="wp-block-preformatted">:~$ curl -o- -L https://yarnpkg.com/install.sh | bash</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="482" src="https://www.osradar.com/wp-content/uploads/2019/12/2-10-1024x482.png" alt="2.- Install yarn on OpenSUSE 15.1" class="wp-image-16884" srcset="https://www.osradar.com/wp-content/uploads/2019/12/2-10-1024x482.png 1024w, https://www.osradar.com/wp-content/uploads/2019/12/2-10-300x141.png 300w, https://www.osradar.com/wp-content/uploads/2019/12/2-10-768x361.png 768w, https://www.osradar.com/wp-content/uploads/2019/12/2-10-696x328.png 696w, https://www.osradar.com/wp-content/uploads/2019/12/2-10-1068x503.png 1068w, https://www.osradar.com/wp-content/uploads/2019/12/2-10-892x420.png 892w, https://www.osradar.com/wp-content/uploads/2019/12/2-10.png 1158w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Install yarn on OpenSUSE 15.1</figcaption></figure>



<p>As you can see at the end of the screen output, you just have to open a new terminal session so you can use yarn without problems.</p>



<p>Once you&#8217;ve done that, you can show the installed version and you can use it:</p>



<pre class="wp-block-preformatted">:~$ yarn -v</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="685" height="111" src="https://www.osradar.com/wp-content/uploads/2019/12/3-11.png" alt="3.- Yarn on OpenSUSE 15.1" class="wp-image-16885" srcset="https://www.osradar.com/wp-content/uploads/2019/12/3-11.png 685w, https://www.osradar.com/wp-content/uploads/2019/12/3-11-300x49.png 300w" sizes="(max-width: 685px) 100vw, 685px" /><figcaption>3.- Yarn on OpenSUSE 15.1</figcaption></figure>



<p>So, enjoy it.</p>



<h2>Conclusion</h2>



<p>If you are a web developer you need to know and use many tools to do so. That&#8217;s why it&#8217;s yarn to excel in the management of dependencies and their security. So today you have learned how to install it on OpenSUSE 15.1.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-yarn-opensuse-15-1/">How to install Yarn 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-yarn-opensuse-15-1/feed/</wfw:commentRss>
			<slash:comments>0</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>
	</channel>
</rss>
