<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Installing manadatory software for websites hosting !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/43573/installing-manadatory-software-for-websites-hosting?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/43573/installing-manadatory-software-for-websites-hosting?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43573/installing-manadatory-software-for-websites-hosting</guid>
	<pubDate>Mon, 01 Nov 2021 04:35:23 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43573/installing-manadatory-software-for-websites-hosting</link>
	<title><![CDATA[Installing manadatory software for websites hosting !]]></title>
	<description><![CDATA[<code>#See all the installed
apt list --installed
apt list

#Installing Apache
#To install Apache, install the latest meta-package apache2 by running:

sudo apt update
sudo apt install apache2

#Install the mysql-server
sudo apt install mysql-server
sudo systemctl status mysql

#Remove PHP and all his libraries and files
sudo apt-get purge php7.*

#Install PHP again
sudo apt-get install php7.2

#Install Php admin
sudo apt install phpmyadmin php-mbstring php-gettext</code>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>

</channel>
</rss>