<?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>SUSE Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/suse/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 01 Oct 2020 19:39:48 +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 Nginx on OpenSUSE 15. 2 / 15.1?</title>
		<link>https://www.osradar.com/how-to-install-nginx-on-opensuse-suse-15/</link>
					<comments>https://www.osradar.com/how-to-install-nginx-on-opensuse-suse-15/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 02 Oct 2020 22:22:00 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SUSE]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11487</guid>

					<description><![CDATA[<p>OpenSUSE is one of the most outstanding operating systems in the world of Linux for being very stable. Its stability and popularity come from being the community distribution of SUSE that is so well positioned. This company collaborates and sponsors many projects related to open source providing professional support. So, I could say that it [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-nginx-on-opensuse-suse-15/">How to install Nginx 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>OpenSUSE is one of the most outstanding operating systems in the world of Linux for being very stable. Its stability and popularity come from being the community distribution of SUSE that is so well positioned. This company collaborates and sponsors many projects related to open source providing professional support. So, I could say that it competes with RHEL or Canonical but with new technologies. Therefore, it is not surprising that it is chosen by many sysadmins as a system where to deploy their applications. In this post, you will learn <strong>how to install Nginx on OpenSUSE 15.2</strong></p>
<p><a href="https://www.nginx.com/" rel="noopener noreferrer">Nginx</a> is one of the most popular Open Source services in the world. It is a web server that stands out for being high-performance and providing an ability to handle many requests on one server. In addition, Nginx has recently <a href="https://www.osradar.com/f5-networks-buys-nginx/" rel="noopener noreferrer">been purchased by F5 Networks</a> to continue a growth process.</p>
<p>All in all, it is easy to deduce that OpenSUSE or SUSE are privileged options for running network services. So today I will show you how to install Nginx on OpenSUSE 15.2 or SUSE 15. This way you can enjoy a great web server in a great Linux distribution.</p>
<h2>1. Upgrade the system</h2>
<p>As always we recommend doing a general update to the system. With this, you will be more stable and ready to start the process.</p>
<pre>:~$ sudo zypper up</pre>
<figure id="attachment_11489" aria-describedby="caption-attachment-11489" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11489" src="https://www.osradar.com/wp-content/uploads/2019/03/1-11.png" alt="1.- Upgrade the system" width="1365" height="369" srcset="https://www.osradar.com/wp-content/uploads/2019/03/1-11.png 1365w, https://www.osradar.com/wp-content/uploads/2019/03/1-11-300x81.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/1-11-768x208.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/1-11-1024x277.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/1-11-696x188.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/1-11-1068x289.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11489" class="wp-caption-text">1.- Upgrade the system</figcaption></figure>
<p>The result will be that your system will have the latest security patches installed. So it will be safer and more protected against cybercrime.</p>
<h2>2. Install Nginx on OpenSUSE 15.2</h2>
<p>Nginx is available in the OpenSUSE and SUSE repositories. This is a great advantage to increase the ease of installation. On the other hand, we will not always have the latest versions.</p>
<p>So, first, search for Nginx using Zypper.</p>
<pre>:~$ sudo zypper search nginx</pre>
<figure id="attachment_11490" aria-describedby="caption-attachment-11490" style="width: 943px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11490" src="https://www.osradar.com/wp-content/uploads/2019/03/2-11.png" alt="2.- Nginx related package" width="943" height="355" srcset="https://www.osradar.com/wp-content/uploads/2019/03/2-11.png 943w, https://www.osradar.com/wp-content/uploads/2019/03/2-11-300x113.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/2-11-768x289.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/2-11-696x262.png 696w" sizes="(max-width: 943px) 100vw, 943px" /><figcaption id="caption-attachment-11490" class="wp-caption-text">2.- Nginx related package</figcaption></figure>
<p>As you can see, there are several packages related to Nginx within the official repositories of the distribution. However, the nginx package is the one you need to<strong> install the web server.</strong></p>
<pre>:~$ sudo zypper in nginx</pre>
<figure id="attachment_11491" aria-describedby="caption-attachment-11491" style="width: 922px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11491" src="https://www.osradar.com/wp-content/uploads/2019/03/3-10.png" alt="3.- Install Nginx on OpenSUSE / SUSE" width="922" height="323" srcset="https://www.osradar.com/wp-content/uploads/2019/03/3-10.png 922w, https://www.osradar.com/wp-content/uploads/2019/03/3-10-300x105.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/3-10-768x269.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/3-10-696x244.png 696w" sizes="(max-width: 922px) 100vw, 922px" /><figcaption id="caption-attachment-11491" class="wp-caption-text">3.- Install Nginx on OpenSUSE / SUSE</figcaption></figure>
<p>Then, it is a good idea to enable the Nginx service to run as soon as the system starts.</p>
<pre>:~$ sudo systemctl enable nginx</pre>
<p>After that, start the service.</p>
<pre>:~$ sudo systemctl start nginx</pre>
<p>If you want to see the <strong>status of the Nginx service</strong>, you can use the following command:</p>
<pre>:~$ sudo sytemctl status nginx</pre>
<figure id="attachment_11492" aria-describedby="caption-attachment-11492" style="width: 947px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11492" src="https://www.osradar.com/wp-content/uploads/2019/03/4-7.png" alt="4.- The Nginx service" width="947" height="388" srcset="https://www.osradar.com/wp-content/uploads/2019/03/4-7.png 947w, https://www.osradar.com/wp-content/uploads/2019/03/4-7-300x123.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/4-7-768x315.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/4-7-696x285.png 696w" sizes="(max-width: 947px) 100vw, 947px" /><figcaption id="caption-attachment-11492" class="wp-caption-text">4.- The Nginx service</figcaption></figure>
<p>Now, it is time to test it.</p>
<h2>3. Test Nginx on OpenSUSE</h2>
<p>The next step is to check that Nginx is running correctly. To do this, you need to make an HTML file and place it in the root directory of Nginx in OpenSUSE / SUSE.</p>
<p>So, use nano to do it.</p>
<pre>:~$ sudo nano /srv/www/htdocs/index.html</pre>
<p>Add the following:</p>
<pre>&lt;html&gt;
&lt;body&gt;
&lt;h1&gt;Welcome to osradar &lt;/h1&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
<figure id="attachment_11493" aria-describedby="caption-attachment-11493" style="width: 809px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11493" src="https://www.osradar.com/wp-content/uploads/2019/03/5-5.png" alt="5.- Test nginx" width="809" height="209" srcset="https://www.osradar.com/wp-content/uploads/2019/03/5-5.png 809w, https://www.osradar.com/wp-content/uploads/2019/03/5-5-300x78.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/5-5-768x198.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/5-5-696x180.png 696w" sizes="(max-width: 809px) 100vw, 809px" /><figcaption id="caption-attachment-11493" class="wp-caption-text">5.- Test nginx</figcaption></figure>
<p>Save the file and close it.</p>
<p>Then, make some changes to the firewall settings to allow the HTTP service:</p>
<pre>:~$ sudo firewall-cmd --add-port=80/tcp --permanent
:~$ sudo firewall-cmd --reload</pre>
<figure id="attachment_11494" aria-describedby="caption-attachment-11494" style="width: 830px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11494" src="https://www.osradar.com/wp-content/uploads/2019/03/6-2.png" alt="6.- Firewall settings" width="830" height="146" srcset="https://www.osradar.com/wp-content/uploads/2019/03/6-2.png 830w, https://www.osradar.com/wp-content/uploads/2019/03/6-2-300x53.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/6-2-768x135.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/6-2-696x122.png 696w" sizes="(max-width: 830px) 100vw, 830px" /><figcaption id="caption-attachment-11494" class="wp-caption-text">6.- Firewall settings</figcaption></figure>
<p>Now, open your favorite web browser like Firefox or Chrome and go to http://SERVER_IP/ and you will see this.</p>
<figure id="attachment_11495" aria-describedby="caption-attachment-11495" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11495" src="https://www.osradar.com/wp-content/uploads/2019/03/7-3.png" alt="7.- Welcome to osradar" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/03/7-3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/03/7-3-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/7-3-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/7-3-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/7-3-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/03/7-3-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/7-3-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/03/7-3-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11495" class="wp-caption-text">7.- Welcome to osradar</figcaption></figure>
<p>So, Nginx is working.</p>
<h2>Conclusion</h2>
<p>OpenSUSE and SUSE have been characterized by fairly professional distributions that behave excellently on a server. However, they do this without sacrificing the power and robustness that Linux offers.</p>
<p>In this tutorial, you have learned how to install Nginx on OpenSUSE 15.2 / SUSE 15 and it is the gateway to great things with this distribution.</p>
<p>Please, share this post with your friends.</p>
<p>You can also read:</p>
<p class="entry-title"><a href="https://www.osradar.com/opensuse-15-1-is-available/" target="_blank" rel="noopener noreferrer">OpenSUSE 15.1 is available!!</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-nginx-on-opensuse-suse-15/">How to install Nginx 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/how-to-install-nginx-on-opensuse-suse-15/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Discovered vulnerability in sudo. Upgrade your system now!</title>
		<link>https://www.osradar.com/discovered-vulnerability-sudo/</link>
					<comments>https://www.osradar.com/discovered-vulnerability-sudo/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 15 Oct 2019 15:46:15 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[What's Hot]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[SUSE]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=14662</guid>

					<description><![CDATA[<p>One of the great advantages of using open source software is that its code is customizable by anyone. This brings the great advantage that there are many eyes seeing the caught in search of perfecting it. And that&#8217;s what happened because thanks to Joe Vennix has discovered a vulnerability in sudo. In this post, we [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/discovered-vulnerability-sudo/">Discovered vulnerability in sudo. Upgrade your system now!</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>One of the great advantages of using open source software is that its code is customizable by anyone. This brings the great advantage that there are many eyes seeing the caught in search of perfecting it. And that&#8217;s what happened because thanks to Joe Vennix has discovered a vulnerability in sudo. In this post, we will explain about it and also tell you how to correct it.</p>



<p>Quickly and by way of introduction, I will tell you that sudo is a tool that allows you to execute commands as if you were another user. Usually the other user is the root user. That is to say with our regular user, we can execute commands as if we were root user. </p>



<p>This situation brings many advantages when facilitating usability in a home system, but is not widely used in business.</p>



<p>The detail is that a vulnerability has been discovered that grants permissions of root user to whom it should not.</p>



<p>Specifically we refer to a vulnerability identified with the number <a rel="noreferrer noopener" aria-label="CVE-2019-14287 (opens in a new tab)" href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14287" target="_blank">CVE-2019-14287</a> and has already been documented by Canonical under the number <a rel="noreferrer noopener" aria-label="USN-4154-1 (opens in a new tab)" href="https://usn.ubuntu.com/4154-1/" target="_blank">USN-4154-1</a>.</p>



<h2>In which Ubuntu versions is there a vulnerability in sudo?</h2>



<p>For now, the vulnerability in sudo affects the following versions of Ubuntu:</p>



<ul><li>Ubuntu 19.04</li><li><a rel="noreferrer noopener" aria-label="Ubuntu 18.04 LTS (opens in a new tab)" href="https://www.osradar.com/tag/bionic/" target="_blank">Ubuntu 18.04 LTS</a></li><li>Also, Ubuntu 16.04 LTS</li><li>Ubuntu 14.04 ESM</li><li>Ubuntu 12.04 ESM</li></ul>



<p>This at server level as well as desktop operating system level. Therefore, as Ubuntu is one of the most popular distributions, it is easy to deduce that many people are affected by the vulnerability.</p>



<p>On the other hand, also versions 17.x, 18.x and 19.x of <a rel="noreferrer noopener" aria-label="Linux Mint (opens in a new tab)" href="https://www.osradar.com/tag/linux-mint/" target="_blank">Linux Mint</a> has been affected. This is because Linux Mint uses Ubuntu&#8217;s base packages for the system.</p>



<h2>What was the problem?</h2>



<p>The <code>/etc/sudoers</code> file is where you find the configuration of which users may or may not use the sudo command.</p>



<p>However, the security breach discovered<strong> allowed any user to use commands as root</strong>. This was accomplished by modifying the file to circumvent the ban. That is, even when it was defined that a user could not execute sudo, modifying the sudoers file and setting user ID -1, this policy is circumvented.</p>



<p>On the other hand, it is worth mentioning that sudo is not enabled on many servers and there the consequences are less serious.</p>



<h2>How can I solve the problem?</h2>



<p>Fortunately, the vulnerability has been discovered and patched. Therefore, at this point it should already be available as an update through your preferred package manager.</p>



<p>For example, in the case of Ubuntu and Linux Mint is already available.</p>



<figure class="wp-block-image"><img loading="lazy" width="796" height="598" src="https://www.osradar.com/wp-content/uploads/2019/10/sudo.png" alt="Upgrade your system to resolve the vulnerability in sudo" class="wp-image-14669" srcset="https://www.osradar.com/wp-content/uploads/2019/10/sudo.png 796w, https://www.osradar.com/wp-content/uploads/2019/10/sudo-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/sudo-768x577.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/sudo-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/10/sudo-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2019/10/sudo-696x523.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/sudo-559x420.png 559w" sizes="(max-width: 796px) 100vw, 796px" /><figcaption>Upgrade your system to resolve the vulnerability in sudo</figcaption></figure>



<p>And so on the rest of the Linux distributions. Just upgrade. In case you do not have the new update, wait a little longer and it will surely be available.</p>



<p>Sudo has been compromised but there is already a solution. Upgrade now!</p>



<p>Also, you can learn<a rel="noreferrer noopener" aria-label=" how to enable on Debian (opens in a new tab)" href="https://www.osradar.com/how-to-enable-sudo-on-centos-8/" target="_blank"> how to enable on Debian</a> and <a href="https://www.osradar.com/how-to-enable-sudo-on-centos-8/" target="_blank" rel="noreferrer noopener" aria-label="CentOS (opens in a new tab)">CentOS</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/discovered-vulnerability-sudo/">Discovered vulnerability in sudo. Upgrade your system now!</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/discovered-vulnerability-sudo/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to install the Linux Kernel 5 on OpenSUSE 15?</title>
		<link>https://www.osradar.com/how-to-install-the-linux-kernel-5-on-opensuse-15/</link>
					<comments>https://www.osradar.com/how-to-install-the-linux-kernel-5-on-opensuse-15/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 30 Mar 2019 19:00:14 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SUSE]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11633</guid>

					<description><![CDATA[<p>The Kernel Linux is one of the most important elements of the system. Because it is in charge of the interaction with the hardware. Recently we were talking about the new version of the Linux Kernel which is version 5. For many people, it is important to have the kernel updated for hardware issues others [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-the-linux-kernel-5-on-opensuse-15/">How to install the Linux Kernel 5 on OpenSUSE 15?</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 Kernel Linux is one of the most important elements of the system. Because it is in charge of the interaction with the hardware. Recently we were talking about the new version of the Linux Kernel which is version 5. For many people, it is important to have the kernel updated for hardware issues others will prefer the tranquility of a stable system. If you are one of the first and use <a href="https://www.osradar.com/how-to-install-nginx-on-opensuse-suse-15/">OpenSUSE</a> 15 is your lucky day. In this article, we will show you how to install the Linux Kernel 5 on OpenSUSE 15.</p>
<p>A new version of the Linux kernel was recently released. Although this new version is not a revolution at the program level, it has some interesting new features. These new features are better implemented in recent hardware.</p>
<p>So, let us start.</p>
<h2>Install the Linux Kernel 5 on OpenSUSE 15</h2>
<p>One of the great advantages of using OpenSUSE 15 is that it has a large list of repositories maintained by the community. These repositories make maintaining certain system components quite simple. For example, there is one for KDE Plasma or for web development.</p>
<p>So the first thing to do is to open a terminal emulator and add the Kernel repository in OpenSUSE.</p>
<pre>:~$ sudo zypper ar -f http://download.opensuse.org/repositories/Kernel:/stable/standard kernel:stable</pre>
<p><figure id="attachment_11635" aria-describedby="caption-attachment-11635" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11635" src="https://www.osradar.com/wp-content/uploads/2019/03/1-14.png" alt="1.- Add the kernel repository" width="1365" height="287" srcset="https://www.osradar.com/wp-content/uploads/2019/03/1-14.png 1365w, https://www.osradar.com/wp-content/uploads/2019/03/1-14-300x63.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/1-14-768x161.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/1-14-1024x215.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/1-14-696x146.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/1-14-1068x225.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11635" class="wp-caption-text">1.- Add the kernel repository</figcaption></figure></p>
<p>Then, we will be asked for the password of our user and then the confirmation of the operation. Being a repository sponsored by OpenSUSE is quite secure and will add the GPG key.</p>
<p>Now, it is necessary to tell the distribution that there is going to be an update of that single repository so that it does not affect the rest of the system. So to do this, run the following command:</p>
<pre>:~$ sudo zypper dup -r kernel:stable</pre>
<p><figure id="attachment_11636" aria-describedby="caption-attachment-11636" style="width: 1063px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11636" src="https://www.osradar.com/wp-content/uploads/2019/03/2-14.png" alt="2.- Install the Linux Kernel 5 on OpenSUSE 15" width="1063" height="187" srcset="https://www.osradar.com/wp-content/uploads/2019/03/2-14.png 1063w, https://www.osradar.com/wp-content/uploads/2019/03/2-14-300x53.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/2-14-768x135.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/2-14-1024x180.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/2-14-696x122.png 696w" sizes="(max-width: 1063px) 100vw, 1063px" /><figcaption id="caption-attachment-11636" class="wp-caption-text">2.- Install the Linux Kernel 5 on OpenSUSE 15</figcaption></figure></p>
<p><em><strong>Note: in case you have any repository problems, just install the packages manually by running</strong></em></p>
<pre>:~$ sudo zypper in kernel-default-5.0.5-1.1.g0fb0b14</pre>
<p>Now, you have to wait for the process to finish and then restart the system.</p>
<p>When the system has started, verify the new kernel using the following command:</p>
<pre>:~$ uname -r</pre>
<p><figure id="attachment_11637" aria-describedby="caption-attachment-11637" style="width: 824px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11637" src="https://www.osradar.com/wp-content/uploads/2019/03/3-13.png" alt="3.- The Linux Kernel 5 On OpenSUSE 15" width="824" height="154" srcset="https://www.osradar.com/wp-content/uploads/2019/03/3-13.png 824w, https://www.osradar.com/wp-content/uploads/2019/03/3-13-300x56.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/3-13-768x144.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/3-13-696x130.png 696w" sizes="(max-width: 824px) 100vw, 824px" /><figcaption id="caption-attachment-11637" class="wp-caption-text">3.- The Linux Kernel 5 On OpenSUSE 15</figcaption></figure></p>
<h2>Conclusion</h2>
<p>As we can see, installing Kernel 5 on OpenSUSE is not a complicated matter. However, it can help many users to make their very recent hardware benefit from the many new features of this new version.</p>
<p>You can also see our post on <a href="https://www.osradar.com/install-linux-kernel-5-on-ubuntu-18-04/">how to install the Linux Kernel 5 on Ubuntu 18.04</a>.</p>
<p>Please share this post with your friends.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-the-linux-kernel-5-on-opensuse-15/">How to install the Linux Kernel 5 on OpenSUSE 15?</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-install-the-linux-kernel-5-on-opensuse-15/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Jenkins on OpenSUSE 15 / SUSE 15?</title>
		<link>https://www.osradar.com/install-jenkins-opensuse-15-suse-15/</link>
					<comments>https://www.osradar.com/install-jenkins-opensuse-15-suse-15/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 07 Jan 2019 03:30:25 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Jenkins]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SUSE]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=8998</guid>

					<description><![CDATA[<p>If we talk about Linux servers, the first thing we&#8217;ll think about is Debian, Ubuntu or CentOS. However, more and more companies are relying on OpenSUSE or SUSE as their server system. So you&#8217;d better keep an eye on this distribution and the way it does things. So today I&#8217;ll show you how to install [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-jenkins-opensuse-15-suse-15/">How to install Jenkins on OpenSUSE 15 / SUSE 15?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If we talk about Linux servers, the first thing we&#8217;ll think about is Debian, Ubuntu or CentOS. However, more and more companies are relying on OpenSUSE or <a href="https://www.suse.com/" target="_blank" rel="noopener">SUSE</a> as their server system. So you&#8217;d better keep an eye on this distribution and the way it does things. So today I&#8217;ll show you how to install <a href="https://www.osradar.com/how-to-install-jenkins-in-ubuntu-18-04/" target="_blank" rel="noopener">Jenkins</a> on OpenSuse 15. Although this tutorial also applies to SUSE 15.</p>
<p>We have already talked about <a href="https://jenkins.io/" target="_blank" rel="noopener">Jenkins</a>, this great application written in Java for the deployment of applications and of course, the automation of tasks concerning software and servers.</p>
<p>Its main feature is that it is Open Source, so the source code can be examined. On the other hand, Jenkins can be installed on <a href="http://osradar.com/tag/linux" target="_blank" rel="noopener">Linux</a>, Windows or Mac and thus guarantee the continuous integration of your projects regardless of the operating system. In addition, its functionality can be extended thanks to the <a href="https://plugins.jenkins.io/" target="_blank" rel="noopener">plugins</a>.</p>
<p>So, let&#8217;s start to install Jenkins on OpenSUSE 15 or SUSE 15.</p>
<h2>1. Upgrade the system and install Java</h2>
<p>In order for the installation to run smoothly, it is necessary to update the system. So connect to your server or open a terminal and run.</p>
<pre class="">:~$ sudo zypper up</pre>
<p><figure id="attachment_8999" aria-describedby="caption-attachment-8999" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-8999" src="https://www.osradar.com/wp-content/uploads/2019/01/1-5.png" alt="1.- Upgrade the system" width="1365" height="252" srcset="https://www.osradar.com/wp-content/uploads/2019/01/1-5.png 1365w, https://www.osradar.com/wp-content/uploads/2019/01/1-5-300x55.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/1-5-768x142.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/1-5-1024x189.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/1-5-1068x197.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-8999" class="wp-caption-text">1.- Upgrade the system</figcaption></figure></p>
<p>I have installed a basic version of OpenSUSE that does not have Java installed and Jenkins requires it to run. So the next step is to install Java. You need to install Java 8. So, run:</p>
<pre class="">:~$ sudo zypper in java-1_8_0-openjdk</pre>
<p><figure id="attachment_9005" aria-describedby="caption-attachment-9005" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9005" src="https://www.osradar.com/wp-content/uploads/2019/01/2-222.png" alt="2.- Install Java " width="1365" height="272" srcset="https://www.osradar.com/wp-content/uploads/2019/01/2-222.png 1365w, https://www.osradar.com/wp-content/uploads/2019/01/2-222-300x60.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/2-222-768x153.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/2-222-1024x204.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/2-222-1068x213.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-9005" class="wp-caption-text">2.- Install Java</figcaption></figure></p>
<p>Now, check the Java version installed.</p>
<pre class="">:~$ java -version</pre>
<p>As you can see in the image, Java is installed and ready to use.</p>
<p><figure id="attachment_9006" aria-describedby="caption-attachment-9006" style="width: 840px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9006" src="https://www.osradar.com/wp-content/uploads/2019/01/3-33333.png" alt="3.- Java version" width="840" height="156" srcset="https://www.osradar.com/wp-content/uploads/2019/01/3-33333.png 840w, https://www.osradar.com/wp-content/uploads/2019/01/3-33333-300x56.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/3-33333-768x143.png 768w" sizes="(max-width: 840px) 100vw, 840px" /><figcaption id="caption-attachment-9006" class="wp-caption-text">3.- Java version</figcaption></figure></p>
<h2>2. Install Jenkins on OpenSUSE 15 and SUSE 15</h2>
<p>Now it&#8217;s time to install Jenkins. The easiest way to do this is through the official repository provided by Jenkins for OpenSUSE. It&#8217;s up to date and ideal.</p>
<pre class="">:~$ sudo zypper addrepo -f http://pkg.jenkins.io/opensuse-stable/ jenkins</pre>
<p><figure id="attachment_9002" aria-describedby="caption-attachment-9002" style="width: 1363px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9002" src="https://www.osradar.com/wp-content/uploads/2019/01/4-5.png" alt="4.- Add the Jenkins official repository" width="1363" height="287" srcset="https://www.osradar.com/wp-content/uploads/2019/01/4-5.png 1363w, https://www.osradar.com/wp-content/uploads/2019/01/4-5-300x63.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/4-5-768x162.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/4-5-1024x216.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/4-5-1068x225.png 1068w" sizes="(max-width: 1363px) 100vw, 1363px" /><figcaption id="caption-attachment-9002" class="wp-caption-text">4.- Add the Jenkins official repository</figcaption></figure></p>
<p>Next, install Jenkins.</p>
<pre class="">:~$ sudo zypper install jenkins</pre>
<p><figure id="attachment_9003" aria-describedby="caption-attachment-9003" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9003" src="https://www.osradar.com/wp-content/uploads/2019/01/5-5.png" alt="5.- Trust in the repository" width="1365" height="398" srcset="https://www.osradar.com/wp-content/uploads/2019/01/5-5.png 1365w, https://www.osradar.com/wp-content/uploads/2019/01/5-5-300x87.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/5-5-768x224.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/5-5-1024x299.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/5-5-1068x311.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-9003" class="wp-caption-text">5.- Trust in the repository</figcaption></figure></p>
<p><figure id="attachment_9004" aria-describedby="caption-attachment-9004" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9004" src="https://www.osradar.com/wp-content/uploads/2019/01/6-4.png" alt="6.- Install Jenkins on OpenSUSE and SUSE 15" width="1365" height="569" srcset="https://www.osradar.com/wp-content/uploads/2019/01/6-4.png 1365w, https://www.osradar.com/wp-content/uploads/2019/01/6-4-300x125.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/6-4-768x320.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/6-4-1024x427.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/6-4-1068x445.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/6-4-1008x420.png 1008w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-9004" class="wp-caption-text">6.- Install Jenkins on OpenSUSE and SUSE 15</figcaption></figure></p>
<p>Now, start the service and check the status.</p>
<pre class="">:~$ sudo systemctl start jenkins
:~$ sudo systemctl status jenkins</pre>
<p><figure id="attachment_9007" aria-describedby="caption-attachment-9007" style="width: 796px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9007" src="https://www.osradar.com/wp-content/uploads/2019/01/7-4.png" alt="7.- Start Jenkins" width="796" height="298" srcset="https://www.osradar.com/wp-content/uploads/2019/01/7-4.png 796w, https://www.osradar.com/wp-content/uploads/2019/01/7-4-300x112.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/7-4-768x288.png 768w" sizes="(max-width: 796px) 100vw, 796px" /><figcaption id="caption-attachment-9007" class="wp-caption-text">7.- Start Jenkins</figcaption></figure></p>
<p>Jenkins uses the 8080 port. So, set the Firewall rule to make Jenkins available.</p>
<pre class="">:~$ firewall-cmd --zone=public --add-port=8080/tcp --permanent
:~$ firewall-cmd --zone=public --add-service=http --permanent
:~$ firewall-cmd --reload</pre>
<p><figure id="attachment_9008" aria-describedby="caption-attachment-9008" style="width: 864px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9008" src="https://www.osradar.com/wp-content/uploads/2019/01/8-3.png" alt="8.- Creating a new firewall rule for Jenkins" width="864" height="207" srcset="https://www.osradar.com/wp-content/uploads/2019/01/8-3.png 864w, https://www.osradar.com/wp-content/uploads/2019/01/8-3-300x72.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/8-3-768x184.png 768w" sizes="(max-width: 864px) 100vw, 864px" /><figcaption id="caption-attachment-9008" class="wp-caption-text">8.- Creating a new firewall rule for Jenkins</figcaption></figure></p>
<p>Next, get the admin password.</p>
<pre class="">:~$ sudo more /var/lib/jenkins/secrets/initialAdminPassword</pre>
<p><figure id="attachment_9009" aria-describedby="caption-attachment-9009" style="width: 796px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9009" src="https://www.osradar.com/wp-content/uploads/2019/01/9-3.png" alt="9.- Showing the initial admin password" width="796" height="125" srcset="https://www.osradar.com/wp-content/uploads/2019/01/9-3.png 796w, https://www.osradar.com/wp-content/uploads/2019/01/9-3-300x47.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/9-3-768x121.png 768w" sizes="(max-width: 796px) 100vw, 796px" /><figcaption id="caption-attachment-9009" class="wp-caption-text">9.- Showing the initial admin password</figcaption></figure></p>
<p>The next step is open your web browser and go to <code>http://IP_SERVER:8080</code>. And put your password on the field.</p>
<p><figure id="attachment_9010" aria-describedby="caption-attachment-9010" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9010" src="https://www.osradar.com/wp-content/uploads/2019/01/10-3.png" alt="10.- Jenkins initial screen" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2019/01/10-3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/10-3-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/10-3-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/10-3-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/10-3-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/10-3-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/10-3-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9010" class="wp-caption-text">10.- Jenkins initial screen</figcaption></figure></p>
<p>Then you will be asked about the plugins to install. Choose the recommended plugins. Then, the installer wll start the work.</p>
<p><figure id="attachment_9011" aria-describedby="caption-attachment-9011" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9011" src="https://www.osradar.com/wp-content/uploads/2019/01/11-1.png" alt="11.- Starting the installation on the web interface" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2019/01/11-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/11-1-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/11-1-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/11-1-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/11-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/11-1-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/11-1-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9011" class="wp-caption-text">11.- Starting the installation on the web interface</figcaption></figure></p>
<p>Next, create the admin account.</p>
<p>&nbsp;</p>
<p><figure id="attachment_9012" aria-describedby="caption-attachment-9012" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9012" src="https://www.osradar.com/wp-content/uploads/2019/01/12-1.png" alt="12.- Creating first admin user" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2019/01/12-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/12-1-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/12-1-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/12-1-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/12-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/12-1-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/12-1-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9012" class="wp-caption-text">12.- Creating first admin user</figcaption></figure></p>
<p>And that&#8217;s it. Jenkins is installed. Finally, you will see the dashboard.</p>
<p>&nbsp;</p>
<p><figure id="attachment_9013" aria-describedby="caption-attachment-9013" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9013" src="https://www.osradar.com/wp-content/uploads/2019/01/13-1.png" alt="13.- Jenkins is ready" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2019/01/13-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/13-1-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/13-1-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/13-1-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/13-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/13-1-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/13-1-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9013" class="wp-caption-text">13.- Jenkins is ready</figcaption></figure></p>
<p><figure id="attachment_9014" aria-describedby="caption-attachment-9014" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9014" src="https://www.osradar.com/wp-content/uploads/2019/01/14-1.png" alt="14.-Jenkins dashboard" width="1366" height="671" srcset="https://www.osradar.com/wp-content/uploads/2019/01/14-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/14-1-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/14-1-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/14-1-1024x503.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/14-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/14-1-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/14-1-855x420.png 855w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9014" class="wp-caption-text">14.-Jenkins dashboard</figcaption></figure></p>
<h2>Conclusion</h2>
<p>As you can see, the installation of Jenkins in the SUSE ecosystem is not difficult. On the contrary, there is a repository that makes everything simple. Jenkins is an application that every sysadmin should use for the automation and deployment of software projects.</p>
<p>So, please share this article in your social networks.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-jenkins-opensuse-15-suse-15/">How to install Jenkins on OpenSUSE 15 / SUSE 15?</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-jenkins-opensuse-15-suse-15/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Suse Sold for $2.5 Billion</title>
		<link>https://www.osradar.com/suse-sold-for-2-5-billion/</link>
					<comments>https://www.osradar.com/suse-sold-for-2-5-billion/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Wed, 04 Jul 2018 07:15:13 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[eqt]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[SUSE]]></category>
		<category><![CDATA[suse sold]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=4609</guid>

					<description><![CDATA[<p>Suse is one of the longest-running commercial Linux distros. At present, Suse also plays a really important role in the infrastructure of the open-source software. In fact, Suse has become a major player in the field. For any company, the ownership change is a part of its life cycle and Suse is no different. We’ve [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/suse-sold-for-2-5-billion/">Suse Sold for $2.5 Billion</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Suse is one of the longest-running commercial Linux distros. At present, Suse also plays a really important role in the infrastructure of the open-source software. In fact, Suse has become a major player in the field. For any company, the ownership change is a part of its life cycle and Suse is no different. We’ve already seen several ownership changes for Suse. The latest change took place very recently. Micro Focus, the last owner of Suse, announced that the ownership is going to be handed over to EQT – a private equity firm and venture capital fund.</p>
<h2>Suse past</h2>
<p><img loading="lazy" class="size-full wp-image-4611 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/suse-past.jpg" alt="" width="2560" height="1440" srcset="https://www.osradar.com/wp-content/uploads/2018/07/suse-past.jpg 2560w, https://www.osradar.com/wp-content/uploads/2018/07/suse-past-300x169.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/07/suse-past-768x432.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/07/suse-past-1024x576.jpg 1024w, https://www.osradar.com/wp-content/uploads/2018/07/suse-past-696x392.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/07/suse-past-1068x601.jpg 1068w, https://www.osradar.com/wp-content/uploads/2018/07/suse-past-747x420.jpg 747w, https://www.osradar.com/wp-content/uploads/2018/07/suse-past-1920x1080.jpg 1920w" sizes="(max-width: 2560px) 100vw, 2560px" /></p>
<p>Novell, the past owner of Suse, handed over the ownership to The Attachment Group in 2010. Then, Micro Focus owned Suse back in 2014 from The Attachment Group. Now, EQT is going to take over Suse for $2.535 billion.</p>
<p>It’s a normal scenario that ownership changes come up with a troubling stage for all companies and in many cases, they fail to keep up with their names. But Suse has proven to be different. Despite its ownership change over the course, it didn’t only emerge stronger but became a major role in the industry. Today, at the enterprise level, Suse is obviously a popular name. In the field of open-source software, Suse passionately engaged with tons of projects and helped the community a lot. The contribution is not a joke.</p>
<p><img loading="lazy" class="wp-image-4612 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/07/open-source-suse-contribution.png" alt="" width="695" height="359" srcset="https://www.osradar.com/wp-content/uploads/2018/07/open-source-suse-contribution.png 540w, https://www.osradar.com/wp-content/uploads/2018/07/open-source-suse-contribution-300x155.png 300w" sizes="(max-width: 695px) 100vw, 695px" /></p>
<p>So, this might be a question – why Micro Focus sold Suse? The answer is obvious (sort of). Despite Suse managed to live and grow further under the umbrella of Micro Focus, there were some major patches that Micro Focus faced during the course of its business. The major disappointment was acquiring Hewlett Packard Enterprise back in 2016 for $8.8 billion that didn’t get any major success. It’s natural to assume that for coping with their situation, they decided to sell off Suse.</p>
<h2><a href="https://www.eqtpartners.com/About-EQT/">About EQT</a></h2>
<p>The current owner of Suse is an interesting one, to be honest. The firm doesn’t have too much popularity. The portfolio of the farm also includes other tech companies and most of them are unheard of before. There are also some real estate groups, consumer goods business, healthcare services and a few energy companies in the mix.</p>
<p>Want more topics about Suse? The open-source Linux distro from Suse – the openSUSE 15 was released not very long ago. The latest version is designed for giving a familiar environment of Suse Enterprise Linux. This ensures that users will have ease shifting from the open-source platform to the enterprise one. <a href="https://www.osradar.com/how-to-install-opensuse-leap-15/">Learn how to install openSUSE 15</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/suse-sold-for-2-5-billion/">Suse Sold for $2.5 Billion</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/suse-sold-for-2-5-billion/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Redhat vs Suse who is successful</title>
		<link>https://www.osradar.com/redhat-vs-suse-who-is-successful/</link>
					<comments>https://www.osradar.com/redhat-vs-suse-who-is-successful/#respond</comments>
		
		<dc:creator><![CDATA[Mel K]]></dc:creator>
		<pubDate>Wed, 27 Dec 2017 12:08:33 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[SUSE]]></category>
		<guid isPermaLink="false">http://osradar.com/?p=551</guid>

					<description><![CDATA[<p>Software which are open sources were used to be rare until Linux make it successful and launch a platform which was open source providing opportunities to people to contribute their parts. The 25-years of age working framework has developed so quick. Today, it is utilized all over the place. From Internet of things based devices [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/redhat-vs-suse-who-is-successful/">Redhat vs Suse who is successful</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Software which are open sources were used to be rare until Linux make it successful and launch a platform which was open source providing opportunities to people to contribute their parts.</p>
<p>The 25-years of age working framework has developed so quick. Today, it is utilized all over the place. From Internet of things based devices to super conductors, its applications can be found everywhere. Linux turned out to be something beyond a working framework to run some lab servers. What&#8217;s more, along these lines, it made enormous open doors for endeavors to profit by. This market permitted incredible technology based organizations to be set up to satisfy its needs. It gave us three major Linux platforms which are Red Hat, SUSE and Canonical.</p>
<p><strong>Red Hat</strong></p>
<p><img loading="lazy" class="size-medium wp-image-535 aligncenter" src="http://osradar.com/wp-content/uploads/2017/12/REDHATT-300x199.jpg" alt="" width="300" height="199" srcset="https://www.osradar.com/wp-content/uploads/2017/12/REDHATT-300x199.jpg 300w, https://www.osradar.com/wp-content/uploads/2017/12/REDHATT-768x510.jpg 768w, https://www.osradar.com/wp-content/uploads/2017/12/REDHATT-696x462.jpg 696w, https://www.osradar.com/wp-content/uploads/2017/12/REDHATT-633x420.jpg 633w, https://www.osradar.com/wp-content/uploads/2017/12/REDHATT.jpg 800w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>Red Hat was launched in 1993 and after its establishment it developed so fast and now it is considered to be the biggest Linux open source platform and is playing a key role in the world of open source applications. Red Hat has given a lot of solutions to offered a lot of services. Red Hat Enterprise Linux, is genuinely made for its own distribution for organizations.  Simkilarly, Red Hat open stack which is a stage for conveying and scaling open and private mists. Also, Open Shift, which is a solid platform providing answers to set up web based applications (programmed in Python, Node) as an independent contained stage. Red Hat likewise gives administration arrangements, for example, Red Hat Cloud forms.</p>
<p>Red Hat gives significantly more items and advantages than any other platform. Red Hat recognition and certificate is considered very important in the Linux world. In the event that you are wanting to get a job in this field, you unquestionably would go for RHCSA or RHCE. As indicated by Red Hat2), over 90% of the main 500 fortune worldwide organizations depend on them for their framework. This biological system of advances, accreditations and administrations is the primary speculation for Red Hat.</p>
<p>Following is given a complete list of Red Hat offers.</p>
<p><img loading="lazy" class=" wp-image-556 aligncenter" src="http://osradar.com/wp-content/uploads/2017/12/linux-1-300x180.jpg" alt="" width="643" height="386" srcset="https://www.osradar.com/wp-content/uploads/2017/12/linux-1-300x180.jpg 300w, https://www.osradar.com/wp-content/uploads/2017/12/linux-1-768x462.jpg 768w, https://www.osradar.com/wp-content/uploads/2017/12/linux-1-696x418.jpg 696w, https://www.osradar.com/wp-content/uploads/2017/12/linux-1-699x420.jpg 699w, https://www.osradar.com/wp-content/uploads/2017/12/linux-1.jpg 973w" sizes="(max-width: 643px) 100vw, 643px" /></p>
<p>Red Hat likewise has a ton of commitments to a great deal of other free and open source programming. Indeed, even programming which isn&#8217;t possessed by it.<br />
With various around 10000 workers in the world), Red Hat&#8217;s 2016 monetary year (finished in February 29, 2016) showed4) an income of $2.05 billion. A net benefit of around $200 million and $716 million in working money, and aggregate resources of $4.155 billion.</p>
<p>Similarly, Red Hat&#8217;s most recent report about the second from last quarter comes about for financial year 2017 (finished December 21, 2016) an income of $615 million. The organization is expecting an aggregate income of around $2.4 billion for the monetary year 2017 . In this manner, making it – decently – the biggest open source organization on the planet.</p>
<h3>SUSE</h3>
<p>SUSE is also known as the great Lizard of Linux as shown by its figure.</p>
<p><img loading="lazy" class="size-medium wp-image-533 aligncenter" src="http://osradar.com/wp-content/uploads/2017/12/suse-300x223.jpg" alt="" width="300" height="223" srcset="https://www.osradar.com/wp-content/uploads/2017/12/suse-300x223.jpg 300w, https://www.osradar.com/wp-content/uploads/2017/12/suse-768x572.jpg 768w, https://www.osradar.com/wp-content/uploads/2017/12/suse-1024x762.jpg 1024w, https://www.osradar.com/wp-content/uploads/2017/12/suse-80x60.jpg 80w, https://www.osradar.com/wp-content/uploads/2017/12/suse-265x198.jpg 265w, https://www.osradar.com/wp-content/uploads/2017/12/suse-696x518.jpg 696w, https://www.osradar.com/wp-content/uploads/2017/12/suse-1068x795.jpg 1068w, https://www.osradar.com/wp-content/uploads/2017/12/suse-564x420.jpg 564w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>SUSE is also an exceptionally famous and well known organization in the Linux world. When it was established in 1992, it was the principal organization to utilize Linux for focusing on undertakings purposes. In those days, SUSE was an independent organization, however in 2003, it was procured by Novel. Which was likewise obtained by a group of companies called Attachmate in 2012. At last, MicroFocus procured Attachmate in 2014. In this way, SUSE turned into an auxiliary of the MicroFocus organizations .</p>
<p>With few 750 representatives of SUSE around the world. SUSE made $253.8 million in the financial year finished 30 April, 2016-17). According to a report which was released in October 8,2016, SUSE made $147.4 million. An expansion of 23.3% of the past between time in 2015 for a similar period which was $121.2 million.These outcomes put SUSE as the second player in the open source world after Red Hat. SUSE is likewise a key player in building up a great deal of other free and open source programming, which would bee be able to seen from their site.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/redhat-vs-suse-who-is-successful/">Redhat vs Suse who is successful</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/redhat-vs-suse-who-is-successful/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
