<?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>mariadb Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/mariadb/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 01 Sep 2021 17:14:20 +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>Install LAMP on Debian 11</title>
		<link>https://www.osradar.com/install-lamp-stack-debian-server/</link>
					<comments>https://www.osradar.com/install-lamp-stack-debian-server/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 07 Sep 2021 23:09:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bullseye]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=32082</guid>

					<description><![CDATA[<p>Hello friends. In this post, you will learn how to install the LAMP stack on Debian 11 The LAMP stack is a set of applications that allow us to deploy a web server efficiently and quickly. LAMP stands for Linux, Apache web server, MariaDB, and PHP. Together they can make a computer a functional web [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-lamp-stack-debian-server/">Install LAMP on Debian 11</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-line-data">Hello friends. In this post, you will learn how to install the LAMP stack on Debian 11 The LAMP stack is a set of applications that allow us to deploy a web server efficiently and quickly.</p>



<p class="has-line-data">LAMP stands for Linux, Apache web server, MariaDB, and PHP. Together they can make a computer a functional web server that can run many websites and complex web applications such as <a href="https://wordpress.com/" target="_blank" rel="noreferrer noopener">WordPress</a>.</p>



<p class="has-line-data">So it is a good idea to know how to install this software stack that will serve as a base to install many other applications.</p>



<p class="has-line-data">So, let’s get started.</p>



<h2 class="code-line"><a id="Install_LAMP_on_Debian_11_8"></a>Install LAMP on Debian 11</h2>



<p class="has-line-data">To start our post, we need to start with a clean install of Debian 11 which is quite easy to install. It is also recommended that you have it updated with these commands.</p>



<pre class="wp-block-preformatted">apt update<br>apt upgrade</pre>



<p class="has-line-data">These commands are executed as the root user. But you can also<a href="https://www.osradar.com/how-to-enable-sudo-on-debian-10/" target="_blank" rel="noreferrer noopener"> enable sudo on Debian 11</a>. So if you have it enabled just prefix the <code>sudo</code> command with the rest.</p>



<p class="has-line-data">With the system upgrade, we can continue the post.</p>



<h3 class="code-line"><a id="Install_Apache_and_PHP_on_Debian_11_19"></a>Install Apache and PHP on Debian 11</h3>



<p class="has-line-data">Apache is an open-source web server that is very popular around the world. On the other hand, PHP is a web programming language that, while not the only one, is one of the most popular and used by all kinds of developers.</p>



<p class="has-line-data">The installation of both tools is easy thanks to the fact that they are included in the official Debian 11 repositories. This process is detailed in our post</p>



<p class="has-line-data"><a href="https://www.osradar.com/install-apache-web-server-php-debian-linux/" target="_blank" rel="noreferrer noopener">How to install Apache on Debian 11?</a></p>



<p class="has-line-data">There you can find all the necessary information on how to install both tools.</p>



<h3 class="code-line"><a id="Install_MariaDB_on_Debian_11_29"></a>Install MariaDB on Debian 11</h3>



<p class="has-line-data">The next step is to install and properly configure <a href="http://mariadb.com/" target="_blank" rel="noreferrer noopener">MariaDB </a>which will serve as our database manager. MariaDB has many important features but the support that many web applications give to it is one of the main ones.</p>



<p class="has-line-data">For example, applications such as WordPress, GLPI, and others support MariaDB, so installing it is vital.</p>



<p class="has-line-data">For that, I invite you to read our post</p>



<p class="has-line-data"><a href="https://www.osradar.com/install-mariadb-database-debian/" target="_blank" rel="noreferrer noopener">How to install MariaDB on Debian 11?</a></p>



<p class="has-line-data">There you can not only install it but also get it ready for us to start using it.</p>



<h2 class="code-line">LAMP on Debian 11 Conclusion</h2>



<p class="has-line-data">In this post, we have shown you how to install the LAMP stack on Debian 11. To do this, we have relied on our posts where we detail the installation process of each of the components. This does not make the post longer and makes it easier to understand.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-lamp-stack-debian-server/">Install LAMP on Debian 11</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-debian-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install MariaDB on Debian 11</title>
		<link>https://www.osradar.com/install-mariadb-database-debian/</link>
					<comments>https://www.osradar.com/install-mariadb-database-debian/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 18 Aug 2021 22:14:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bullseye]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=31730</guid>

					<description><![CDATA[<p>Hello, friends. It is not yet known for sure which is the most used database driver, but MariaDB has to be in the first place. So, in this post, you will learn how to install MariaDB on Debian 11. This step is essential if you want to have applications running on your system. MariaDB is [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mariadb-database-debian/">Install MariaDB on Debian 11</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-line-data">Hello, friends. It is not yet known for sure which is the most used database driver, but MariaDB has to be in the first place. So, in this post, you will learn how to install MariaDB on Debian 11. This step is essential if you want to have applications running on your system.</p>



<p class="has-line-data"><a href="http://mariadb.com/" target="_blank" rel="noreferrer noopener">MariaDB </a>is a well-known archi Database Relationships Management System that is a MySQL fork. This is due to the purchase of Sun Mycrosystem by Oracle. It is perfectly compatible with MySQL and is available in most Linux distributions.</p>



<p class="has-line-data">Therefore, it is quite popular and many developers use it for their applications or even to manage the most sensitive data you can imagine.</p>



<p class="has-line-data">So, let’s go for it.</p>



<h2 class="code-line"><a id="Install_MariaDB_on_Debian_11_8"></a>Install MariaDB on Debian 11</h2>



<p class="has-line-data">As it usually happens, MariaDB is available from the official Debian 11 repositories. If you want to check it out, then, just run the following command</p>



<pre class="wp-block-preformatted">apt search mariadb</pre>



<p class="has-line-data">There you will see many packages related to MariaDB such as the server and the client.</p>



<p class="has-line-data">So, to install the server that concerns us today, then you can run the following command</p>



<pre class="wp-block-preformatted">apt install mariadb-server
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  galera-4 gawk libconfig-inifiles-perl libdbi-perl libmariadb3 libmpfr6 libsigsegv2 libsnappy1v5 mariadb-client-10.5 mariadb-client-core-10.5 mariadb-common
  mariadb-server-10.5 mariadb-server-core-10.5 mysql-common socat
Suggested packages:
  gawk-doc libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl mailx mariadb-test netcat-openbsd
Recommended packages:
  libdbd-mariadb-perl | libdbd-mysql-perl libterm-readkey-perl libhtml-template-perl
The following NEW packages will be installed:
  galera-4 gawk libconfig-inifiles-perl libdbi-perl libmariadb3 libmpfr6 libsigsegv2 libsnappy1v5 mariadb-client-10.5 mariadb-client-core-10.5 mariadb-common
  mariadb-server mariadb-server-10.5 mariadb-server-core-10.5 mysql-common socat
0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
Need to get 18.0 MB of archives.
After this operation, 157 MB of additional disk space will be used.
Do you want to continue? [Y/n]</pre>



<p class="has-line-data">There is a package that refers to the MariaDB client which is <code>mariadb-client</code> that you can install at your convenience.</p>



<p class="has-line-data">To check the version of MariaDB installed, you can run the following command</p>



<pre class="wp-block-preformatted">mariadb --version
mariadb Ver 15.1 Distrib 10.5.11-MariaDB, for debian-linux-gnu (x86_64) using EditLine wrapper</pre>



<p class="has-line-data">As with other system services, when MariaDB is installed, it will be started and enabled so that it can start with the system.</p>



<p class="has-line-data">You can stop the service by running</p>



<pre class="wp-block-preformatted">systemctl stop mariadb</pre>



<p class="has-line-data">If you want to start it again, then run</p>



<pre class="wp-block-preformatted">systemctl start mariadb</pre>



<p class="has-line-data">Finally, you can check the status of the service by running this command</p>



<pre class="wp-block-preformatted">systemctl status mariadb
● mariadb.service - MariaDB 10.5.11 database server
     Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled)
     Active: active (running) since Tue 2021-08-17 23:38:11 CEST; 21min ago
       Docs: man:mariadbd(8)
             https://mariadb.com/kb/en/library/systemd/
    Process: 9881 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS)
    Process: 9882 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
    Process: 9884 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] &amp;&amp; VAR= ||   VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $? -eq 0 ]   &amp;&amp; systemctl se>
   Process: 9946 ExecStartPost=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
    Process: 9948 ExecStartPost=/etc/mysql/debian-start (code=exited, status=0/SUCCESS)
   Main PID: 9932 (mariadbd)
     Status: "Taking your SQL requests now..."
      Tasks: 9 (limit: 2277)
     Memory: 89.9M
        CPU: 1.187s
     CGroup: /system.slice/mariadb.service
             └─9932 /usr/sbin/mariadbd

Aug 17 23:38:11 osradar mariadbd[9932]: 2021-08-17 23:38:11 0 [Note] InnoDB: 10.5.11 started; log sequence number 45130; transaction id 20
Aug 17 23:38:11 osradar mariadbd[9932]: 2021-08-17 23:38:11 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
Aug 17 23:38:11 osradar mariadbd[9932]: 2021-08-17 23:38:11 0 [Note] InnoDB: Buffer pool(s) load completed at 210817 23:38:11
Aug 17 23:38:11 osradar mariadbd[9932]: 2021-08-17 23:38:11 0 [Note] Plugin 'FEEDBACK' is disabled.
Aug 17 23:38:11 osradar mariadbd[9932]: 2021-08-17 23:38:11 0 [Note] Server socket created on IP: '127.0.0.1'.
Aug 17 23:38:11 osradar mariadbd[9932]: 2021-08-17 23:38:11 0 [Note] Reading of all Master_info entries succeeded
Aug 17 23:38:11 osradar mariadbd[9932]: 2021-08-17 23:38:11 0 [Note] Added new Master_info '' to hash table
Aug 17 23:38:11 osradar mariadbd[9932]: 2021-08-17 23:38:11 0 [Note] /usr/sbin/mariadbd: ready for connections.
Aug 17 23:38:11 osradar mariadbd[9932]: Version: '10.5.11-MariaDB-1'  socket: '/run/mysqld/mysqld.sock'  port: 3306  Debian 11
Aug 17 23:38:11 osradar systemd[1]: Started MariaDB 10.5.11 database server.</pre>



<h2 class="code-line"><a id="Preparing_MariaDB_for_use_41"></a>Preparing MariaDB for use</h2>



<p class="has-line-data">When MariaDB is installed, it does not include a password for the root user, so it is immediately necessary to set one. For this, we have the <code>mysql_secure_installation</code> script to help us with this.</p>



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



<p class="has-line-data">When prompted for the root user password, just press ENTER:</p>



<pre class="wp-block-preformatted">Enter current password for root (enter for none):</pre>



<p class="has-line-data">Now you can define the MariaDB authentication protocol.</p>



<pre class="wp-block-preformatted">If You already have your root account protected, so you can safely answer 'n'.
Switch to unix_socket authentication [Y/n]</pre>



<p class="has-line-data">And now yes, you can change the root password by answering Y to the question</p>



<pre class="wp-block-preformatted">Change the root password? [Y/n]
New password:
Re-enter new password:
Password updated successfully!
Reloading privilege tables...
... Success!</pre>



<p class="has-line-data">Then, there follows a series of questions that have to do with MariaDB configuration and security. You can answer each one AND</p>



<pre class="wp-block-preformatted">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 class="has-line-data">And then the script will finish executing.</p>



<p class="has-line-data">With this, MariaDB will be ready for you to use and access the shell.</p>



<pre class="wp-block-preformatted">mysql -u root -p

Enter password:
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 54
Server version: 10.5.11-MariaDB-1 Debian 11
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab, and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]></pre>



<p class="has-line-data">So, enjoy it</p>



<h2 class="code-line"><a id="Conclusion_88"></a>Conclusion</h2>



<p class="has-line-data">MariaDB is a database driver widely used by many programming enthusiasts. Learning how to install it can pave the way to getting the most out of it in this area.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mariadb-database-debian/">Install MariaDB on Debian 11</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-mariadb-database-debian/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install MariaDB 10.6 on Rocky Linux 8 / AlmaLinux 8 / CentOS 8?</title>
		<link>https://www.osradar.com/install-mariadb-10-6-rocky-linux/</link>
					<comments>https://www.osradar.com/install-mariadb-10-6-rocky-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 07 Aug 2021 00:45:00 +0000</pubDate>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27495</guid>

					<description><![CDATA[<p>Rocky Linux 8 / AlmaLinux 8 / CentOS 8 is perhaps the most stable Linux distributions out there. This is because the packages that are part of the official repositories are frozen and tested many times by many people. However, this brings a consequence: that we will not be able to have the most recent [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mariadb-10-6-rocky-linux/">How to install MariaDB 10.6 on Rocky Linux 8 / AlmaLinux 8 / CentOS 8?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Rocky Linux 8 / AlmaLinux 8 / CentOS 8 is perhaps the most stable Linux distributions out there. This is because the packages that are part of the official repositories are frozen and tested many times by many people. However, this brings a consequence: that we will not be able to have the most recent versions of the programs. An example of this is MariaDB which is a vital program for many people.&nbsp;<strong>So, today I will show you how to install MariaDB 10.6 on Rocky Linux 8 / AlmaLinux 8 / CentOS 8.</strong></p>



<p><a href="https://www.osradar.com/tag/mariadb/" target="_blank" rel="noreferrer noopener">MariaDB</a>&nbsp;is a well-known archi Database Relationships Management System that is a&nbsp;<a href="https://www.osradar.com/tag/mysql/" target="_blank" rel="noreferrer noopener">MySQL</a>&nbsp;fork. This is due to the purchase of Sun Mycrosystem by Oracle. It is perfectly compatible with MySQL and is available in most Linux distributions.</p>



<p>In <a href="https://rockylinux.org/" target="_blank" rel="noreferrer noopener">Rocky Linux </a>8 / AlmaLinux 8 / CentOS 8 the version of MariaDB that is available in the official repositories is 10.3 but recently has seen the release of version 10.6 with some interesting new features.</p>



<p>So, if you want to take advantage of having a recent version of this database manager, then welcome.</p>



<h2>Install MariaDB 10.6 on Rocky Linux 8 / AlmaLinux 8 / CentOS 8</h2>



<p>MariaDB&#8217;s support with Linux is quite good and proof of this is that it provides us with a dedicated repository for   Rocky Linux 8 / AlmaLinux 8 / CentOS 8 to facilitate installation.</p>



<p>So, access your server or start a terminal session and update the system. In this post, I worked as the root user. Also, you can use sudo if your user has permission to do so.</p>



<pre class="wp-block-preformatted">dnf update</pre>



<p>And make sure you have installed the nano text editor</p>



<pre class="wp-block-preformatted">dnf install nano</pre>



<p>Then we have to create a new repository entry in the DNF configuration which is <code>/etc/yum.repos.d/</code></p>



<p>So, create a file called mariadb.repo</p>



<pre class="wp-block-preformatted">nano /etc/yum.repos.d/mariadb.repo</pre>



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



<pre class="wp-block-preformatted">[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.6/rhel8-amd64
module_hotfixes=1
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1 </pre>



<p>Then save the changes and close the editor.</p>



<p>Now install MariaDB 10.6</p>



<pre class="wp-block-preformatted">dnf install mariadb-server</pre>



<p>During the installation, you will have to accept the GPG key from the repository and the installation will continue.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="104" src="https://www.osradar.com/wp-content/uploads/2021/01/1-17-1024x104.png" alt="2.- Installing MariaDB 10.6 on Rocky Linux 8 / AlmaLinux 8 / CentOS 8" class="wp-image-31572" srcset="https://www.osradar.com/wp-content/uploads/2021/01/1-17-1024x104.png 1024w, https://www.osradar.com/wp-content/uploads/2021/01/1-17-300x30.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/1-17-768x78.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/1-17-696x71.png 696w, https://www.osradar.com/wp-content/uploads/2021/01/1-17-1068x108.png 1068w, https://www.osradar.com/wp-content/uploads/2021/01/1-17.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Installing MariaDB 10.6 on Rocky Linux 8 / AlmaLinux 8 / CentOS 8</figcaption></figure>



<p>Then you have to start the MariaDB service:</p>



<pre class="wp-block-preformatted">systemctl start mariadb</pre>



<p>and proceed to the configuration with the <code>mariadb_secure_installation</code> script</p>



<pre class="wp-block-preformatted">mariadb_secure_installation
Switch to unix_socket authentication [Y/n] y
Remove anonymous users? [Y/n]
Disallow root login remotely? [Y/n]
Remove test database and access to it? [Y/n]
Reload privilege tables now? [Y/n]</pre>



<p>After the installation is complete, check the installed version:</p>



<pre class="wp-block-preformatted">mysql --version
mysql  Ver 15.1 Distrib 10.6.3-MariaDB, for Linux (x86_64) using readline 5.1</pre>



<p>So, you can enjoy MariaDB.</p>



<h2>Conclusion</h2>



<p>MariaDB 10.6 is a good improvement over previous versions. But it is not always available in the official repositories of other Linux distributions. Today you have learned how to install it in Rocky Linux 8 / AlmaLinux 8 / CentOS 8.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mariadb-10-6-rocky-linux/">How to install MariaDB 10.6 on Rocky Linux 8 / AlmaLinux 8 / CentOS 8?</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-mariadb-10-6-rocky-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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>DbGate: The Smartest (no)SQL Database Client</title>
		<link>https://www.osradar.com/dbgate-database-client/</link>
					<comments>https://www.osradar.com/dbgate-database-client/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sun, 23 May 2021 23:07:00 +0000</pubDate>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=30187</guid>

					<description><![CDATA[<p>Hello, friends. We already know that developers or people who are in charge of a database, require professional clients to facilitate their task. So, in this post, we will introduce you to DbGate which is another client that supports many database managers. DbGate is a modern database management client that works with both SQL drivers [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/dbgate-database-client/">DbGate: The Smartest (no)SQL Database Client</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. We already know that developers or people who are in charge of a database, require professional clients to facilitate their task. So, in this post, we will introduce you to DbGate which is another client that supports many database managers.</p>



<p><a href="https://dbgate.org">DbGate</a> is a modern database management client that works with both SQL drivers such as MariaDB, MySQL; and with NoSQL such as MongoDB.</p>



<p>We are talking about a Free and open-source application that has been released under the MIT license. This makes that you can use it in many projects of diverse nature.</p>



<p>Another aspect to take into account with DbGate is that it is cross-platform. This means that we can use it on Windows, macOS, and of course Linux. Quite useful to improve possible migrations between operating systems. If you come from Windows, you can also use this application.</p>



<p>With DbGate you can easily:</p>



<ul><li>Connect to multiple databases, directly or through SSH tunnel. Important in terms of security.</li><li>Browse or edit data in your tables or views, filter by column value. This using a data editor.</li><li>Edit SQL queries with auto-complete suggestions or use query designer.</li><li>Export and import from/to CSV, JSON, or Excel.</li><li>Connect to <a href="https://www.osradar.com/how-to-install-mongodb-on-ubuntu-20-04/" target="_blank" rel="noreferrer noopener">MongoDB</a>, browse or filter JSON document data.</li></ul>



<p>In addition to this, you can further extend the functionality of the program by adding plugins.</p>



<h2 id="install-dbgate-on-linux"><a href="#install-dbgate-on-linux" name="install-dbgate-on-linux"></a>Install DbGate on Linux</h2>



<p>In the Linux chaos, we have several options depending on the system you are using. In the case of Debian, Ubuntu and derivatives there is a <code>DEB</code> package that can be downloaded <a href="https://github.com/dbgate/dbgate" target="_blank" rel="noreferrer noopener">from Github</a> or using the terminal.</p>



<pre class="wp-block-preformatted">wget -c https://github.com/dbgate/dbgate/releases/download/v4.2.0/dbgate-latest.deb</pre>



<p>And then install it, <a href="https://www.osradar.com/apt-the-ubuntu-package-manager/" target="_blank" rel="noreferrer noopener">using APT</a>.</p>



<pre class="wp-block-preformatted">sudo apt install ./dbgate-latest.deb</pre>



<p>Then you can run it from the main menu.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="607" src="https://www.osradar.com/wp-content/uploads/2021/05/1-6-1024x607.png" alt="1.- DbGate running" class="wp-image-30188" srcset="https://www.osradar.com/wp-content/uploads/2021/05/1-6-1024x607.png 1024w, https://www.osradar.com/wp-content/uploads/2021/05/1-6-300x178.png 300w, https://www.osradar.com/wp-content/uploads/2021/05/1-6-768x455.png 768w, https://www.osradar.com/wp-content/uploads/2021/05/1-6-696x412.png 696w, https://www.osradar.com/wp-content/uploads/2021/05/1-6-1068x633.png 1068w, https://www.osradar.com/wp-content/uploads/2021/05/1-6.png 1372w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- DbGate running</figcaption></figure>



<p>There are also other formats like APPImage that you can run from any other Linux distribution or use the binaries.</p>



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



<p>Having professional tools for database management is a serious matter that requires some preliminary research. At the moment, DbGate has all the basic features to make it a solid alternative to others on the market. Being OpenSource and including Linux support, it generates more exceptions and is an option to take into account.</p>



<p>Enjoy it!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/dbgate-database-client/">DbGate: The Smartest (no)SQL Database Client</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/dbgate-database-client/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Configure MariaDB with SSL to secure connections</title>
		<link>https://www.osradar.com/configure-mariadb-with-ssl-to-secure-connections/</link>
					<comments>https://www.osradar.com/configure-mariadb-with-ssl-to-secure-connections/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 10 Feb 2021 05:07:00 +0000</pubDate>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ssl]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=28378</guid>

					<description><![CDATA[<p>Hello, friends. In this post, we will help you to configure MariaDB with SSL to secure connections. When we connect to a database, we have to do it in the most secure way there is. Everything helps but especially SSL certificates. These can be obtained from tools like Let’s Encrypt or created by the server [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/configure-mariadb-with-ssl-to-secure-connections/">Configure MariaDB with SSL to secure connections</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. In this post, we will help you to configure MariaDB with SSL to secure connections.</p>



<p>When we connect to a database, we have to do it in the most secure way there is. Everything helps but especially SSL certificates. These can be obtained from tools like Let’s Encrypt or created by the server itself. In any case, this guarantees that all the data that the applications obtain or send to the database are protected.</p>



<p>Let’s start</p>



<p><strong>Note for this post we will use the root account. In case it is not available you can use these commands with sudo. The result will be the same.</strong></p>



<h2 id="install-mariadb-on-linux"><a href="#install-mariadb-on-linux" name="install-mariadb-on-linux"></a>Install MariaDB on Linux</h2>



<p>Of course, the first step we have to do is to install <a href="https://mariadb.com/" target="_blank" rel="noreferrer noopener">MariaDB</a> on a server. To do this, check some of our posts</p>



<p><a href="https://www.osradar.com/install-mariadb-10-5-debian-10/" target="_blank" rel="noreferrer noopener">How to install MariaDB on Debian 10?</a></p>



<p><a href="https://www.osradar.com/install-mariadb-10-5-ubuntu-20-04-18-04/" target="_blank" rel="noreferrer noopener">How to install MariaDB on Ubuntu 20.04?</a></p>



<p>Or <a href="https://www.osradar.com/install-mariadb-10-5-centos-8/" target="_blank" rel="noreferrer noopener">How to install MariaDB on CentOS 8?</a></p>



<p>After that, you can continue.</p>



<h3 id="configure-mariadb-with-ssl"><a href="#configure-mariadb-with-ssl" name="configure-mariadb-with-ssl"></a>Configure MariaDB with SSL</h3>



<p>The first step is to create the directory where we will store the certificates that we will create later,</p>



<pre class="wp-block-preformatted">cd /etc/mysql
mkdir ssl
cd ssl</pre>



<p>Now create a new CA key:</p>



<pre class="wp-block-preformatted">openssl genrsa 4096 > ca-key.pem</pre>



<p>Now create the certificate</p>



<pre class="wp-block-preformatted">openssl req -new -x509 -nodes -days 365000 -key ca-key.pem -out ca-cert.pem
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter <span class="hljs-string">'.'</span>, the field will be left blank.
-----
Country Name (<span class="hljs-number">2</span> letter code) [AU]:FL
State or Province Name (full name) [Some-State]:
Locality Name (eg, city) []:City
Organization Name (eg, company) [Internet Widgits Pty Ltd]:
Organizational Unit Name (eg, section) []:IT
Common Name (e.g. server FQDN or YOUR name) []:osradar-common
Email Address []:</pre>



<p>On the output screen, you will have to answer some questions. Reply according to your case.</p>



<h3 id="creating-the-ssl-certificates"><a href="#creating-the-ssl-certificates" name="creating-the-ssl-certificates"></a>Creating the SSL Certificates</h3>



<p>Now we can create the certificate for the server, this can be done by running the following command:</p>



<pre class="wp-block-preformatted">openssl req -newkey rsa:2048 -days 365000 -nodes -keyout server-key.pem -out server-req.pem
Ignoring -days; not generating a certificate

Generating a RSA private key
...............................................................................+++++
.....+++++
writing new private key to <span class="hljs-string">'server-key.pem'</span>
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter <span class="hljs-string">'.'</span>, the field will be left blank.
-----
Country Name (<span class="hljs-number">2</span> letter code) [AU]:
State or Province Name (full name) [Some-State]:
Locality Name (eg, city) []:city
Organization Name (eg, company) [Internet Widgits Pty Ltd]:
Organizational Unit Name (eg, section) []:IT
Common Name (e.g. server FQDN or YOUR name) []:osradar-server
Email Address []:

<code class="bash" data-origin="<pre&gt;<code class=&quot;bash&quot;&gt;Ignoring -days; not generating a certificate
Generating a RSA private key
...............................................................................+++++
.....+++++
writing new private key to 'server-key.pem'
-----
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:
State or Province Name (full name) [Some-State]:
Locality Name (eg, city) []:city
Organization Name (eg, company) [Internet Widgits Pty Ltd]:
Organizational Unit Name (eg, section) []:IT
Common Name (e.g. server FQDN or YOUR name) []:osradar-server
Email Address []:

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:angelo
An optional company name []:osradar-server
</code&gt;</pre&gt;
<p&gt;">Please enter the following <span class="hljs-string">'extra'</span> attributes
to be sent with your certificate request
A challenge password []:angelo
An optional company name []:osradar-server</code></pre>



<p>There you will have to fill in the data again as in the previous step. <strong>The important thing here is that the <code>Common Name</code> cannot be the same</strong>.</p>



<p>Now process the new certificate:</p>



<pre class="wp-block-preformatted">openssl rsa -in server-key.pem -out server-key.pem
writing RSA key</pre>



<p>Then sign the certificate:</p>



<pre class="wp-block-preformatted">openssl x509 -req -in server-req.pem -days 365000 -CA ca-cert.pem -CAkey ca-key.pem -set_serial 01 -out server-cert.pem
Signature ok
subject=C = AU, ST = Some-State, L = city, O = Internet Widgits Pty Ltd, OU = IT, CN = osradar
Getting CA Private Key</pre>



<h3 id="create-the-client-certificate"><a href="#create-the-client-certificate" name="create-the-client-certificate"></a>Create the Client Certificate</h3>



<p>Now we have created the certificate for the server, but we have to do the same for the client.</p>



<p>To do this run:</p>



<pre class="wp-block-preformatted">openssl req -newkey rsa:2048 -days 365000 -nodes -keyout client-key.pem -out client-req.pem</pre>



<p>Again, you will have to fill in some data but <strong><code>Common Name</code> has to be different.</strong></p>



<p>Process the key:</p>



<pre class="wp-block-preformatted">openssl rsa -in client-key.pem -out client-key.pem</pre>



<p>And sign the certificate:</p>



<pre class="wp-block-preformatted">openssl x509 -req -in client-req.pem -days 365000 -CA ca-cert.pem -CAkey ca-key.pem -set_serial 01 -out client-cert.pem</pre>



<h3 id="adding-the-certificates-to-the-mariadb-server"><a href="#adding-the-certificates-to-the-mariadb-server" name="adding-the-certificates-to-the-mariadb-server"></a>Adding the certificates to the MariaDB server</h3>



<p>With the certificates already created, you need to configure MariaDB with them.</p>



<p>So, open the MariaDB configuration file</p>



<pre class="wp-block-preformatted">nano /etc/mysql/mariadb.conf.d/50-server.cnf</pre>



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



<pre class="wp-block-preformatted">ssl-ca=/etc/mysql/ssl/ca-cert.pem
ssl-cert=/etc/mysql/ssl/server-cert.pem
ssl-key=/etc/mysql/ssl/server-key.pem</pre>



<p>Save the changes and close the editor.</p>



<p>Then assign special permissions to the folder where the certificates are. This is so that no intruder can modify them or breach them.</p>



<pre class="wp-block-preformatted">chown -R mysql:root /etc/mysql/ssl/</pre>



<p>Apply all changes by restarting the service.</p>



<pre class="wp-block-preformatted">sudo systemctl restart mariadb</pre>



<h3 id="configuring-the-clients"><a href="#configuring-the-clients" name="configuring-the-clients"></a>Configuring the clients</h3>



<p>Before doing any configuration you have to copy <code>/etc/mysql/ssl/ca-cert.pem</code>, <code>/etc/mysql/ssl/client-cert.pem</code>, and <code>/etc/mysql/ssl/client-key.pem</code> to each of the clients that are going to connect to MariaDB.</p>



<p>Once everyone has the certificate added, configure MariaDB to use them:</p>



<pre class="wp-block-preformatted">nano /etc/mysql/mariadb.conf.d/50-mysql-clients.cnf</pre>



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



<pre class="wp-block-preformatted">ssl-ca=/etc/mysql/ssl/ca-cert.pem
ssl-cert=/etc/mysql/ssl/client-cert.pem
ssl-key=/etc/mysql/ssl/client-key.pem</pre>



<p>Save the changes and close the editor.</p>



<p>Now restart the service:</p>



<pre class="wp-block-preformatted">sudo systemctl restart mysql</pre>



<h2 id="creating-a-new-user-for-mariadb"><a href="#creating-a-new-user-for-mariadb" name="creating-a-new-user-for-mariadb"></a>Creating a new user for MariaDB</h2>



<p>The configuration is ready, but now you have to force the users to use SSL. To do this create a new user with the <code>REQUIRE SSL</code> clause.</p>



<pre class="wp-block-preformatted">GRANT ALL ON sampledatabase.* TO me@localhost IDENTIFIED BY 'password' REQUIRE SSL;</pre>



<p>This way this user will have to use SSL.</p>



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



<p>The security in the transmission of data to MariaDB is something fundamental and that we should not neglect. That is why you have learned today how to do it and you have to implement it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/configure-mariadb-with-ssl-to-secure-connections/">Configure MariaDB with SSL to secure connections</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/configure-mariadb-with-ssl-to-secure-connections/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Nextcloud (LEMP) on Ubuntu 20.04</title>
		<link>https://www.osradar.com/install-nextcloud-lemp-on-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/install-nextcloud-lemp-on-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 16 Jan 2021 01:10:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[Nextcloud]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27674</guid>

					<description><![CDATA[<p>Having a private cloud may, at first sight, be unnecessary, but when you are in a company and decide that it is best to take care of your files yourself, then the matter changes. That’s why, in this post, I’ll show you how to install Nextcloud on Ubuntu 20.04 with Nginx. A private Cloud with [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-nextcloud-lemp-on-ubuntu-20-04/">How to install Nextcloud (LEMP) on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Having a private cloud may, at first sight, be unnecessary, but when you are in a company and decide that it is best to take care of your files yourself, then the matter changes. That’s why, in this post, I’ll show you how to install Nextcloud on Ubuntu 20.04 with Nginx.</p>



<h2>A private Cloud with Nextcloud</h2>



<p>There are many data storage services in clouds. Technological giants like Apple, Google, and Microsoft have them. However, there are people or companies that want to have absolute control over their own data. Nextcloud is there for that.</p>



<p><a href="https://nextcloud.com/">Nextcloud</a>&nbsp;is an open-source web application that allows us to create our own private cloud. It was created with the primary objective that it is the user who has absolute control of the files.</p>



<p>Many companies install Nextcloud on their servers to create their private clouds. This way they can rely on their own data management. It is even of great help in educational or personal projects.</p>



<h2>Install Nextcloud (LEMP) on Ubuntu</h2>



<h3>1.- Install LEMP on Ubuntu 20.04</h3>



<p>Apache is a fantastic web server and nobody can deny that. However, Nginx is well known for its great performance in high traffic situations. That&#8217;s why it&#8217;s a favorite of many sysadmins that require a lightweight and efficient server.</p>



<p>So, open a terminal or connect to your server and update the distribution</p>



<pre class="wp-block-preformatted">sudo apt update<br>sudo apt upgrade</pre>



<p>Now install Nginx, along with all the PHP modules, MariaDB and some extra packages we&#8217;ll need to run:</p>



<pre class="wp-block-preformatted">sudo apt install nginx php7.4-common php7.4-mysql php7.4-fpm php7.4-gd php7.4-json php7.4-curl php7.4-zip php7.4-xml php7.4-mbstring php7.4-bz2 php7.4-intl php7.4-bcmath php7.4-gmp php-imagick mariadb-server unzip</pre>



<p>Then start the php-fpm service</p>



<pre class="wp-block-preformatted">sudo systemctl start php7.4-fpm</pre>



<p>And then it increases the maximum size of the uploaded files:</p>



<pre class="wp-block-preformatted">sudo nano /etc/php/7.4/fpm/php.ini</pre>



<p>And it changes the value</p>



<pre class="wp-block-preformatted">upload_max_filesize = 2M</pre>



<p>Set the value that you prefer, in this example, I will place <code>512M</code></p>



<pre class="wp-block-preformatted">upload_max_filesize = 512M</pre>



<p>Save the changes and close the editor.</p>



<p>Now configure MariaDB with the <code>mysql_secure_installation</code> script</p>



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



<p>And there you can define the root password and secure the installation of MariaDB</p>



<pre class="wp-block-preformatted">Remove anonymous users? [Y/n]<br>Disallow root login remotely? [Y/n]<br>Remove test database and access to it? [Y/n]<br>Reload privilege tables now? [Y/n]</pre>



<p>Now create the database as well as the user who will use Nextcloud:</p>



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



<pre class="wp-block-preformatted">CREATE DATABASE nextcloud;<br>GRANT ALL PRIVILEGES ON nextcloud.* TO 'nextclouduser'@'localhost' IDENTIFIED BY 'nextcloudpss';<br>FLUSH PRIVILEGES;<br>exit;</pre>



<p>Now we can start the installation.</p>



<h3>2.- Download Nextcloud</h3>



<p>Now if you can download Nextcloud, you can use the <a href="https://www.osradar.com/the-wget-command/" target="_blank" rel="noreferrer noopener">wget command</a></p>



<pre class="wp-block-preformatted">cd /tmp/
wget -c https://download.nextcloud.com/server/releases/nextcloud-20.0.4.zip
--2021-01-11 16:11:32--  https://download.nextcloud.com/server/releases/nextcloud-20.0.4.zip
 Resolving download.nextcloud.com (download.nextcloud.com)… 2a01:4f9:2a:3119::181, 95.217.64.181
 Connecting to download.nextcloud.com (download.nextcloud.com)|2a01:4f9:2a:3119::181|:443… connected.
 HTTP request sent, awaiting response… 200 OK
 Length: 142325595 (136M) [application/zip]
 Saving to: ‘nextcloud-20.0.4.zip’
 nextcloud-20.0.4.zip                       100%[=====================================================================================&gt;] 135.73M  57.8MB/s    in 2.4s    
 2021-01-11 16:11:35 (57.8 MB/s) - ‘nextcloud-20.0.4.zip’ saved [142325595/142325595]</pre>



<p>After that, unzip it in the Nginx root directory:</p>



<pre class="wp-block-preformatted">sudo unzip nextcloud-20.0.4.zip -d /var/www/html/</pre>



<p>Change the owner of the folder:</p>



<pre class="wp-block-preformatted">sudo chown -R www-data:www-data /var/www/html/</pre>



<p>Now create a new ServerBlock with the following guidelines that will facilitate the documentation of Nextcloud:</p>



<pre class="wp-block-preformatted">server {
     listen 80;
     listen [::]:80;
     server_name angtest.ga;
     client_max_body_size 512M;
     fastcgi_buffers 64 4K;
     gzip on;
     gzip_vary on;
     gzip_comp_level 4;
     gzip_min_length 256;
     gzip_proxied expired no-cache no-store private no_last_modified no_etag auth;
     gzip_types application/atom+xml application/javascript application/json application/ld+json     application/manifest+json application/rss+xml application/vnd.geo+json application/vnd.ms-fontobject application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/bmp image/svg+xml image/x-icon text/cache-manifest text/css text/plain text/vcard text/vnd.rim.location.xloc text/vtt text/x-component text/x-cross-domain-policy;

     add_header Referrer-Policy                      "no-referrer"   always;
     add_header X-Content-Type-Options               "nosniff"   always;
     add_header X-Download-Options                   "noopen"   always;
     add_header X-Frame-Options                      "SAMEORIGIN"    always;
     add_header X-Permitted-Cross-Domain-Policies    "none"  always;
     add_header X-Robots-Tag                         "none"           always;
     add_header X-XSS-Protection                     "1; mode=block" always;
     
     fastcgi_hide_header X-Powered-By;
     root /var/www/html/nextcloud;
     index index.php index.html /index.php$request_uri; 
     expires 1m;
     location = / {
              if ( $http_user_agent ~ ^DavClnt ) { 
                            return 302 /remote.php/webdav/$is_args$args;
                  } 
                  } 
     location = /robots.txt {     
              allow all;
              log_not_found off;
              access_log off;
              } 
     location ^~ /.well-known {     
               # The following 6 rules are borrowed from `.htaccess`
              rewrite ^/\.well-known/host-meta\.json  /public.php?service=host-meta-json  last;
              rewrite ^/\.well-known/host-meta        /public.php?service=host-meta       last;
              rewrite ^/\.well-known/webfinger        /public.php?service=webfinger       last;     
              rewrite ^/\.well-known/nodeinfo         /public.php?service=nodeinfo        last;     

              location = /.well-known/carddav     { return 301 /remote.php/dav/; }
              location = /.well-known/caldav      { return 301 /remote.php/dav/; }     

              try_files $uri $uri/ =404; 
            } 

location ~ ^/(?:build|tests|config|lib|3rdparty|templates|data)(?:$|/)  { return 404; } 
location ~ ^/(?:\.|autotest|occ|issue|indie|db_|console){ return 404; } 

location ~ \.php(?:$|/) {
             fastcgi_split_path_info ^(.+?\.php)(/.*)$;
             set $path_info $fastcgi_path_info;
             try_files $fastcgi_script_name =404;
             include fastcgi_params;
             fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
             fastcgi_param PATH_INFO $path_info;
             fastcgi_param HTTPS on;
             fastcgi_param modHeadersAvailable true; 
             fastcgi_param front_controller_active true;
             fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
             fastcgi_intercept_errors on;
             fastcgi_request_buffering off;

            } 

   location ~ \.(?:css|js|svg|gif)$ {
             try_files $uri /index.php$request_uri;
             expires 6M;
             access_log off;
             } 
   location ~ \.woff2?$ {
             try_files $uri /index.php$request_uri;
             expires 7d;
             access_log off;
            } 
   location / {
             try_files $uri $uri/ /index.php$request_uri; 
     }
 }</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="536" src="https://www.osradar.com/wp-content/uploads/2021/01/1-5-1024x536.png" alt="1.- Configuring Nginx" class="wp-image-27679" srcset="https://www.osradar.com/wp-content/uploads/2021/01/1-5-1024x536.png 1024w, https://www.osradar.com/wp-content/uploads/2021/01/1-5-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/1-5-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/1-5-696x365.png 696w, https://www.osradar.com/wp-content/uploads/2021/01/1-5-1068x559.png 1068w, https://www.osradar.com/wp-content/uploads/2021/01/1-5.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Configuring Nginx</figcaption></figure>



<p>Remember to change the ServerName values to your own. Save the changes and close the editor</p>



<p>Check the Nginx configuration to make sure everything is fine:</p>



<pre class="wp-block-preformatted">sudo nginx -t</pre>



<p>Output:</p>



<pre class="wp-block-preformatted">nginx: the configuration file /etc/nginx/nginx.conf syntax is ok<br>nginx: configuration file /etc/nginx/nginx.conf test is successful</pre>



<p>And now you have to get a certificate for your domain. This is quite simple thanks to Certbot.</p>



<pre class="wp-block-preformatted">sudo apt install certbot python3-certbot-nginx</pre>



<p>Then you can start the process:</p>



<pre class="wp-block-preformatted">sudo certbot --nginx --agree-tos --redirect --hsts --staple-ocsp --email you@example.com -d angtest.ga</pre>



<p>Replace the email and domain values with your own.</p>



<p>At the end of the process, apply the changes by restarting nginx.</p>



<pre class="wp-block-preformatted">sudo systemctl reload nginx</pre>



<h3>3.- Install Nextcloud </h3>



<p>Now open your web browser and go to <code>https://your-domain</code> and you will see the following screen</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="506" src="https://www.osradar.com/wp-content/uploads/2021/01/2-7-1024x506.png" alt="2.- Nextcloud on Ubuntu" class="wp-image-27677" srcset="https://www.osradar.com/wp-content/uploads/2021/01/2-7-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2021/01/2-7-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/2-7-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/2-7-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2021/01/2-7-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2021/01/2-7.png 1354w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Nextcloud on Ubuntu</figcaption></figure>



<p>There you will have to create the administrator user and configure the database parameters below.</p>



<p>You can also change the path where the data is stored, but you have to create the folder on your server.</p>



<p>When you are ready, Nextcloud will be ready for you.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="504" src="https://www.osradar.com/wp-content/uploads/2021/01/3-6-1024x504.png" alt="3.- Nextcloud running" class="wp-image-27678" srcset="https://www.osradar.com/wp-content/uploads/2021/01/3-6-1024x504.png 1024w, https://www.osradar.com/wp-content/uploads/2021/01/3-6-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/3-6-768x378.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/3-6-696x342.png 696w, https://www.osradar.com/wp-content/uploads/2021/01/3-6-1068x525.png 1068w, https://www.osradar.com/wp-content/uploads/2021/01/3-6.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Nextcloud running</figcaption></figure>



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



<h2>Conclusion</h2>



<p>Nextcloud is a very useful tool for small and medium businesses that want to create a private cloud quickly and secure.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-nextcloud-lemp-on-ubuntu-20-04/">How to install Nextcloud (LEMP) on Ubuntu 20.04</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-nextcloud-lemp-on-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install MariaDB 10.5 on Debian 10?</title>
		<link>https://www.osradar.com/install-mariadb-10-5-debian-10/</link>
					<comments>https://www.osradar.com/install-mariadb-10-5-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 09 Jan 2021 00:52:00 +0000</pubDate>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27407</guid>

					<description><![CDATA[<p>Debian is the most stable Linux distributions out there. This is because the packages that are part of the official repositories are frozen and tested many times by many people. However, this brings a consequence: that we will not be able to have the most recent versions of the programs. An example of this is [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mariadb-10-5-debian-10/">How to install MariaDB 10.5 on Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Debian is the most stable Linux distributions out there. This is because the packages that are part of the official repositories are frozen and tested many times by many people. However, this brings a consequence: that we will not be able to have the most recent versions of the programs. An example of this is MariaDB which is a vital program for many people. <strong>So, today I will show you how to install MariaDB 10.5 on Debian 10.</strong></p>



<p><a href="https://www.osradar.com/tag/mariadb/" target="_blank" rel="noreferrer noopener">MariaDB</a>&nbsp;is a well-known archi Database Relationships Management System that is a&nbsp;<a href="https://www.osradar.com/tag/mysql/" target="_blank" rel="noreferrer noopener">MySQL</a>&nbsp;fork. This is due to the purchase of Sun Mycrosystem by Oracle. It is perfectly compatible with MySQL and is available in most Linux distributions.</p>



<p>In Debian 10 the version of MariaDB that is available in the official repositories is 10.3 but recently has seen the release of version 10.5 with some interesting new features.</p>



<p>So, if you want to take advantage of having a recent version of this database manager, then welcome.</p>



<h2>Install MariaDB 10.5 on Debian 10</h2>



<p>For recent versions of MariaDB on Debian 10, we can use the <a href="https://downloads.mariadb.org/mariadb/repositories/" target="_blank" rel="noreferrer noopener">repository provided by the developers.</a></p>



<p>These repositories have many mirrors around the world, I will use one that is in New York that should work well anywhere.</p>



<p>So, open a terminal and install the necessary packages to add the repository.</p>



<pre class="wp-block-preformatted">sudo apt-get install software-properties-common dirmngr</pre>



<p>After you have done this, add the GPG key to it</p>



<pre class="wp-block-preformatted">sudo apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc'
Executing: /tmp/apt-key-gpghome.WyUWC7PYTX/gpg.1.sh --fetch-keys https://mariadb.org/mariadb_release_signing_key.asc
 gpg: requesting key from 'https://mariadb.org/mariadb_release_signing_key.asc'
 gpg: key F1656F24C74CD1D8: public key "MariaDB Signing Key <a href="mailto:signing-key@mariadb.org">signing-key@mariadb.org</a>" imported
 gpg: Total number processed: 1
 gpg:               imported: 1</pre>



<p>Now yes, add the repository in question.</p>



<pre class="wp-block-preformatted">sudo add-apt-repository 'deb [arch=amd64,arm64,ppc64el] http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.5/debian buster main'</pre>



<p>And refreshes <a href="https://www.osradar.com/apt-the-ubuntu-package-manager/" target="_blank" rel="noreferrer noopener">APT</a></p>



<pre class="wp-block-preformatted">sudo apt update</pre>



<p>And finally, it carries out the installation</p>



<pre class="wp-block-preformatted">sudo apt install mariadb-server
Reading package lists… Done
 Building dependency tree       
 Reading state information… Done
 The following additional packages will be installed:
   galera-4 gawk libdbi-perl libgdbm-compat4 libmariadb3 libmpfr6 libperl5.28 libsigsegv2 mariadb-client-10.5 mariadb-client-core-10.5 mariadb-common
   mariadb-server-10.5 mariadb-server-core-10.5 mysql-common perl psmisc socat
 Suggested packages:
   gawk-doc libclone-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl mailx mariadb-test netcat-openbsd perl-doc libterm-readline-gnu-perl
   | libterm-readline-perl-perl make libb-debug-perl liblocale-codes-perl
 Recommended packages:
   libdbd-mariadb-perl | libdbd-mysql-perl libterm-readkey-perl libhtml-template-perl
 The following NEW packages will be installed:
   galera-4 gawk libdbi-perl libgdbm-compat4 libmariadb3 libmpfr6 libperl5.28 libsigsegv2 mariadb-client-10.5 mariadb-client-core-10.5 mariadb-common mariadb-server
   mariadb-server-10.5 mariadb-server-core-10.5 mysql-common perl psmisc socat
 0 upgraded, 18 newly installed, 0 to remove and 12 not upgraded.
 Need to get 32.9 MB of archives.
 After this operation, 248 MB of additional disk space will be used.
 Do you want to continue? [Y/n]</pre>



<p>After the installation is complete, check the installed version:</p>



<pre class="wp-block-preformatted">mysql --version
mysql  Ver 15.1 Distrib 10.5.8-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2</pre>



<p>And remember that you have to configure MariaDB before putting it into production.</p>



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



<pre class="wp-block-preformatted">Remove anonymous users? [Y/n]<br>Disallow root login remotely? [Y/n]<br>Remove test database and access to it? [Y/n]<br>Reload privilege tables now? [Y/n]</pre>



<p>And now it will be ready.</p>



<h2>Conclusion</h2>



<p>MariaDB 10.5 is a good improvement over previous versions. But it is not always available in the official repositories of other Linux distributions. Today you have learned how to install it in Debian 10.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mariadb-10-5-debian-10/">How to install MariaDB 10.5 on Debian 10?</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-mariadb-10-5-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install the latest PHPMyAdmin on CentOS 8</title>
		<link>https://www.osradar.com/install-the-latest-phpmyadmin-centos-8/</link>
					<comments>https://www.osradar.com/install-the-latest-phpmyadmin-centos-8/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 06 Jan 2021 00:28:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=27321</guid>

					<description><![CDATA[<p>For developers, the application database is important. And many projects use MySQL or MariaDB to meet this need. In this sense, an application that helps the data query and the administration of the MySQL or MariaDB instance becomes necessary. In this post, I will help you to install maybe one of the most popular ones [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-latest-phpmyadmin-centos-8/">Install the latest PHPMyAdmin on CentOS 8</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>For developers, the application database is important. And many projects use MySQL or MariaDB to meet this need. In this sense, an application that helps the data query and the administration of the MySQL or MariaDB instance becomes necessary. In this post, I will help you to install maybe one of the most popular ones there is, I mean PHPMyAdmin on CentOS 8</p>



<p><a href="https://www.phpmyadmin.net/" target="_blank" rel="noreferrer noopener">PHPMyAdmin</a> is an open-source application created in PHP that provides the administration of a MySQL or MariaDB database from a comfortable web interface. It is simply installed on the server, we make a few small configurations and that’s it. That’s it. Without consuming many resources you will have a quality application.</p>



<p>So, let’s get started.</p>



<h2>Install the latest PHPMyAdmin on CentOS 8</h2>



<p>Despite being one of the most popular tools available for the administration of MariaDB / MySQL it is not in the CentOS 8 repositories. However, it is possible to get the latest version thanks to the REMI repository.</p>



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



<p><strong>Note: All the commands will be performed as the root user. In case your user has <a href="https://www.osradar.com/how-to-enable-sudo-on-centos-8/" target="_blank" rel="noreferrer noopener">sudo access</a>, you can use it before executing each command.</strong></p>



<p>Open a terminal and add the EPEL repository.</p>



<pre class="wp-block-preformatted">dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm</pre>



<p>After it is added, the REMI repository must be added.</p>



<pre class="wp-block-preformatted">dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm</pre>



<p>Now the next step is to disable the PHP 7.2 module which is the default in the CentOS 8 installation</p>



<pre class="wp-block-preformatted">dnf module reset php:7.2</pre>



<p>And now enable the PHP 7.4 module of the REMI module.</p>



<pre class="wp-block-preformatted">dnf module enable php:remi-7.4</pre>



<p>The next steps are to set up <a href="https://www.osradar.com/install-lamp-stack-on-oracle-linux-8-rhel-8-centos-8/" target="_blank" rel="noreferrer noopener">LAMP</a> or <a href="https://www.osradar.com/how-to-install-lemp-on-oracle-linux-8-rhel-8-centos-8/" target="_blank" rel="noreferrer noopener">LEMP</a> on CentOS 8. This is up to you and the server you will be using.</p>



<p>For this example, I will install Apache.</p>



<pre class="wp-block-preformatted">dnf install httpd php-session php-json php-hash php-ctype php-mbstring php-zip php-gd php-curl php-openssl php-xml mariadb-server</pre>



<p>And finally, it installs PHPMyAdmin</p>



<pre class="wp-block-preformatted">dnf --enablerepo=remi install phpMyAdmin</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="536" src="https://www.osradar.com/wp-content/uploads/2021/01/1-1024x536.png" alt="1.- Install the latest of PHPMyAdmin on CentOS 8" class="wp-image-27408" srcset="https://www.osradar.com/wp-content/uploads/2021/01/1-1024x536.png 1024w, https://www.osradar.com/wp-content/uploads/2021/01/1-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/1-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/1-696x364.png 696w, https://www.osradar.com/wp-content/uploads/2021/01/1-1068x559.png 1068w, https://www.osradar.com/wp-content/uploads/2021/01/1.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Install the latest of PHPMyAdmin on CentOS 8</figcaption></figure>



<p>For PHPMyAdmin to run with Apache it is necessary to make a small change in the configuration file</p>



<pre class="wp-block-preformatted">nano /etc/httpd/conf.d/phpMyAdmin.conf</pre>



<p>And in the section leave it this way:</p>



<pre class="wp-block-preformatted">&lt;Directory /usr/share/phpMyAdmin>
    AddDefaultCharset UTF-8
    Require all granted
&lt;/Directory>
</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="703" height="337" src="https://www.osradar.com/wp-content/uploads/2021/01/2.png" alt="2.- Configuring PHPMyAdmin before the first use" class="wp-image-27409" srcset="https://www.osradar.com/wp-content/uploads/2021/01/2.png 703w, https://www.osradar.com/wp-content/uploads/2021/01/2-300x144.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/2-696x334.png 696w" sizes="(max-width: 703px) 100vw, 703px" /><figcaption>2.- Configuring PHPMyAdmin before the first use</figcaption></figure>



<p>Save the changes and close the editor.</p>



<p>To apply the changes in Apache, just restart the service</p>



<pre class="wp-block-preformatted">sudo systemctl restart httpd</pre>



<p>Then, open a web browser and go to <code>http://your-server/phpmyadmin</code> and you will see the following screen:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="525" src="https://www.osradar.com/wp-content/uploads/2021/01/3-1024x525.png" alt="3.- PHPMyAdmin main screen" class="wp-image-27410" srcset="https://www.osradar.com/wp-content/uploads/2021/01/3-1024x525.png 1024w, https://www.osradar.com/wp-content/uploads/2021/01/3-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/3-768x394.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/3-696x357.png 696w, https://www.osradar.com/wp-content/uploads/2021/01/3-1068x547.png 1068w, https://www.osradar.com/wp-content/uploads/2021/01/3.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- PHPMyAdmin main screen</figcaption></figure>



<p>So, enjoy it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-latest-phpmyadmin-centos-8/">Install the latest PHPMyAdmin on CentOS 8</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-phpmyadmin-centos-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install InoERP on Ubuntu 20.04 / Debian 10?</title>
		<link>https://www.osradar.com/install-inoerp-ubuntu-20-04-debian-10/</link>
					<comments>https://www.osradar.com/install-inoerp-ubuntu-20-04-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 02 Sep 2020 04:13:00 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ERP]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=14435</guid>

					<description><![CDATA[<p>Companies today require new applications that adapt to technological changes. Not only for the principle of effectiveness but for the optimization of resources that come from a healthy and planned administration. For this, there is ERP software. Today I will show you how to install inoERP on Ubuntu 20.4 / Debian 10. InoERP is a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-inoerp-ubuntu-20-04-debian-10/">How to install InoERP on Ubuntu 20.04 / Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Companies today require new applications that adapt to technological changes. Not only for the principle of effectiveness but for the optimization of resources that come from a healthy and planned administration. For this, there is ERP software. Today I will show you how to install inoERP on Ubuntu 20.4 / Debian 10.</p>
<p><a href="http://inoideas.org/" target="_blank" rel="noopener noreferrer">InoERP</a> is a web application created with <a href="https://osradar.com/tag/php/" target="_blank" rel="noopener noreferrer">PHP</a> that supports several web servers such as Apache or Nginx. It belongs to the type of ERP (Enterprise resource planning) ie it is a purely business application that helps with the planning of activities and resources of a company.</p>
<p>As a general rule, you have that any organization must have efficient planning to achieve its objectives. This is also the objective of inoERP. InoERP covers many fields within the organization, from human resources to e-commerce related tasks.</p>
<p>With too this is easy to deduce that we are in the presence of a very valuable and powerful application for our organization.</p>
<p>So, let&#8217;s get to work.</p>
<h2>Install inoERP on  Ubuntu 20.04 / Debian 10</h2>
<h3>1) Install LAMP on Ubuntu 20.04</h3>
<p>Since this is a web application, it is necessary that our team has a fully functional LAMP server. That&#8217;s the first step.</p>
<p>So, read</p>
<p><a href="https://www.osradar.com/install-lamp-ubuntu-20-04/" target="_blank" rel="noopener noreferrer">How to install LAMP on Ubuntu 20.04?</a></p>
<p>Also, install these Modules:</p>
<pre>php7.4 libapache2-mod-php7.4 php7.4-common php7.4-mysql php7.4-gmp php7.4-curl php7.4-intl php7.4-mbstring php7.4-xmlrpc php7.4-gd php7.4-bcmath php7.4-xml php7.4-cli php7.4-zip</pre>
<p>And you can continue.</p>
<h3>1.1) Install LAMP on Debian 10</h3>
<p>If you are using Debian 10 then read:</p>
<p><a href="https://www.osradar.com/install-lamp-on-debian-10/" target="_blank" rel="noopener noreferrer">How to install LAMP on Debian 10?</a></p>
<p>However, it is also necessary to install these PHP modules, so that the program runs correctly.</p>
<pre>php7.3 libapache2-mod-php7.3 php7.3-common php7.3-mysql php7.3-gmp php7.3-curl php7.3-intl php7.3-mbstring php7.3-xmlrpc php7.3-gd php7.3-bcmath php7.3-xml php7.3-cli php7.3-zip</pre>
<p>Make sure you install them.</p>
<h3>2) Create a new database for inoERP</h3>
<p>inoERP processes a lot of data. To do this efficiently, the application requires a relational <a href="https://www.osradar.com/tag/database/" target="_blank" rel="noopener noreferrer">database</a> management system such as <a href="https://osradar.com/tag/mysql/" target="_blank" rel="noopener noreferrer">MySQL</a> or <a href="https://osradar.com/tag/mariadb/" target="_blank" rel="noopener noreferrer">MariaDB</a>. But in turn, you have to create a database that will use inoERP. And as a security measure, create a dedicated user. Let&#8217;s go for it.</p>
<p>Open the MariaDB terminal and start running these commands to create the database and the new user. In turn, give permissions to this new user to use the newly created database.</p>
<pre>:~$ sudo mysql -u root -p
&gt; CREATE DATABASE inoerp;
&gt; CREATE USER 'inoerpuser'@'localhost' IDENTIFIED BY 'inoerppss';
&gt; GRANT ALL ON inoerp.* TO 'inoerpuser'@'localhost' IDENTIFIED BY 'inoerppss' WITH GRANT OPTION;
&gt; FLUSH PRIVILEGES;
&gt; exit;</pre>
<p><figure id="attachment_14501" aria-describedby="caption-attachment-14501" style="width: 1029px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-14501" src="https://www.osradar.com/wp-content/uploads/2019/10/1-8.png" alt="1.- Creating a new database for inoERP" width="1029" height="448" srcset="https://www.osradar.com/wp-content/uploads/2019/10/1-8.png 1029w, https://www.osradar.com/wp-content/uploads/2019/10/1-8-300x131.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/1-8-768x334.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/1-8-1024x446.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/1-8-696x303.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/1-8-965x420.png 965w" sizes="(max-width: 1029px) 100vw, 1029px" /><figcaption id="caption-attachment-14501" class="wp-caption-text">1.- Creating a new database for inoERP</figcaption></figure></p>
<p>Now we can continue.</p>
<h3>3) Download and Install inoERP (I)</h3>
<p>Now it is time to download and install inoERP. To do this, we will download it using Git. Then you have to install it.</p>
<p><a href="https://www.osradar.com/install-git-on-debian-10/" target="_blank" rel="noopener noreferrer">How to install git on Debian 10?</a></p>
<p><a href="https://www.osradar.com/install-git-ubuntu-20-04/" target="_blank" rel="noopener noreferrer">How to install git on Ubuntu 20.04?</a></p>
<p>Now, just start cloning the source code.</p>
<pre>:~$ cd /var/www/html
:~$ sudo git clone https://github.com/inoerp/inoerp.git</pre>
<p><figure id="attachment_14502" aria-describedby="caption-attachment-14502" style="width: 782px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-14502 size-full" src="https://www.osradar.com/wp-content/uploads/2019/10/2-6.png" alt="2.- Download and install inoERP on Ubuntu 20.04 / Debian 10" width="782" height="182" srcset="https://www.osradar.com/wp-content/uploads/2019/10/2-6.png 782w, https://www.osradar.com/wp-content/uploads/2019/10/2-6-300x70.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/2-6-768x179.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/2-6-696x162.png 696w" sizes="(max-width: 782px) 100vw, 782px" /><figcaption id="caption-attachment-14502" class="wp-caption-text">2.- Download and install inoERP on Ubuntu 20.04 / Debian 10</figcaption></figure></p>
<p>Next, create a new virtual host for inoERP.</p>
<pre>&lt;VirtualHost *:80&gt;
     ServerAdmin admin@osradar.test
     DocumentRoot /var/www/html/inoerp/inoerp/www
     ServerName inoerp.osradar.test
     ServerAlias www.inoerp.osradar.test

     &lt;Directory /var/www/html/inoERP/inoerp/www/&gt;
          Options FollowSymlinks
          AllowOverride All
          Require all granted
     &lt;/Directory&gt;

     ErrorLog ${APACHE_LOG_DIR}/error.log
     CustomLog ${APACHE_LOG_DIR}/access.log combined
    
     &lt;Directory /var/www/html/inoERP/inoerp/www/&gt;
            RewriteEngine on
            RewriteBase /
            RewriteCond %{REQUEST_FILENAME} !-f
            RewriteRule ^(.*) index.php [PT,L]
    &lt;/Directory&gt;
&lt;/VirtualHost&gt;</pre>
<p><figure id="attachment_23295" aria-describedby="caption-attachment-23295" style="width: 1122px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-23295 size-full" src="https://www.osradar.com/wp-content/uploads/2019/10/dsn.png" alt="3.- Creating a new virtual host for inoERP on Ubuntu 20.04 / Debian 10" width="1122" height="418" srcset="https://www.osradar.com/wp-content/uploads/2019/10/dsn.png 1122w, https://www.osradar.com/wp-content/uploads/2019/10/dsn-300x112.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/dsn-1024x381.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/dsn-768x286.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/dsn-696x259.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/dsn-1068x398.png 1068w" sizes="(max-width: 1122px) 100vw, 1122px" /><figcaption id="caption-attachment-23295" class="wp-caption-text">3.- Creating a new virtual host for inoERP on Ubuntu 20.04 / Debian 10</figcaption></figure></p>
<p>It must now be enabled for the change to take effect.</p>
<pre>:~$ sudo a2ensite inoerp.conf
:~$ sudo a2enmod rewrite
:~$ sudo systemctl restart apache2</pre>
<p>Now, we need to complete the installation using the web browser.</p>
<h3>4) Install inoERP using the web interface</h3>
<p>It is now necessary to complete the installation. Open your web browser and go to your server. You will see the following:</p>
<p><figure id="attachment_14506" aria-describedby="caption-attachment-14506" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-14506" src="https://www.osradar.com/wp-content/uploads/2019/10/5-6.png" alt="5.- Installing inoERP using the web interface" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/10/5-6.png 1354w, https://www.osradar.com/wp-content/uploads/2019/10/5-6-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/5-6-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/5-6-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/5-6-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/10/5-6-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/5-6-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/5-6-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-14506" class="wp-caption-text">5.- Installing inoERP using the web interface</figcaption></figure></p>
<p>After clicking on the continue button, you will have to enter the MariaDB credentials corresponding to inoERP.</p>
<p><figure id="attachment_14507" aria-describedby="caption-attachment-14507" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-14507" src="https://www.osradar.com/wp-content/uploads/2019/10/6-5.png" alt="6.- Database credentials" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/10/6-5.png 1354w, https://www.osradar.com/wp-content/uploads/2019/10/6-5-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/6-5-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/6-5-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/6-5-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/10/6-5-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/6-5-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/6-5-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-14507" class="wp-caption-text">6.- Database credentials</figcaption></figure></p>
<p>After this, the installation will begin. When you finish at the bottom, you will see a link to go to the home page.</p>
<p><figure id="attachment_14508" aria-describedby="caption-attachment-14508" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-14508" src="https://www.osradar.com/wp-content/uploads/2019/10/7-2.png" alt="7.- inoERP main screen" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/10/7-2.png 1354w, https://www.osradar.com/wp-content/uploads/2019/10/7-2-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/7-2-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/7-2-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/7-2-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/10/7-2-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/7-2-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/7-2-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-14508" class="wp-caption-text">7.- inoERP main screen</figcaption></figure></p>
<p>At the top right, you will see the login button. Click on it and enter your credentials. User: <strong>inoerp</strong> Password: <strong>inoerp</strong>. After that, you will see the dashboard.</p>
<p><figure id="attachment_14510" aria-describedby="caption-attachment-14510" style="width: 1354px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-14510 size-full" src="https://www.osradar.com/wp-content/uploads/2019/10/8-1.png" alt="8.- inoERP on Ubuntu 20.04 / Debian 10" width="1354" height="669" srcset="https://www.osradar.com/wp-content/uploads/2019/10/8-1.png 1354w, https://www.osradar.com/wp-content/uploads/2019/10/8-1-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/10/8-1-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/10/8-1-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/10/8-1-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/10/8-1-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/10/8-1-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/10/8-1-850x420.png 850w" sizes="(max-width: 1354px) 100vw, 1354px" /><figcaption id="caption-attachment-14510" class="wp-caption-text">8.- inoERP on Ubuntu 20.04 / Debian 10</figcaption></figure></p>
<p>So, start to work with this.</p>
<h2>Conclusion</h2>
<p>inoERP is a vital application for a small, medium or large organization. Thanks to this kind of software you can plan and manage resources and activities in an organization. Installing on Ubuntu 20.04 / Debian 10 is not a problem and gives a lot of results.</p>
<p>So, share this post and join <a href="https://t.me/osradar" target="_blank" rel="noopener noreferrer">our Telegram Channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-inoerp-ubuntu-20-04-debian-10/">How to install InoERP on Ubuntu 20.04 / Debian 10?</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-inoerp-ubuntu-20-04-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
