<?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>New version Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/new-version/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 10 Aug 2021 16:16:14 +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 LibreOffice 7.1 on Ubuntu 20.04 / Linux Mint 20?</title>
		<link>https://www.osradar.com/microsoft-libre-office-ubuntu-linux/</link>
					<comments>https://www.osradar.com/microsoft-libre-office-ubuntu-linux/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 16 Aug 2021 23:18:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=22661</guid>

					<description><![CDATA[<p>LibreOffice has just released its latest version. And it promises to be a whole new performance experience. In this post, we will show you how to install LibreOffice 7.1 on Ubuntu 20.04 / Linux Mint 20. So, LibreOffice is one of the jewels of open source. We are talking about a complete office suite capable [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/microsoft-libre-office-ubuntu-linux/">How to install LibreOffice 7.1 on Ubuntu 20.04 / Linux Mint 20?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>LibreOffice has just released its latest version<a href="https://wiki.documentfoundation.org/ReleaseNotes/7.1" target="_blank" rel="noreferrer noopener">. And it promises to be a whole new performance experience. In this </a>post, w<strong>e will show you how to install LibreOffice 7.1 on Ubuntu 20.04 / Linux Mint 20.</strong></p>



<p>So, LibreOffice is one of the jewels of open source. We are talking about a complete office suite capable of resulting in a free, cross-platform solution available to everyone. Therefore, it already comes installed in many Linux distributions but these do not include an updated version.</p>



<h2>Install LibreOffice 7.1 on Ubuntu 20.04 / Linux Mint 20</h2>



<p>There are several methods to install LibreOffice 7.1 on Ubuntu 20.04 or Linux Mint 20. However, I will show you the two easiest to do, and that allows you to easily keep it updated.</p>



<h3>Installing LibreOffice 7.1 using PPA</h3>



<p>The LibreOffice development team provides us with a dedicated PPA for LibreOffice 7.1. This repository is compatible with Ubuntu 20.04 as it could not be otherwise. So let&#8217;s use it.</p>



<p>So, open a terminal and run the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo add-apt-repository ppa:libreoffice/ppa
In general, users are advised to take a look at the changelog for the details about a package. If there is a specific bug that is intended to be addressed by an update released into the PPA, you are encouraged to test, if the update solves that problem. Packages published after the distro release are mostly such specific fixes. Critical fixes will be SRUed into the main repositories after testing anyway (later, with more testing).

To return to the LibreOffice version from the main archive, use ppa-purge. see: http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html for details
 More info: https://launchpad.net/~libreoffice/+archive/ubuntu/ppa
Press Enter to continue or Ctrl+C to cancel

Executing: /tmp/apt-key-gpghome.VVwU2zyIO1/gpg.1.sh --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 36E81C9267FD1383FCC4490983FBA1751378B444
gpg: key 83FBA1751378B444: public key "Launchpad PPA for LibreOffice Packaging" imported
gpg: Total number processed: 1

:~$ sudo apt-get update</pre>



<p>And then, if you already have LibreOffice installed, upgrade your system:</p>



<pre class="wp-block-preformatted">:~$ sudo apt upgrade</pre>



<p>Or:</p>



<pre class="wp-block-preformatted">:~$ sudo apt full-upgrade</pre>



<p>It&#8217;s that simple. Next, launch it from the main menu.</p>



<h3>Installing LibreOffice 7.1 with Flatpak</h3>



<p>If we read the description of the previous repository we will notice that it will only provide updates to the 7.1 branch</p>



<p>To avoid this, it is possible to use Flatpak. As we know, Flatpak is a technology that allows us to create self-contained and secure packages for any Linux distribution.</p>



<p>The Flatpak package of LibreOffice is hosted in Flathub and they give us the instructions to install it.</p>



<p>So, install Flatpak in case you don&#8217;t have it installed:</p>



<pre class="wp-block-preformatted">:~$ sudo apt install flatpak</pre>



<p>Then, install LibreOffice 7.1 with the following command:</p>



<pre class="wp-block-preformatted">:~$ flatpak install flathub org.libreoffice.LibreOffice</pre>



<p>When the download is finished you can run it from the main menu. Or by executing the following command:</p>



<pre class="wp-block-preformatted">:~$ flatpak run org.libreoffice.LibreOffice</pre>



<figure class="wp-block-image size-full"><img loading="lazy" width="929" height="507" src="https://www.osradar.com/wp-content/uploads/2020/08/1-18.png" alt="1.- LibreOffice 7.1 on Ubuntu 20.04" class="wp-image-31666" srcset="https://www.osradar.com/wp-content/uploads/2020/08/1-18.png 929w, https://www.osradar.com/wp-content/uploads/2020/08/1-18-300x164.png 300w, https://www.osradar.com/wp-content/uploads/2020/08/1-18-768x419.png 768w, https://www.osradar.com/wp-content/uploads/2020/08/1-18-696x380.png 696w" sizes="(max-width: 929px) 100vw, 929px" /><figcaption>1.- LibreOffice 7.1 on Ubuntu 20.04</figcaption></figure>



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



<h2>Conclusion</h2>



<p>LibreOffice 7.1 is available for download. In this post, you&#8217;ve learned what to do to get it right now on your Ubuntu 20.04. But this tutorial works for Linux Mint 20 and all distributions that are based on Ubuntu 20.04.</p>



<p>Please share this post and join <a href="https://www.osradar.com/join-our-telegram-channel/" target="_blank" rel="noreferrer noopener">our Telegram channel.</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/microsoft-libre-office-ubuntu-linux/">How to install LibreOffice 7.1 on Ubuntu 20.04 / Linux Mint 20?</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/microsoft-libre-office-ubuntu-linux/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Install Wine 6 on Fedora 34 / 33?</title>
		<link>https://www.osradar.com/install-wine-6-fedora-33/</link>
					<comments>https://www.osradar.com/install-wine-6-fedora-33/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 24 Jun 2021 23:30:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[wine]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27852</guid>

					<description><![CDATA[<p>Hi, folks. In this post, I will help you install Wine 6 on Fedora 34 /33. Wine is one of those applications that practically any Linux user knows. Thanks to Wine we can run several Windows applications on Linux. It works as an interpreter that creates an execution layer for programs that can be run [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wine-6-fedora-33/">Install Wine 6 on Fedora 34 / 33?</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>Hi, folks. In this post, I will help you install Wine 6 on Fedora 34 /33.</strong></p>



<p>Wine is one of those applications that practically any Linux user knows. Thanks to Wine we can run several Windows applications on Linux. It works as an interpreter that creates an execution layer for programs that can be run in Linux.</p>



<p><a href="https://www.winehq.org/" target="_blank" rel="noreferrer noopener">Wine</a>&nbsp;is included in the official repositories of almost any distribution. The problem is that Wine’s development is too active (which is very welcome) and they constantly add features and improve the support of the applications.</p>



<p>Therefore, if you notice when using Wine that certain programs do not run correctly, then updating Wine may be a solution.</p>



<p>So let’s go for it.</p>


<h2 id="install-wine-6-on-fedora-33"><a href="#install-wine-6-on-fedora-33" name="install-wine-6-on-fedora-33"></a>Install Wine 6 on Fedora 34 / 33</h2>
<p>Although Fedora is a distribution that is updated quite a lot, it is also true that it does not always provide us with the latest version of some programs. This is the case of Wine which, although it is true, gives us an updated version, it is not the latest one.</p>
<p>So for this, it is necessary to add a new repository that contains both the latest stable version of Wine and the development version.</p>
<p>So, open a terminal and run the following command for Fedora 34</p>
<pre><code data-origin="<pre><code>sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/33/winehq.repo
</code></pre>">sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/34/winehq.repo
</code></pre>
<p>And this for Fedora 33:</p>
<pre><code data-origin="<pre><code>sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/33/winehq.repo
</code></pre>">sudo dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/33/winehq.repo</code></pre>
<p>This command will add the Wine repository to the system.</p>
<p>After that, install Wine 6 on Fedora 34 / 33 by running the following command:</p>
<pre><code data-origin="<pre><code>sudo dnf install winehq-stable
</code></pre>">sudo dnf install winehq-stable
</code></pre>
<p>During the process, you will have to confirm the installation because a new repository is being added along with its GPG key.</p>
<p>After the installation is complete, you can check the version by running</p>
<pre><code data-origin="<pre><code>wine --version
</code></pre>">wine --version
</code></pre>
<figure id="attachment_27884" aria-describedby="caption-attachment-27884" style="width: 594px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-27884 size-full" src="https://www.osradar.com/wp-content/uploads/2021/01/winefedora.png" alt="Wine 6 on Fedora 34 / 33" width="594" height="123" srcset="https://www.osradar.com/wp-content/uploads/2021/01/winefedora.png 594w, https://www.osradar.com/wp-content/uploads/2021/01/winefedora-300x62.png 300w" sizes="(max-width: 594px) 100vw, 594px" /><figcaption id="caption-attachment-27884" class="wp-caption-text">Wine 6 on Fedora 34 / 33</figcaption></figure>
<p>so, enjoy it.</p>
<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>
<p>Wine is an application that is a veteran within Linux. However, it is quite popular especially with users coming from Windows. It does not always give the expected results but it can work and solve several problems.</p>
<p>Now you know how to install version 6 of this program on Fedora 34 / 33.</p><p>The post <a rel="nofollow" href="https://www.osradar.com/install-wine-6-fedora-33/">Install Wine 6 on Fedora 34 / 33?</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-wine-6-fedora-33/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>OpenSUSE 15.3 available</title>
		<link>https://www.osradar.com/opensuse-15-3-available/</link>
					<comments>https://www.osradar.com/opensuse-15-3-available/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 02 Jun 2021 22:04:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linuz]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[opensuse]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=30417</guid>

					<description><![CDATA[<p>Hello, friends. Today we are happy because a distribution that we are very fond of is celebrating. Because today we&#8217;ll tell you what&#8217;s new in the release of OpenSUSE 15.3 that was released a few hours ago. The newest minor version of openSUSE Leap is the most recent, rock-solid addition to the openSUSE 15.x series [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/opensuse-15-3-available/">OpenSUSE 15.3 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. Today we are happy because a distribution that we are very fond of is celebrating. Because today<strong> we&#8217;ll tell you what&#8217;s new in the release of OpenSUSE 15.3 that was released a few hours ago.</strong></p>



<p>The newest minor version of openSUSE Leap is the most recent, rock-solid addition to the openSUSE 15.x series that carries all the positive attributes of its predecessors. Th<strong>e main new feature of this release is that it strengthens the workflow between Leap and SLE</strong>. Making this release one of the most stable to date.</p>



<p>This release is hugely beneficial for migration projects and user acceptance testing. And one of the reasons is that OpenSUSE 15.3 is built with the same binaries as SLE. One example is that <strong>with a BTRFS file system, users can test in Leap, deploy to SLE and even roll back to a previous Leap snapshot.</strong></p>



<p>So this version of Leap is aimed at the regular user but also keeps an eye on the enterprise world. Quite a marvel.</p>



<h2>What&#8217;s new in OpenSUSE 15.3?</h2>



<p>First of all, we have XFCE 4.16 available with a new color scheme and icons that give it a personality of its own. In the case of <strong>GNOME, it is still available version 3.34 </strong>which is not current but <strong>has been patched to be even more stable.</strong></p>



<p>If you are a fan of KDE Plasma, <strong>you will once again enjoy version 5.18 which is LTS so</strong>, once again, you will have a stable desktop environment with no surprises.</p>



<p>On the container side, it&#8217;s all the same versions of Leap 15.2, but there are security updates for all packages like containerd, podman, kubeadm) and cri-o.</p>



<p>If you work with AI and Machine Learning, Leap 15.3 includes <a href="https://www.osradar.com/install-tensorflow-ubuntu-20-04/" target="_blank" rel="noreferrer noopener">TensorFlow</a>, PyTorch, ONNX as well as Grafana and Prometheus. So you&#8217;ll be well served.</p>



<h2>Where can I download it?</h2>



<p>You can download OpenSUSE 15.3 from <a href="https://get.opensuse.org/leap/" target="_blank" rel="noreferrer noopener">this</a> link. There you can have several methods on how to get it on various architectures.</p>



<p>If you want to know what&#8217;s new, it&#8217;s best to read <a href="https://news.opensuse.org/2021/06/02/opensuse-leap-bridges-path-to-enterprise/" target="_blank" rel="noreferrer noopener">the full announcement</a>.</p>



<p>Enjoy it!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/opensuse-15-3-available/">OpenSUSE 15.3 available</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/opensuse-15-3-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fedora 34 is here</title>
		<link>https://www.osradar.com/fedora-34-released/</link>
					<comments>https://www.osradar.com/fedora-34-released/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 28 Apr 2021 15:56:19 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=29773</guid>

					<description><![CDATA[<p>Hello, friends. Fedora is one of the most important desktop Linux distributions out there along with Ubuntu, Linux Mint, OpenSUSE, and even Debian. Recently Ubuntu released a new version and a few hours ago Fedora did the same. So in this post, we will tell you the news about Fedora 34. Recently the development team [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/fedora-34-released/">Fedora 34 is here</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. Fedora is one of the most important desktop Linux distributions out there along with Ubuntu, Linux Mint, OpenSUSE, and even Debian. Recently Ubuntu released a new version and a few hours ago Fedora did the same. So in this post, we will tell you the news about Fedora 34.</p>



<p>Recently the development team announced the arrival of Fedora 34 in all its versions. The Workstation version which focuses on the desktop, and in particular, it&#8217;s geared toward software developers who want a &#8220;just works&#8221; Linux operating system experience comes with GNOME 40 as the main new feature.</p>



<p>In this version, we find many updated packages apart from the Graphical Environment highlighting the inclusion of Linux 5.11 to handle modern hardware. In the spin-off theme, <strong>Plasma now uses Wayland by default</strong>. Also, Xfce 4.16 and LXQt 0.16.0 make their debut in the XFCE and LXQT spin-offs.</p>



<p>If you are an audio content creator, then you will notice that <strong>PipeWire replaces PulseAudio and Jack.</strong> as the audio server. While many may not like it, it&#8217;s certainly a step forward in Wayland integration. Proof of this is that some Xorg-x11 packages have been removed.</p>



<p>No matter what variant of Fedora you use, you&#8217;re getting the latest the open-source world has to offer. For example, <strong>Ruby 3.0 is included in this release along with Golang 1.16</strong>. So if you want to develop applications in these languages, this version looks like an ideal choice.</p>



<h2>How to get Fedora 34?</h2>



<p>Fedora 34 is now available for public download and you can visit <a href="https://getfedora.org/en/workstation/download/" target="_blank" rel="noreferrer noopener">the download section</a> of the project and download it from there.</p>



<p>You can also try some of the spinoffs that give us the power of Fedora 34 but with other desktop environments. To do so,<a href="https://spins.fedoraproject.org/" target="_blank" rel="noreferrer noopener"> go the section dedicated</a> to them.</p>



<p>Although I recommend you to use <a href="https://www.osradar.com/3-applications-to-download-torrents-in-linux/" target="_blank" rel="noreferrer noopener">torrent</a> for the download. So, you can go to the <a href="https://spins.fedoraproject.org/" target="_blank" rel="noreferrer noopener">alternative downloads</a> section.</p>



<p>If you already have Fedora 33 on your computer, you can then<a href="https://www.osradar.com/from-fedora-33-fedora-34/" target="_blank" rel="noreferrer noopener"> migrate to Fedora 34</a> from this post.</p>



<p>So, enjoy Fedora 34.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/fedora-34-released/">Fedora 34 is here</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/fedora-34-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Slackware 15 Beta released!</title>
		<link>https://www.osradar.com/slackware-15-beta-released/</link>
					<comments>https://www.osradar.com/slackware-15-beta-released/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 16 Apr 2021 10:35:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=29580</guid>

					<description><![CDATA[<p>Hello friends. The mythical Slackware distribution had been preparing something for us for a long time and a few hours ago it has been concreted. Slackware 15 Beta has been released and thanks to it many rumors that the project was dead have been denied. What is it Slackware? Referencing the Slackware website: The Official [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/slackware-15-beta-released/">Slackware 15 Beta released!</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello friends. The mythical Slackware distribution had been preparing something for us for a long time and a few hours ago it has been concreted. Slackware 15 Beta has been released and thanks to it many rumors that the project was dead have been denied.</p>



<h2 id="what-is-it-slackware?"><a href="#what-is-it-slackware?" name="what-is-it-slackware?"></a>What is it Slackware?</h2>



<p>Referencing the Slackware website:</p>



<blockquote class="wp-block-quote"><p>The Official Release of Slackware Linux by Patrick Volkerding is an advanced Linux operating system, designed with the twin goals of ease of use and stability as top priorities. Including the latest popular software while retaining a sense of tradition, providing simplicity and ease of use alongside flexibility and power, Slackware brings the best of all worlds to the table.</p></blockquote>



<p>So Slackware is not oriented to all users like Ubuntu or Linux Mint but focuses on advanced users.</p>



<p>One of the reasons why it is still very much loved by the community is that it is very old. This has made it the basis of many projects that we can use today.</p>



<p>The Slackware Linux Project has aimed at producing the most “UNIX-like” Linux distribution out there. That is why stability is one of the main flagships of this distribution.</p>



<h2 id="what's-new-in-slackware-15-beta?"><a href="#what's-new-in-slackware-15-beta?" name="what's-new-in-slackware-15-beta?"></a>What’s new in Slackware 15 Beta?</h2>



<p>As this is a new release, you will find many updated packages, but Slackware is all about stability.</p>



<p>First of all the core of the distribution has been updated with the arrival of GCC 10.3 and also the inclusion of the 5.10 kernel in the installation. But not only that, but you can also install the 5.11 kernel from the Testing repository.</p>



<p>But in the section of the desktops that in the end is what the user sees, <strong>we have GNOME 3.36 with some packages of 3.38</strong>. Also in the future Slackware will include GNOME 40. For Plasma users, <strong>you can enjoy version 5.21</strong> and in the case of <strong>XFCE version 4.16</strong>.</p>



<p><strong>Firefox 87 and Thunderbird 78.9.0</strong> are included for smooth browsing and emailing. In addition to this, <strong><a href="https://www.osradar.com/install-python-3-9-ubuntu-20-04-18-04/" target="_blank" rel="noreferrer noopener">Python 3.9</a></strong> guarantees support for this language for a long time to come.</p>



<p>So you can take a look at this beta version by downloading the 64bit version from <a href="https://slackware.uk/people/alien-current-iso/slackware64-current-iso/slackware64-current-install-dvd.iso">this</a> link. And the 32bit version from <a href="https://slackware.uk/people/alien-current-iso/slackware-current-iso/">this</a> link.</p>



<p>More info on the <a href="http://www.slackware.com/changelog/current.php?cpu=x86_64">changelog</a></p>



<p>Featured Image from </p>



<p>Featured Image from <a href="https://wallpaperaccess.com/slackware" target="_blank" rel="noreferrer noopener">https://wallpaperaccess.com/slackware</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/slackware-15-beta-released/">Slackware 15 Beta released!</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/slackware-15-beta-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install  Trisquel  9.0</title>
		<link>https://www.osradar.com/install-trisquel-9-0/</link>
					<comments>https://www.osradar.com/install-trisquel-9-0/#respond</comments>
		
		<dc:creator><![CDATA[marquez]]></dc:creator>
		<pubDate>Mon, 26 Oct 2020 00:03:10 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=24756</guid>

					<description><![CDATA[<p>A few days ago we talked about the release of Trisquel 9.0, this distro is based on the Ubuntu 18.04 LTS packages. Here we leave the post where they mention all the new features of Trisquel 9.0, under the name of Etiona. On the other hand, the following post will show you how to install [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-trisquel-9-0/">How to install  Trisquel  9.0</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 few days ago <a href="https://www.osradar.com/trisquel-9-0-available/" target="_blank" rel="noreferrer noopener">we talked about the release of Trisquel 9.0</a>, this distro is based on the Ubuntu 18.04 LTS packages. Here we leave the post where they mention all the new features of Trisquel 9.0, under the name of Etiona.</p>



<p>On the other hand, the following post will show you how to install Trisquel 9.0. To download the image, from <a href="https://trisquel.info/en/download" target="_blank" rel="noreferrer noopener">the official website of the distribution</a>.</p>



<h2>Install Trisquel 9.0</h2>



<h3>Step 1: Select installer&#8217;s language</h3>



<p>Connect the device where the image is recorded, the first thing that appears is the language selection (the language selected is the installer)</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="640" height="480" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/1-13.png" alt="Select the installer language" class="wp-image-24757" srcset="https://www.osradar.com/wp-content/uploads/2020/10/1-13.png 640w, https://www.osradar.com/wp-content/uploads/2020/10/1-13-300x225.png 300w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption>Select the installer language</figcaption></figure>



<p>Then, you will see in the image, several options, where you can try the distro or directly install it. Once finished we select &#8220;<em>Install Trisquel</em>&#8220;</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="640" height="480" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/2-13.png" alt="Trisquel Boot menu" class="wp-image-24758" srcset="https://www.osradar.com/wp-content/uploads/2020/10/2-13.png 640w, https://www.osradar.com/wp-content/uploads/2020/10/2-13-300x225.png 300w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption>Trisquel Boot menu</figcaption></figure>



<p>The Trisquel logo appears, where we wait a couple of seconds to let the image load.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/3-12.jpg" alt="Trisquel boot screen" class="wp-image-24759" srcset="https://www.osradar.com/wp-content/uploads/2020/10/3-12.jpg 800w, https://www.osradar.com/wp-content/uploads/2020/10/3-12-300x225.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/10/3-12-768x576.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/10/3-12-696x522.jpg 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Trisquel boot screen</figcaption></figure>



<h3>Step 2: Select the system language</h3>



<p>Also, in the following image, you will ask us to select the language. However, in this case, it is the system language, in our case it is English.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/4-9.png" alt="Select the installation language" class="wp-image-24760" srcset="https://www.osradar.com/wp-content/uploads/2020/10/4-9.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/4-9-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/4-9-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/4-9-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Select the installation language</figcaption></figure>



<h3>Step 3: Select the language of the keyboard.</h3>



<p>Similarly, as in the previous step, we will select the language from the keyboard.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/5-6.png" alt="Keyboard distribution" class="wp-image-24761" srcset="https://www.osradar.com/wp-content/uploads/2020/10/5-6.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/5-6-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/5-6-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/5-6-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Keyboard distribution</figcaption></figure>



<h4>Download updates whiles installing Trisquel</h4>



<p>Completed with the language selection processor. If you are connected to the network, we have the option to download updates when installing Trisquel. However, we have the possibility of not downloading them. Where they don&#8217;t say &#8220;<strong>This saves time after installation</strong>.&#8221;</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/6-4.png" alt="Installing Trisquel 9.0" class="wp-image-24762" srcset="https://www.osradar.com/wp-content/uploads/2020/10/6-4.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/6-4-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/6-4-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/6-4-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Installing Trisquel 9.0</figcaption></figure>



<h3>Step 3: Partitioning the disk</h3>



<p>In this step, we have several options to install. The first one, if we have a previously installed system, will be removed, and then install Trisquel. The second is to install Trisquel along with the system we have installed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/7-2.png" alt="Installation type" class="wp-image-24763" srcset="https://www.osradar.com/wp-content/uploads/2020/10/7-2.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/7-2-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/7-2-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/7-2-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Installation type</figcaption></figure>



<p>Select the last option. Where they don&#8217;t say &#8220;<strong>Something else</strong>&#8221; to manually work with the partitions. Then, press the <em>Continue</em> button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/8-1.png" alt="Trisquel 9.0 installation" class="wp-image-24764" srcset="https://www.osradar.com/wp-content/uploads/2020/10/8-1.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/8-1-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/8-1-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/8-1-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Trisquel 9.0 installation</figcaption></figure>



<h3>Step 4: Creating the partitions</h3>



<p>Now we proceed to create a partition on the disk. But first, we need to create a new Partition table because it is an empty disk. So, click on the <em>New Partition Table</em> button.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/9-1.png" alt="Empty disk" class="wp-image-24766" srcset="https://www.osradar.com/wp-content/uploads/2020/10/9-1.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/9-1-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/9-1-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/9-1-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Empty disk</figcaption></figure>



<p>We confirm the changes.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/10.png" alt="Creating a new partition table" class="wp-image-24767" srcset="https://www.osradar.com/wp-content/uploads/2020/10/10.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/10-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/10-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/10-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Creating a new partition table</figcaption></figure>



<p>With the partition table created, it is time to create the system partitions. To do this click on the <strong>+</strong> button</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/11.png" alt="Working with the disk before installing Trisquel 9.0" class="wp-image-24768" srcset="https://www.osradar.com/wp-content/uploads/2020/10/11.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/11-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/11-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/11-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Working with the disk before installing Trisquel 9.0</figcaption></figure>



<p>In the size, we will type GB size. Leave some space reserved for the Swap partition. On <strong>type for the new partition</strong>, we select &#8220;<em>Primary</em>&#8220;. In  <strong>Location for the new partition</strong>, we selected &#8220;<em>Beginning of this space</em>&#8220;. In <strong>Use as</strong> we leave it at &#8220;<em>Ext 4 journaling file system</em>&#8220;. Finally, at <strong>Mount point </strong>we selected &#8220;<em>/</em>&#8220;</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/12.png" alt="Working with the partitions" class="wp-image-24769" srcset="https://www.osradar.com/wp-content/uploads/2020/10/12.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/12-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/12-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/12-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Working with the partitions</figcaption></figure>



<p>So, press the OK button.</p>



<p>Then we go to &#8220;<em>Free space</em>&#8220;. In this section, we leave everything the same, except for the last option in <strong>Use as</strong> we will select &#8220;<em>swap area</em>&#8220;</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/14.png" alt="Creating the swap partition" class="wp-image-24771" srcset="https://www.osradar.com/wp-content/uploads/2020/10/14.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/14-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/14-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/14-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Creating the swap partition</figcaption></figure>



<p>Once finished, the partition will remain as in the image. </p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/15.png" alt="Working with the disk" class="wp-image-24772" srcset="https://www.osradar.com/wp-content/uploads/2020/10/15.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/15-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/15-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/15-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Working with the disk</figcaption></figure>



<p>Next, we select &#8220;<em>Install now</em>&#8221; and then confirm the changes.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/16.png" alt="Confirm the changes" class="wp-image-24773" srcset="https://www.osradar.com/wp-content/uploads/2020/10/16.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/16-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/16-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/16-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Confirm the changes</figcaption></figure>



<h3>Step 5: Select your location</h3>



<p>Once the partitioning process is completed, the next step is to select the location.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/17.png" alt="Select the location" class="wp-image-24774" srcset="https://www.osradar.com/wp-content/uploads/2020/10/17.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/17-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/17-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/17-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Select the location</figcaption></figure>



<h3>Step 6: User creation</h3>



<p>In this step, we proceed to create the user, and we have the possibility in the last two options of &#8220;<em>Log in automatically</em>&#8221; or &#8220;<em>Require my password to log in</em>&#8220;</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/19.png" alt="Creating the new user for Trisquel" class="wp-image-24775" srcset="https://www.osradar.com/wp-content/uploads/2020/10/19.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/19-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/19-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/19-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Creating the new user for Trisquel</figcaption></figure>



<h3>Step 7: Installation processing</h3>



<p>In this step, the installation is being processed, so that the user does not get bored offers a series of screens, (as in the image), where they welcome Trisquel.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/20.png" alt="Installing Trisquel 9.0" class="wp-image-24776" srcset="https://www.osradar.com/wp-content/uploads/2020/10/20.png 800w, https://www.osradar.com/wp-content/uploads/2020/10/20-300x225.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/20-768x576.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/20-696x522.png 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Installing Trisquel 9.0</figcaption></figure>



<h3>Step 8: Restart the system</h3>



<p>In this last step, once the process of installation is finished, a message will appear, where we have to restart the system.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/21.jpg" alt="Installation complete" class="wp-image-24778" srcset="https://www.osradar.com/wp-content/uploads/2020/10/21.jpg 800w, https://www.osradar.com/wp-content/uploads/2020/10/21-300x225.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/10/21-768x576.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/10/21-696x522.jpg 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Installation complete</figcaption></figure>



<p>Now we have Trisquel 9.0 installed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="800" height="600" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/22-1.jpg" alt="Trisquel 9.0 desktop" class="wp-image-24779" srcset="https://www.osradar.com/wp-content/uploads/2020/10/22-1.jpg 800w, https://www.osradar.com/wp-content/uploads/2020/10/22-1-300x225.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/10/22-1-768x576.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/10/22-1-696x522.jpg 696w" sizes="(max-width: 800px) 100vw, 800px" /><figcaption>Trisquel 9.0 desktop</figcaption></figure>



<h2>Conclusion </h2>



<p>The installation of Trisquel 9.0, is not complicated, the most difficult step is in the creation of the partition. Trisquel 9.0, has a &#8220;Trisquel mini&#8221; and Triskel edition. Each has changed in the desktop environment.</p>



<p>So, share this post and join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">our Telegram channel</a> and our <a href="https://www.facebook.com/osradar" target="_blank" rel="noreferrer noopener">Facebook page</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-trisquel-9-0/">How to install  Trisquel  9.0</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-trisquel-9-0/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Nextcloud 20 available</title>
		<link>https://www.osradar.com/nextcloud-20-available/</link>
					<comments>https://www.osradar.com/nextcloud-20-available/#respond</comments>
		
		<dc:creator><![CDATA[marquez]]></dc:creator>
		<pubDate>Thu, 08 Oct 2020 18:22:43 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Nextcloud]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=24427</guid>

					<description><![CDATA[<p>Nextcloud is an open-source application, which allows you to host files in the cloud. With the possibility to see having all the files available anywhere and at any time. Also, a few days ago the annual conference of the project was held, and immediately after it was announced the launch of Nextcloud 20. Possibly the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/nextcloud-20-available/">Nextcloud 20 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Nextcloud is an <a href="https://www.osradar.com/tag/OpenSource/" target="_blank" rel="noreferrer noopener">open-source</a> application, which allows you to host files in the cloud. With the possibility to see having all the files available anywhere and at any time. Also, a few days ago the annual conference of the project was held, and immediately after it was announced the launch of Nextcloud 20. Possibly the most interesting version of the last ones announced by the developers.</p>



<p>Similarly, Nextcloud is becoming a self-hosted productivity solution. With which it no longer depends on the large clouds of services from the giants of the IT sector.</p>



<p>On the other hand, the name with which it should be called would be &#8220;Nextcloud Hub&#8221; is the name of the suite since the release of version 18.<strong> The latest version of Nextcloud, incorporates some important additions to the platform</strong>.</p>



<h2>Nextcloud 20: What&#8217;s new?</h2>



<p>The latest version of Nextcloud, including new features and improvements, should be big enough. With the goal that all users of previous versions of Nextcloud have to fight for the upgrade.</p>



<p>The new version of Nextcloud, <strong>include a new dashboard</strong> that replaces (only if you want). To the file application as default section when accessing Nextcloud. Also, <strong>the new dashboard is focused on the configurable modules</strong> so they can visualize the most important sections for the user. For example, upcoming events in the calendar, mention of email or social networks, and recommended files.</p>



<p>On the other hand, the three most important features of Nextcloud 20 are:</p>



<ul><li><strong>A new panel that provides</strong> an excellent starting point for the day It also includes more than a dozen widgets ranging from Twitter and Github to Moodle and Zammad already available.</li><li>The search was unified and brings together search results from Nextcloud applications and external services such as Gitlab, Jira, and Discourse in one place.</li><li><strong>The talk introduced the bridge to other platforms</strong>, including MS Teams, Slack, IRC, Matrix, and a dozen others.</li></ul>



<p>On the other hand, it incorporates improvements in the application.</p>



<ul><li>Files that allow you to add a description to public link shares.</li><li>Flow <strong>adds push notifications and webhooks</strong> so that other web applications can easily integrate with Nextcloud.</li><li>Text entered direct link to files in Nextcloud.</li></ul>



<p>To learn more are the new features of Nextcloud 20 visit the <a href="https://nextcloud.com/blog/nextcloud-hub-20-debuts-dashboard-unifies-search-and-notifications-integrates-with-other-technologies/" target="_blank" rel="noreferrer noopener">official announcement</a>.</p>



<h2>Conclusion</h2>



<p>Nextcloud is multiplatform to allow working from a computer or a mac. Also for phones or tablets, either Apple or Android.</p>



<p>The improvements of Nextcloud 20 do not stop there but focus almost all around the new dashboard and global search function.</p>



<p>On the other hand, the announced import change with the integration of more than a dozen third applications.</p>



<p>So, share this post and join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">our Telegram channel</a> and our <a href="https://www.facebook.com/osradar" target="_blank" rel="noreferrer noopener">Facebook page.</a> Also, buy us a coffee</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/nextcloud-20-available/">Nextcloud 20 available</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/nextcloud-20-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Chrome 86 available</title>
		<link>https://www.osradar.com/chrome-86-available/</link>
					<comments>https://www.osradar.com/chrome-86-available/#respond</comments>
		
		<dc:creator><![CDATA[marquez]]></dc:creator>
		<pubDate>Thu, 08 Oct 2020 18:21:12 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=24372</guid>

					<description><![CDATA[<p>Two months ago we talked about the Firefox 80 browser update, which did not incorporate a maintenance update. Now, one of its biggest competitors Google Chrome, announces the new update of its browser with Chrome 86. Available in PC and mobile versions. However, in the most recent version of Chrome, the changes it incorporates are [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/chrome-86-available/">Chrome 86 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Two months ago we talked about the <a href="https://www.osradar.com/firefox-80-available/" target="_blank" rel="noreferrer noopener">Firefox 80</a> browser update, which did not incorporate a maintenance update. Now, one of its biggest competitors Google Chrome, announces the new update of its browser with Chrome 86. <strong>Available in PC and mobile versions</strong>.</p>



<p>However, in the most recent version of Chrome, the changes it incorporates are focused on security. <strong>Implemented specifically in the mobile version</strong>, including some features that were previously in the desktop version.</p>



<p>In addition, it includes options to change the password for when users use an insecure one.</p>



<h2>Chrome 86: What&#8217;s new?</h2>



<ul><li><strong>Inclusion of a backward cache</strong>, which allows instantaneous browsing in previously visited pages.</li><li>WebCodecs as a low-level codec API for game transmission, transcoding, and similar uses.</li><li>In addition, Chrome incorporates a quick password change and an insecure password detector. When you go to the password management page, it will warn you which passwords are secure or insecure. Also, it shows <strong>a button to go to the page where you can change your password</strong>.</li><li>On the other hand, as mentioned above, one of the main features of Chrome 86 is security on mobile devices. Now you will get a password analysis, which will scan for when one of your saved passwords has been compromised.</li><li>New APIs to support multi-screen window placement for better multi-screen experiences on the web.</li></ul>



<p>To learn more about what Chrome 86 includes, visit <a href="https://chromestatus.com/features#milestone%3D86" target="_blank" rel="noreferrer noopener">ChromeStatus.com</a></p>



<h2>Conclusion</h2>



<p>The latest version of one of the most widely used browsers has focused on security on mobile devices.</p>



<p>Also, changing the password quickly will depend on the developers including a specific name to the page. For the secure change of the password so that Chrome recognizes it, therefore it is not all directed equally.</p>



<p>On the other hand, the Android version will start sending in real-time to Google unusual the addresses  URLs.</p>



<p><strong>So, share this post and join</strong> <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">our Telegram Channel</a> <strong>and give us a like on</strong> <a href="https://www.facebook.com/osradar" target="_blank" rel="noreferrer noopener">Facebook</a>.</p>



<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/chrome-86-available/">Chrome 86 available</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/chrome-86-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>EndeavourOS 2020.09.20 available</title>
		<link>https://www.osradar.com/endeavouros-2020-09-20-available/</link>
					<comments>https://www.osradar.com/endeavouros-2020-09-20-available/#respond</comments>
		
		<dc:creator><![CDATA[marquez]]></dc:creator>
		<pubDate>Tue, 06 Oct 2020 18:41:23 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[endeavouros]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=24293</guid>

					<description><![CDATA[<p>EndeavourOS is an Arch-based Linux distribution, to become the spiritual successor of Antergos. In addition, the first version of EndeavourOS announced in the summer of 2019; however, despite being a recent distribution, in a very short time, it has gained the trust of many users. On the other hand, the developers have released EndeavourOS 2020.09.20, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/endeavouros-2020-09-20-available/">EndeavourOS 2020.09.20 available</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>EndeavourOS is an Arch-based Linux distribution, to become the spiritual successor of Antergos. In addition, the first version of EndeavourOS announced in the summer of 2019; however, despite being a recent distribution, in a very short time, it has gained the trust of many users. On the other hand, the developers have released EndeavourOS 2020.09.20, which incorporates the kernel update.</p>



<p>When it comes to <a href="https://www.osradar.com/tag/linux/" target="_blank" rel="noreferrer noopener">Linux</a>, most users are more familiar with the most popular distributions. As it would be the case of Ubuntu, which is one of the main distributions.</p>



<p> On the other hand, <strong>Arch is developed to use the full potential of Linux</strong>. Arch is completely based on free software, incorporating a &#8220;rolling release&#8221; model. In addition to pursuing the famous KISS principle (Keep It Simple, Stupid!), the aim is for each user to adapt the distro to their needs.</p>



<p>On the other hand, EndeavourOS offers us the experiences of Arch in a simpler way, from the graphical interface, so that any user can use it.</p>



<p>Now, <strong>EndeavourOS 2020.09.20 brings the 5.8.10 Kernel update</strong>, in addition to the improved welcome screens in the initial section for the first time.</p>



<h2>EndeavourOS 2020.09.20: What&#8217;s New</h2>



<p>The new version presents a great novelty because it began with the formation of compilations of the distribution. For several boards based on processors with ARM architecture.</p>



<p>The compilations are based on Arch Linux ARM and are tested on <strong>Odroid N2, Odroid N2+, Odroid XU4</strong>, and Raspberry PI 4b boards. </p>



<p>On the other hand, the welcome capacity that it gives to the user when entering the system has increased significantly. In the following way:</p>



<ul><li>Support for Chinese translations.</li><li>New button to change screen resolutions: only available in the Live environment.</li><li>The mirror update button: now sends a proof for the installed reflectors.</li><li>An ARM button link from Archlinux.</li><li><strong>Various error corrections</strong>.</li><li>A new button to select one of our wallpaper. </li><li>Two link buttons that take the user to the Arch repository page or the AUR page to search for packages.</li></ul>



<p>For more information see the <a href="https://endeavouros.com/news/the-september-release-and-endeavouros-arm-arrived/" target="_blank" rel="noreferrer noopener">official announcement</a></p>



<h2>Conclusion</h2>



<p>The most recent version of EndeavourOS, despite being a recent release, has gained the trust of users.</p>



<p>The EndeavourOS 2020.09.20 build is now based on Arch Linux ARM. In addition to using the Odroid N2, Odroid N2+, Odroid XU4, and Raspberry PI 4b boards.</p>



<p>ith the exception of Deepin for ARM, all desktops provided on EndeavourOS are available: Xfce, LXqt, Mate, Cinnamon, GNOME, Budgie, KDE Plasma, and i3-WM</p>



<p>So, share this post and join <a rel="noreferrer noopener" href="https://t.me/osradar" target="_blank">our Telegram Channel</a>.</p>



<p>In addition to joining our <a href="https://m.facebook.com/osradar/" target="_blank" rel="noreferrer noopener">Facebook page</a>. </p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/endeavouros-2020-09-20-available/">EndeavourOS 2020.09.20 available</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/endeavouros-2020-09-20-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Java 15 on CentOS 8 / CentOS 7</title>
		<link>https://www.osradar.com/how-to-install-java-15-on-centos-8-centos-7/</link>
					<comments>https://www.osradar.com/how-to-install-java-15-on-centos-8-centos-7/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 24 Sep 2020 04:20:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[New version]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=23717</guid>

					<description><![CDATA[<p>Recently Java 15 has been released with interesting new features in the accounting field and introducing many security patches. In spite of this, it can now be installed in Linux either as compiled packages or by downloading the binaries. Well, in this post, I will show you how to install Java 15 on CentOS 8 [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-java-15-on-centos-8-centos-7/">How to install Java 15 on CentOS 8 / CentOS 7</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="https://jdk.java.net/15/release-notes" target="_blank" rel="noreferrer noopener">Recently Java 15 has been released</a> with interesting new features in the accounting field and introducing many security patches. In spite of this, it can now be installed in Linux either as compiled packages or by downloading the binaries. Well, in this post, I will show you how to install Java 15 on CentOS 8 / CentOS 7</p>



<p>One of the biggest strengths of CentOS is that it has a wide range of packages and programs that can be installed. On the other hand, the CentOS project has many communities and official repositories that extend even more the functionality of the distribution.</p>



<h2>OpenJDK or Oracle Java</h2>



<p><strong>Since Java version 11, the license has changed and become a little more restrictive for commercial purposes</strong>. However, OpenJDK continues to run alongside the commercial version that includes professional support.</p>



<p>The above situation opens a small controversy about which implementation to use. And the answer depends on each developer however, with OpenJDK you will not have license problems and is ideal for testing features and educational projects.</p>



<p><strong>Well, for this tutorial I will choose OpenJDK. Do not worry it is Java but open source.</strong></p>



<p>Let’s go for it.</p>



<h2>Install Java 15 on CentOS 8 / Centos 7</h2>



<p>Java 15 is available as an RPM package from the Oracle website. So you can go to the download section and download the RPM package corresponding to your processor architecture.</p>



<p>However, using the terminal and wget command is faster and even easier.</p>



<p>So, open the terminal or start an <a href="https://www.osradar.com/termius-is-a-powefull-ssh-client/" target="_blank" rel="noreferrer noopener">SSH session</a> and type the following command.</p>



<pre class="wp-block-preformatted">wget --no-check-certificate -c --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/15+36/779bf45e88a44cbd9ea6621d33e33db1/jdk-15_linux-x64_bin.rpm</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="416" src="https://www.osradar.com/wp-content/uploads/2020/09/1-5-1024x416.png" alt="1.- Download Java 15 on CentOS 8" class="wp-image-23718" srcset="https://www.osradar.com/wp-content/uploads/2020/09/1-5-1024x416.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/1-5-300x122.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/1-5-768x312.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/1-5-696x282.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/1-5-1068x433.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/1-5.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Download Java 15 on CentOS 8</figcaption></figure>



<p>And it will automatically start the download.</p>



<p>You can then install the package locally with DNF.</p>



<pre class="wp-block-preformatted">sudo dnf localinstall jdk-15_linux-x64_bin.rpm
Failed to set locale, defaulting to C.UTF-8
Last metadata expiration check: 0:01:51 ago on Wed Sep 23 11:22:58 2020.
Dependencies resolved.
Package Architecture Version Repository Size
Installing:
jdk-15 x86_64 2000:15-ga @commandline 162 M
Transaction Summary
Install 1 Package
Total size: 162 M
Installed size: 314 M
Is this ok [y/N]</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="256" src="https://www.osradar.com/wp-content/uploads/2020/09/2-5-1024x256.png" alt="2.- Installing Java 15 on CentOS 8" class="wp-image-23719" srcset="https://www.osradar.com/wp-content/uploads/2020/09/2-5-1024x256.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/2-5-300x75.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/2-5-768x192.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/2-5-696x174.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/2-5-1068x267.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/2-5.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Installing Java 15 on CentOS 8</figcaption></figure>



<p>Once the installation is complete, if you have several versions of Java you can choose the default by running the following command:</p>



<pre class="wp-block-preformatted">sudo alternatives --config java
There is 1 program that provides 'java'.
Selection Command
*+ 1 /usr/java/jdk-15/bin/java
Enter to keep the current selection[+], or type selection number:</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="741" height="210" src="https://www.osradar.com/wp-content/uploads/2020/09/3-1.png" alt="3.- Set the default Java version" class="wp-image-23720" srcset="https://www.osradar.com/wp-content/uploads/2020/09/3-1.png 741w, https://www.osradar.com/wp-content/uploads/2020/09/3-1-300x85.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/3-1-696x197.png 696w" sizes="(max-width: 741px) 100vw, 741px" /><figcaption>3.- Set the default Java version</figcaption></figure>



<p>Although in my case I only have this installation.</p>



<p>Finally, check the JAva version to see if the command works correctly:</p>



<pre class="wp-block-preformatted">java --version
java version "15" 2020-09-15
Java(TM) SE Runtime Environment (build 15+36-1562)
Java HotSpot(TM) 64-Bit Server VM (build 15+36-1562, mixed mode, sharing)</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="821" height="165" src="https://www.osradar.com/wp-content/uploads/2020/09/4.png" alt="4.- Java Version" class="wp-image-23721" srcset="https://www.osradar.com/wp-content/uploads/2020/09/4.png 821w, https://www.osradar.com/wp-content/uploads/2020/09/4-300x60.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/4-768x154.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/4-696x140.png 696w" sizes="(max-width: 821px) 100vw, 821px" /><figcaption>4.- Java Version</figcaption></figure>



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



<h2>Conclusion</h2>



<p>Java is an old rocker who has a lot to contribute. So it is not surprising that he is a valued Oracle and has very active development. Now with version 15, you can enjoy attractive new features.</p>



<p>So, enjoy it. Share this post and join <a href="https://t.me/osradar" target="_blank" rel="noreferrer noopener">our Telegram Channel.</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-java-15-on-centos-8-centos-7/">How to install Java 15 on CentOS 8 / CentOS 7</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-java-15-on-centos-8-centos-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
