<?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>fedora 31 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/fedora-31/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 02 Jun 2021 17:07:03 +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 the LAMP stack on Fedora 34</title>
		<link>https://www.osradar.com/install-lamp-stack-on-fedora-34/</link>
					<comments>https://www.osradar.com/install-lamp-stack-on-fedora-34/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 04 Jun 2021 23:11:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 31]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=15686</guid>

					<description><![CDATA[<p>Fedora is one of the most popular Linux distributions that exist, and is also used by developers to do their jobs. In this sense, web development is in full swing and more and more developers are focusing on these applications. But if you&#8217;re going to develop or serve web applications, it is a good idea [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-lamp-stack-on-fedora-34/">How to install the LAMP stack on Fedora 34</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Fedora is one of the most popular Linux distributions that exist, and is also used by developers to do their jobs. In this sense, web development is in full swing and more and more developers are focusing on these applications. But if you&#8217;re going to develop or serve web applications, it is a good idea to at least have a working LAMP server. <strong>That is why, in this post, we will show you how to install LAMP stack on Fedora 34.</strong></p>
<h2>What is the LAMP stack?</h2>
<p>The <a href="https://en.wikipedia.org/wiki/LAMP_(software_bundle)" target="_blank" rel="noopener noreferrer">LAMP</a> stack is the union of several application components that allow to have a functional web server. With LAMP it is possible to develop and deploy web applications created in PHP.</p>
<h2>Installing the LAMP stack on Fedora 34</h2>
<h3>(L)inux</h3>
<p>The first component is Linux. In this case, we are using Fedora as the Linux distribution. <a href="https://www.osradar.com/fedora-31-available/" target="_blank" rel="noopener noreferrer">Fedora</a> is quite stable for these purposes, but it also serves to host applications as if it were a server.</p>
<h3>(A)pache</h3>
<p>The second component is the HTTP server. The easiest server to use and also one of the most popular is HTTPD which is the Apache project server. Fortunately, it is found in the official repositories of the distribution, which facilitates the installation.</p>
<p>To do this, open a terminal and execute the following command:</p>
<pre>:~$ sudo dnf install httpd</pre>
<p>Before you can use the server, you must initialize the service. In other words, you have to start it. To do this, we use systemd to do it.</p>
<pre>:~$ sudo systemctl start httpd</pre>
<p>If you want the service to start along with the system, then run this command:</p>
<pre>:~$ sudo systemctl enable httpd</pre>
<p>Now each time the system is started, httpd will be started.</p>
<p>However, Fedora values security very much and will not allow httpd to run if port 80 and 443 are not opened in the firewall. So let&#8217;s do it.</p>
<pre>$ sudo firewall-cmd zone=public add-service=http permanent<br>success<br>$ sudo firewall-cmd reload<br>success</pre>
<p>Now, open your web browser and go to <code>http://your-server</code> or <code>http://localhost</code> depending on where you are installing LAMP. You willl see the following:</p>
<figure id="attachment_30366" aria-describedby="caption-attachment-30366" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-30366 size-full" src="https://www.osradar.com/wp-content/uploads/2019/11/1-25.png" alt="1.- Httpd running on Fedora 34" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/11/1-25.png 1354w, https://www.osradar.com/wp-content/uploads/2019/11/1-25-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/1-25-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/1-25-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/1-25-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/1-25-1068x528.png 1068w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-30366" class="wp-caption-text">1.- Httpd running on Fedora 34</figcaption></figure>
<p>That means Apache is functioning perfectly.</p>
<h3>Installing LAMP stack on Fedora 34 &#8211; (P)hp</h3>
<p>Now for web applications to run smoothly, you need to install PHP. PHP is one of the most popular languages for web programming. In fact, the vast majority of web applications are created with PHP. To install it along with its main modules, you have to execute the following command:</p>
<pre>:~$ sudo dnf install php php-common php-pecl-apcu php-cli php-pear php-pdo php-mysqlnd php-pgsql php-gd php-mbstring php-xml</pre>
<figure id="attachment_30367" aria-describedby="caption-attachment-30367" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-30367 size-full" src="https://www.osradar.com/wp-content/uploads/2019/11/2-23.png" alt="2.- Installing PHP on Fedora 34" width="1365" height="714" srcset="https://www.osradar.com/wp-content/uploads/2019/11/2-23.png 1365w, https://www.osradar.com/wp-content/uploads/2019/11/2-23-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/2-23-1024x536.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/2-23-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/2-23-696x364.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/2-23-1068x559.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-30367" class="wp-caption-text">2.- Installing PHP on Fedora 34</figcaption></figure>
<p>Now you have to test that PHP works properly, so you have to create a file with some php code and see if you run it.</p>
<pre>:~$ sudo nano /var/www/html/test.php</pre>
<p>And add the following:</p>
<pre>&lt;?php<br>phpinfo();<br>?&gt;</pre>
<p>If you do not have nano installed, it is better to do it with the following command:</p>
<pre>:~$ sudo dnf install nano</pre>
<p>For all this to work, you have to restart the server:</p>
<pre>:~$ sudo systemctl restart httpd</pre>
<p>And then, open it from the web browser. <code>http://your-server/test.php</code> or <code>http://localhost/test.php</code></p>
<figure id="attachment_30368" aria-describedby="caption-attachment-30368" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-30368 size-full" src="https://www.osradar.com/wp-content/uploads/2019/11/3-20.png" alt="3.- Installing LAMP stack on Fedora 34" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/11/3-20.png 1354w, https://www.osradar.com/wp-content/uploads/2019/11/3-20-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/3-20-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/3-20-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/3-20-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/3-20-1068x528.png 1068w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-30368" class="wp-caption-text">3.- Installing LAMP stack on Fedora 34</figcaption></figure>
<p>This means that PHP and Apache are working correctly.</p>
<h3>Installing LAMP stack on Fedora 34 &#8211; (M)ariaDB</h3>
<p><a href="https://www.osradar.com/tag/mariadb/" target="_blank" rel="noopener noreferrer">MariaDB</a> is a MySQL fork. Therefore, we are in the presence of a relational database management system. It is included in most existing Linux distributions. Also, it is perfectly compatible with MySQL and its commands as well as its engines. It is the last component of LAMP.</p>
<p>Keep in mind that MariaDB is used to store the data that applications require as they are being used. That is to say, no transactional system should be executed without a database manager. So it is vital to install it.</p>
<p>To do this, run the following command:</p>
<pre>:~$ sudo dnf install mariadb-server</pre>
<figure id="attachment_30369" aria-describedby="caption-attachment-30369" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-30369 size-full" src="https://www.osradar.com/wp-content/uploads/2019/11/4-15.png" alt="4.- Installing MariaDB and LAMP stack on Fedora 34" width="1365" height="715" srcset="https://www.osradar.com/wp-content/uploads/2019/11/4-15.png 1365w, https://www.osradar.com/wp-content/uploads/2019/11/4-15-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/4-15-1024x536.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/4-15-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/4-15-696x365.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/4-15-1068x559.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-30369" class="wp-caption-text">4.- Installing MariaDB and LAMP stack on Fedora 34</figcaption></figure>
<p>Then, at the end of the installation, start the service as with Httpd.</p>
<pre>:~$ sudo systemctl start mariadb</pre>
<p>And if you want it to run at system startup, just run this command:</p>
<pre>:~$ sudo systemctl enable mariadb</pre>
<p>Now, you have to secure the installation with the mysql_secure_installation script. With this script you will be able to define a root password and other small configurations.</p>
<pre>:~$ sudo mysql_secure_installation</pre>
<p>After defining the root password you will be asked other configuration questions. I answered yes to everything.</p>
<pre class="">Remove anonymous users? [Y/n] Y 
Disallow root login remotely? [Y/n] Y
Remove test database and access to it? [Y/n] Y
Reload privilege tables now? [Y/n] y</pre>
<p>Now, you have the LAMP stack installed in Fedora 34 without problems.</p>
<h2>Conclusion</h2>
<p>The LAMP stack is a set of vital applications to have a basic and functional web server. It is the basis for most web applications. And it is necessary for the development of applications and to serve them. Each one of the elements of the stack can be installed without problems but its administration would give for many articles. Anyway today you have learned to deploy it in its basic form.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-lamp-stack-on-fedora-34/">How to install the LAMP stack on Fedora 34</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-lamp-stack-on-fedora-34/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>How to install the latest version of GIT on Fedora 34 / 33?</title>
		<link>https://www.osradar.com/install-the-latest-version-git-fedora/</link>
					<comments>https://www.osradar.com/install-the-latest-version-git-fedora/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 26 May 2021 22:12:00 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 31]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[latest version]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=15741</guid>

					<description><![CDATA[<p>In this short post, you will learn how to install the latest version of Git on Fedora 34 step by step. As time goes by, the versions of the programs that come in the repositories of the Linux distributions become old. Similarly, program developers often release new versions with new features or bug fixes and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-latest-version-git-fedora/">How to install the latest version of GIT 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>In this short post,<strong> you will learn how to install the latest version of Git on <a href="https://www.osradar.com/from-fedora-33-fedora-34/" target="_blank" rel="noreferrer noopener">Fedora 34</a> step by step</strong>.</p>



<p>As time goes by, the versions of the programs that come in the repositories of the Linux distributions become old. Similarly, program developers often release new versions with new features or bug fixes and we miss them.</p>



<p><a href="https://git-scm.com/">Git</a> is a program with quite active development and that requires to be always updated to have news and security fixes. So it is better to do it. And the best way to do it is to compile the source code of the application yourself.</p>



<p>Let us get started.</p>



<h2>Installing the latest version of GIT on Fedora 34/33?</h2>



<p>A great way to get the latest stable version of any open source program is to compile the source code. Don&#8217;t be frightened by the word compile, in fact it&#8217;s pretty easy to do.</p>



<p>Open a terminal session and install the necessary libraries to compile GIT. Some are SSL, CURL, ZLIB and others.</p>



<pre class="wp-block-preformatted">:~$ sudo dnf install curl-devel expat-devel gettext-devel openssl-devel zlib-devel</pre>



<figure class="wp-block-image alignnone size-large size-full wp-image-15866"><img loading="lazy" width="1024" height="460" src="https://www.osradar.com/wp-content/uploads/2021/04/1_1-1024x460.png" alt="1.- Installing some required packages" class="wp-image-30282" srcset="https://www.osradar.com/wp-content/uploads/2021/04/1_1-1024x460.png 1024w, https://www.osradar.com/wp-content/uploads/2021/04/1_1-300x135.png 300w, https://www.osradar.com/wp-content/uploads/2021/04/1_1-768x345.png 768w, https://www.osradar.com/wp-content/uploads/2021/04/1_1-696x313.png 696w, https://www.osradar.com/wp-content/uploads/2021/04/1_1-1068x480.png 1068w, https://www.osradar.com/wp-content/uploads/2021/04/1_1.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Installing some required packages</figcaption></figure>



<p>In a normal Fedora 33 installation the basic compiling tools are not incorporated. These tools are necessary to comply with our tutorial. To install them, run the following command:</p>



<pre class="wp-block-preformatted">:~$ sudo dnf groupinstall "Development Tools"</pre>



<figure class="wp-block-image alignnone size-large wp-image-15867 size-full"><img loading="lazy" width="1024" height="536" src="https://www.osradar.com/wp-content/uploads/2021/04/2_2-1024x536.png" alt="2.- Installing the development tools" class="wp-image-30283" srcset="https://www.osradar.com/wp-content/uploads/2021/04/2_2-1024x536.png 1024w, https://www.osradar.com/wp-content/uploads/2021/04/2_2-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/04/2_2-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/04/2_2-696x364.png 696w, https://www.osradar.com/wp-content/uploads/2021/04/2_2-1068x559.png 1068w, https://www.osradar.com/wp-content/uploads/2021/04/2_2.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Installing the development tools</figcaption></figure>



<p>We will now proceed to download the GIT source code using wget. So make sure you have it installed:</p>



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



<p>And then download the GIT source code. At the time of this tutorial, the most recent version is 2.31.1. But surely in the future, it will change.</p>



<pre class="wp-block-preformatted">:~$ wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.31.1.tar.gz</pre>



<p>Then, unzip the file using tar.</p>



<pre class="wp-block-preformatted">:~$ tar -zxf git-2.31.1.tar.gz</pre>



<pre class="wp-block-preformatted">A folder named git-2.31.1 will be created. Access it and start the process.

:~$ cd git-2.31.1
:~$ make prefix=/usr/local all</pre>



<p>Finally, install it.</p>



<pre class="wp-block-preformatted">:~$ sudo make prefix=/usr/local install</pre>



<p>So, that is it. Just use GIT and check the installed version.</p>



<pre class="wp-block-preformatted">:~$ git --version
git version 2.31.1</pre>



<h2>Conclusion</h2>



<p>GIT is a basic application for a developer and getting the latest stable version is a great help to enjoy this tool to the fullest. Let&#8217;s think that this trial will become more valid when recent versions start to come out and the version of the official repositories becomes obsolete.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-latest-version-git-fedora/">How to install the latest version of GIT 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-the-latest-version-git-fedora/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install MySQL on Fedora 34/33?</title>
		<link>https://www.osradar.com/install-mysql-fedora/</link>
					<comments>https://www.osradar.com/install-mysql-fedora/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Thu, 13 May 2021 06:25:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 31]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=15192</guid>

					<description><![CDATA[<p>Fedora is a great distribution. It is a very used distribution although not as much as Ubuntu or Linux Mint. However, it is still a reference for its bold innovations. Well, many developers choose it to carry out their projects or to incursionar in the programming. So, learning to install MySQL on Fedora 34/33 becomes [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mysql-fedora/">How to install MySQL 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><a href="https://www.osradar.com/fedora-31-available/" target="_blank" rel="noopener noreferrer">Fedora</a> is a great distribution. It is a very used distribution although not as much as Ubuntu or Linux Mint. However, it is still a reference for its bold innovations. Well, many developers choose it to carry out their projects or to incursionar in the programming. So, learning to install MySQL on Fedora 34/33 becomes quite necessary for this purpose. So that&#8217;s what this article is all about.</p>
<p>As we already know since Oracle took over MySQL many Linux distributions, they took it out of their official repositories. This resulted in the incorporation of a fork called <a href="https://osradar.com/tag/mariadb/" target="_blank" rel="noopener noreferrer">MariaDB</a>. In terms of compatibility everything is guaranteed but it is true that many developers still prefer to use MySQL. So, <strong>you have to use another repository for it</strong>.</p>
<h2>Install MySQL on Fedora 34/33</h2>
<p><a href="https://www.oracle.com/" target="_blank" rel="noopener noreferrer">Oracle</a> provides us with a repository to install <a href="https://osradar.com/tag/mysql/" target="_blank" rel="noopener noreferrer">MySQL</a>. Specifically, version 8.0 is loaded with interesting new features. So, the first step is to open a terminal session and execute the following command to add the MySQL repository.</p>
<p>For Fedora 34</p>
<pre>:~$ sudo dnf install https://dev.mysql.com/get/mysql80-community-release-fc34-1.noarch.rpm</pre>
<p>For Fedora 33:</p>
<pre>:~$ sudo dnf install https://dev.mysql.com/get/mysql80-community-release-fc33-1.noarch.rpm</pre>
<figure id="attachment_29986" aria-describedby="caption-attachment-29986" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-29986 size-full" src="https://www.osradar.com/wp-content/uploads/2021/03/111.png" alt="1.- Adding the MySQL repository to Fedora 34/33" width="1365" height="575" srcset="https://www.osradar.com/wp-content/uploads/2021/03/111.png 1365w, https://www.osradar.com/wp-content/uploads/2021/03/111-300x126.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/111-1024x431.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/111-768x324.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/111-696x293.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/111-1068x450.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-29986" class="wp-caption-text">1.- Adding the MySQL repository to Fedora 34/33</figcaption></figure>
<p>Then, once the repository is correctly added, we can install MySQL with the following command:</p>
<pre>:~$ sudo dnf install mysql-community-server</pre>
<p>And already, but before using it you have to make a few small configurations.</p>
<h2>Using MySQL</h2>
<p>MySQL is already installed, but you have to start the service to use it. So, run this command:</p>
<pre>:~$ sudo systemctl start mysqld</pre>
<p>If you want MySQL to start along with the system, use this other command as well:</p>
<pre>:~$ sudo systemctl enable mysqld</pre>
<p>For security reasons, MySQL generates a temporary root key. Please note that MySQL has even stricter security policies than MariaDB.</p>
<p>Then, you have to show which is the temporary password generated to be able to run the <code>mysql_secure_installation</code> script and be able to set a definite root key.</p>
<p>To do this, use the following command:</p>
<pre>:~$ sudo cat /var/log/mysqld.log</pre>
<figure id="attachment_29987" aria-describedby="caption-attachment-29987" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-29987 size-full" src="https://www.osradar.com/wp-content/uploads/2021/03/222222.png" alt="2.- Configuring MySQL before the first use" width="1365" height="355" srcset="https://www.osradar.com/wp-content/uploads/2021/03/222222.png 1365w, https://www.osradar.com/wp-content/uploads/2021/03/222222-300x78.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/222222-1024x266.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/222222-768x200.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/222222-696x181.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/222222-1068x278.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-29987" class="wp-caption-text">2.- Configuring MySQL before the first use</figcaption></figure>
<p>In the image you can see, the generated key. Remember that in each case, it is different.</p>
<p>Then we can use the <code>mysql_secure_installation</code> script. In this script we will be able to set the definitive root password and make other security settings for the server.</p>
<pre>:~$ sudo mysql_secure_installation</pre>
<p>Enter the temporary key you previously obtained and you will immediately be able to establish yours.</p>
<p>MySQL has a plugin that does not allow weak passwords, so it establishes a strong one with numbers, signs and combinations of lower and uppercase letters.</p>
<p>Then, answer the security questions as you prefer. I said yes to all of them.</p>
<figure id="attachment_15253" aria-describedby="caption-attachment-15253" style="width: 1106px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-15253 size-full" src="https://www.osradar.com/wp-content/uploads/2019/11/4-e1620671953556.png" alt="3.- using the mysql_secure_installation script" width="1106" height="650" srcset="https://www.osradar.com/wp-content/uploads/2019/11/4-e1620671953556.png 1106w, https://www.osradar.com/wp-content/uploads/2019/11/4-e1620671953556-300x176.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/4-e1620671953556-768x451.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/4-e1620671953556-1024x602.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/4-e1620671953556-696x409.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/4-e1620671953556-1068x628.png 1068w" sizes="(max-width: 1106px) 100vw, 1106px" /><figcaption id="caption-attachment-15253" class="wp-caption-text">3.- using the mysql_secure_installation script</figcaption></figure>
<p>Now, you can use MySQL without problems. To do this, access the console with this command:</p>
<pre>:~$ sudo mysql -u root -p</pre>
<figure id="attachment_15252" aria-describedby="caption-attachment-15252" style="width: 890px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-15252 size-full" src="https://www.osradar.com/wp-content/uploads/2019/11/5-e1620672014231.png" alt="4.- MySQL on Fedora 34 / 33" width="890" height="293" srcset="https://www.osradar.com/wp-content/uploads/2019/11/5-e1620672014231.png 890w, https://www.osradar.com/wp-content/uploads/2019/11/5-e1620672014231-300x99.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/5-e1620672014231-768x253.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/5-e1620672014231-696x229.png 696w" sizes="(max-width: 890px) 100vw, 890px" /><figcaption id="caption-attachment-15252" class="wp-caption-text">4.- MySQL on Fedora 34 / 33</figcaption></figure>
<p>So, enjoy it.</p>
<h2>Conclusion</h2>
<p>MySQL continues to be the reference of the database relations handlers in Linux. However, as it is not present in the official repositories of Linux distributions, you have to take extra steps to install it.</p>


<p></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mysql-fedora/">How to install MySQL 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-mysql-fedora/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Google Chrome on Fedora 31?</title>
		<link>https://www.osradar.com/install-google-chrome-fedora-31/</link>
					<comments>https://www.osradar.com/install-google-chrome-fedora-31/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 04 Nov 2019 00:12:51 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 31]]></category>
		<category><![CDATA[google chrome]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=15228</guid>

					<description><![CDATA[<p>There are many web browsers available for Linux. From the most popular to the most unknown. Well, in this tutorial you will learn how to install Google Chrome on Fedora 31. As we know Fedora 31 has recently come out and includes Firefox by default as most Linux distributions. However, there are still those who [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-google-chrome-fedora-31/">How to install Google Chrome on Fedora 31?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>There are many web browsers available for Linux. From the most popular to the most unknown. Well, in <strong>this tutorial you will learn how to install Google Chrome on Fedora 31.</strong></p>
<p>As we know <a href="https://www.osradar.com/fedora-31-available/" target="_blank" rel="noopener noreferrer">Fedora 31 has recently come out</a> and <strong>includes Firefox by default</strong> as most Linux distributions. However, there are still those who prefer to use Google Chrome. One cause could be the excellent integration with their mobile version of Android or simply because of the wide variety of extensions available. In any case, we are talking about one of the most important web browsers out there and one of the best. Of that there is no doubt.</p>
<h2>Install Google Chrome on Fedora 31</h2>
<p>Like almost all programs that are not open source, Google Chrome is not found in the official repositories of the distribution. However, Google provides compiled packages ready to be installed.</p>
<p>First of all, go to the <a href="https://www.google.com/intl/en/chrome/" target="_blank" rel="noopener noreferrer">Google Chrome website</a></p>
<p><figure id="attachment_15257" aria-describedby="caption-attachment-15257" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15257" src="https://www.osradar.com/wp-content/uploads/2019/11/1.png" alt="1.- Google Chrome website" width="1354" height="667" srcset="https://www.osradar.com/wp-content/uploads/2019/11/1.png 1354w, https://www.osradar.com/wp-content/uploads/2019/11/1-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/1-768x378.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/1-1024x504.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/11/1-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/1-1068x526.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/1-853x420.png 853w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-15257" class="wp-caption-text">1.- Google Chrome website</figcaption></figure></p>
<p>Then click on <em>Download Chrome</em>.</p>
<p>In the next screen, we will have to choose the second option that corresponds to the RPM package for <a href="https://www.osradar.com/tag/fedora/" target="_blank" rel="noopener noreferrer">Fedora</a> and <a href="https://www.osaradar.com/tag/opensuse/" target="_blank" rel="noopener noreferrer">OpenSuse</a>.</p>
<p><figure id="attachment_15259" aria-describedby="caption-attachment-15259" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15259" src="https://www.osradar.com/wp-content/uploads/2019/11/2.png" alt="2.- Download google chrome for Fedora " width="1354" height="667" srcset="https://www.osradar.com/wp-content/uploads/2019/11/2.png 1354w, https://www.osradar.com/wp-content/uploads/2019/11/2-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/2-768x378.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/2-1024x504.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/2-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/11/2-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/2-1068x526.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/2-853x420.png 853w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-15259" class="wp-caption-text">2.- Download google chrome for Fedora</figcaption></figure></p>
<p>Once the package has been downloaded, we proceed to install it. I recommend doing it from the terminal to make the process faster.</p>
<p>So, open the terminal and navigate to the Download folder.</p>
<pre>:~$ cd Downloads/</pre>
<p>To make the installation faster, I will rename the downloaded package to google.rpm.</p>
<pre>:~$ mv google-chrome-stable_current_x86_64.rpm google.rpm</pre>
<p>And we proceed to perform the installation with the command dnf.</p>
<pre>:~$ sudo dnf install google.rpm</pre>
<p><figure id="attachment_15260" aria-describedby="caption-attachment-15260" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15260" src="https://www.osradar.com/wp-content/uploads/2019/11/3-1.png" alt="3.- Installing Google Chrome on Fedora 31" width="1366" height="673" srcset="https://www.osradar.com/wp-content/uploads/2019/11/3-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/11/3-1-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/3-1-768x378.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/3-1-1024x505.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/3-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/11/3-1-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/3-1-1068x526.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/3-1-852x420.png 852w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-15260" class="wp-caption-text">3.- Installing Google Chrome on Fedora 31</figcaption></figure></p>
<p>Now you can launch it from the main menu:</p>
<p><figure id="attachment_15261" aria-describedby="caption-attachment-15261" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-15261" src="https://www.osradar.com/wp-content/uploads/2019/11/4-1.png" alt="4.- Google Chrome on Fedora 31" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/11/4-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/11/4-1-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/4-1-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/4-1-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/4-1-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/4-1-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/4-1-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-15261" class="wp-caption-text">4.- Google Chrome on Fedora 31</figcaption></figure></p>
<p>And that is it.</p>
<h2>Conclusion</h2>
<p>Google Chrome has gained its popularity step by step. This makes many users want to use it in Fedora 31. So in this post you have learned how to install it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-google-chrome-fedora-31/">How to install Google Chrome on Fedora 31?</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-google-chrome-fedora-31/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fedora 31 is available</title>
		<link>https://www.osradar.com/fedora-31-available/</link>
					<comments>https://www.osradar.com/fedora-31-available/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 30 Oct 2019 22:32:52 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 31]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=15208</guid>

					<description><![CDATA[<p>Fedora 31 is available for download. After several months of development, a new version of Fedora has seen the light and here we tell you the main news and what to expect from it. Fedora has always been characterized by being a bold Linux distribution with quite remarkable changes. All this hand in hand with [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/fedora-31-available/">Fedora 31 is 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>Fedora 31 is available for download. After several months of development, a new version of Fedora has seen the light and here we tell you the main news and what to expect from it.</p>



<p>Fedora has always been characterized by being a bold Linux distribution with quite remarkable changes. All this hand in hand with stability and robustness. This new version comes loaded with new features, being the inclusion of GNOME 3.34 one of the main ones.</p>



<p>Let&#8217;s see what&#8217;s new.</p>



<h2>GNOME 3.34 on Fedora 31</h2>



<p>GNOME 3.34 is an important version of Fedora&#8217;s favorite desktop environment. This is because its new features are very focused on the computer performance and resource consumption. So, this results in Fedora 31 is a little faster than the previous version.</p>



<p>Some new <a href="https://www.osradar.com/tag/gnome/" target="_blank" rel="noreferrer noopener" aria-label="GNOME (opens in a new tab)">GNOME</a> 3.34 features that may be contributed by Fedora 31 users are as follows:</p>



<ul><li>Improvements in the overall performance of the environment</li><li>Boxes, the GNOME&#8217;s virtual machine manager incorporates 3D acceleration in virtual machines.</li><li>Terminal now supports right-to-left and bi-directional languages.</li><li>Custom icon folders which facilitate the organization of them.</li></ul>



<p>And many more.</p>



<h2>Fedora 31 available: other features</h2>



<p>We already said that Fedora is characterized by having many new features that take time to implement in other Linux distributions. Some of them with the following ones:</p>



<ul><li>Eliminated <a rel="noreferrer noopener" aria-label="Python (opens in a new tab)" href="https://www.osradar.com/tag/python/" target="_blank">Python</a> 2. Because the support of this language version ends this year.</li><li>Inclusion of Linux 5.3</li><li><a rel="noreferrer noopener" aria-label="NodeJS (opens in a new tab)" href="https://www.osradar.com/install-nodejs-on-centos-8-rhel-8-oracle-linux-8/" target="_blank">NodeJS</a> 12 from the official repositories.</li><li>Firefox will run natively in the GNOME Wayland session.</li><li>Also, Wayland enabled by default in GNOME.</li></ul>



<p>Other languages stand out:</p>



<ul><li>Go 1.13</li><li>GCC 9.21</li><li>Perl 5.20 </li></ul>



<p>In addition to <a href="https://www.osradar.com/tag/php" target="_blank" rel="noreferrer noopener" aria-label="PHP (opens in a new tab)">PHP</a> 7.3 and many server tools.</p>



<p>However, this version also marks the farewell of 32bits support.</p>



<h2>Download Fedora and spins</h2>



<p>So, Fedora by default includes GNOME but there are several spins with major desktop environments such as Plasma, XFCE, or Mate. So let&#8217;s get to work.</p>



<p><a href="https://getfedora.org/en/workstation/download/" target="_blank" rel="noreferrer noopener" aria-label="Download Fedora 31 (opens in a new tab)">Download Fedora 31</a></p>



<p><a href="https://spins.fedoraproject.org/" target="_blank" rel="noreferrer noopener" aria-label="Download Fedora 31 Spins (opens in a new tab)">Download Fedora 31 Spins</a></p>



<p>So, in case you want more information about this release, I recommend you read the release note of this new version.</p>



<p>So, enjoy it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/fedora-31-available/">Fedora 31 is 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/fedora-31-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
