<?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>Operating system Archives &#187; Solution Tutorials</title>
	<atom:link href="https://www.solutiontutorials.com/category/operating-system/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.solutiontutorials.com/category/operating-system/</link>
	<description>We share everything we know</description>
	<lastBuildDate>Sat, 26 Feb 2022 04:16:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.solutiontutorials.com/wp-content/uploads/2019/01/icon-crm-300x300-150x150.png</url>
	<title>Operating system Archives &#187; Solution Tutorials</title>
	<link>https://www.solutiontutorials.com/category/operating-system/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Debug Magento Cloud project with Xdebug</title>
		<link>https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/</link>
					<comments>https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/#comments</comments>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 07 Aug 2021 11:38:50 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Magento Cloud]]></category>
		<category><![CDATA[Xdebug]]></category>
		<guid isPermaLink="false">https://www.solutiontutorials.com/?p=462</guid>

					<description><![CDATA[<p>Debug Magento Cloud project with Xdebug It&#8217;s the same as remote debugging on a webserver. Just some differences are listed below&#8211; Magento Cloud has 3 nodes for the staging environment.&#8211; You have to create a ticket on Magento support for enabling Xdebug and get the Xdebug key. Requirements To run and use Xdebug, you need the SSH URL for the environment. You can locate the information through the Project Web Interface or your Cloud Onboarding UI. Configure Xdebug To configure...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/">Debug Magento Cloud project with Xdebug</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.solutiontutorials.com/development/configure-xdebug-magento-cloud/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Config Redis Cache with Magento 2</title>
		<link>https://www.solutiontutorials.com/development/config-redis-cache-with-magento-2/</link>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Mon, 22 Jan 2018 13:02:47 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Redis]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=159</guid>

					<description><![CDATA[<p>1. Raise somaxconn above [tcp-backlog] value: sudo nano /etc/rc.local Add this: sysctl -w net.core.somaxconn=65535 When you reboot the next time, the new setting will be to allow 65535 connections instead of 128 as before. 2. Make sure to disable Linux kernel feature transparent huge pages, it will affect greatly both memory usage and latency in a negative way. This is accomplished with the following command: echo never &#62; /sys/kernel/mm/transparent_hugepage/enabled. then add the command to your /etc/rc.local file. if test -f...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/config-redis-cache-with-magento-2/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/config-redis-cache-with-magento-2/">Config Redis Cache with Magento 2</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How To Install Elasticsearch on Ubuntu 16.04</title>
		<link>https://www.solutiontutorials.com/operating-system/how-to-install-elasticsearch-on-ubuntu-16-04/</link>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Thu, 28 Dec 2017 05:28:13 +0000</pubDate>
				<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[elasticsearch]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Ubuntu 16.04]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=136</guid>

					<description><![CDATA[<p>Introduction Elasticsearch is a platform for distributed search and analysis of data in real time. Its popularity is due to its ease of use, powerful features, and scalability. Elasticsearch supports RESTful operations. This means that you can use HTTP methods (GET, POST, PUT, DELETE, etc.) in combination with an HTTP URI (/collection/entry) to manipulate your data. The intuitive RESTful approach is both developer- and user-friendly, which is one of the reasons for Elasticsearch&#8217;s popularity. Elasticsearch is a free and open...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/operating-system/how-to-install-elasticsearch-on-ubuntu-16-04/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/operating-system/how-to-install-elasticsearch-on-ubuntu-16-04/">How To Install Elasticsearch on Ubuntu 16.04</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Magento 2 System requirement.</title>
		<link>https://www.solutiontutorials.com/operating-system/magento-2-system-requirement/</link>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 23 Dec 2017 12:12:02 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Window]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=103</guid>

					<description><![CDATA[<p>Magento 2 System Requirements Environment Operating System Linux x86-64 Composer Composer is required for developers who want to contribute to code base, or develop extensions. Web Server Apache 2.2 or 2.4 The apache mod_rewrite module must be enabled. To learn more, see: Apache. Nginx 1.8.x (or latest mainline version) PHP 7.0.4 Magento 2.1.2 and later only. 7.0.2 , 7.0.6 to 7.1.0 Magento 2.1.x (all versions) 5.6.5 and later Magento 2.1.2 5.6.x Magento 2.1.0 and 2.1.1 Not Supported: PHP 7.1, 5.4 Not...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/operating-system/magento-2-system-requirement/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/operating-system/magento-2-system-requirement/">Magento 2 System requirement.</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Completed List Setup Ubuntu run Magento 2</title>
		<link>https://www.solutiontutorials.com/operating-system/completed-list-setup-ubuntu-run-magento-2/</link>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 23 Dec 2017 11:39:33 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=93</guid>

					<description><![CDATA[<p>First step: &#62;&#62; Install Apache web service and virtual host to Ubuntu Second Step: &#62;&#62; Install PHP v7.0 Verify PHP is installed To verify if PHP is installed already, enter php -v. If PHP is installed, messages similar to the following display: PHP 5.6.4-1+deb.sury.org~precise+1 (cli) (built: Dec 21 2014 19:26:25) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2014 Zend Technologies with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies Install PHP7 On Ubuntu 1: Enter...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/operating-system/completed-list-setup-ubuntu-run-magento-2/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/operating-system/completed-list-setup-ubuntu-run-magento-2/">Completed List Setup Ubuntu run Magento 2</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How To Set Up Apache Virtual Hosts on Ubuntu</title>
		<link>https://www.solutiontutorials.com/operating-system/how-to-set-up-apache-virtual-hosts-on-ubuntu/</link>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 23 Dec 2017 11:25:42 +0000</pubDate>
				<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=77</guid>

					<description><![CDATA[<p>How To Set Up Apache Virtual Hosts on Ubuntu Introduction The Apache web server is the most popular way of serving web content on the internet. It accounts for more than half of all active websites on the internet and is extremely powerful and flexible. Apache breaks its functionality and components into individual units that can be customized and configured independently. The basic unit that describes an individual site or domain is called a virtual host. These designations allow the...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/operating-system/how-to-set-up-apache-virtual-hosts-on-ubuntu/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/operating-system/how-to-set-up-apache-virtual-hosts-on-ubuntu/">How To Set Up Apache Virtual Hosts on Ubuntu</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How To Install the Apache Web Server on Ubuntu</title>
		<link>https://www.solutiontutorials.com/operating-system/how-to-install-the-apache-web-server-on-ubuntu/</link>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sat, 23 Dec 2017 11:09:20 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Ubuntu 16.04]]></category>
		<category><![CDATA[Web Service]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=66</guid>

					<description><![CDATA[<p>Introduction The Apache HTTP server is the most widely-used web server in the world. It provides many powerful features including dynamically loadable modules, robust media support, and extensive integration with other popular software. In this guide, we&#8217;ll discuss how to install an Apache web server on your Ubuntu 16.04 server. Prerequisites Before you begin this guide, you should have a regular, non-root user with sudo privileges configured on your server. Additionally, you will need to configure a basic firewall to...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/operating-system/how-to-install-the-apache-web-server-on-ubuntu/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/operating-system/how-to-install-the-apache-web-server-on-ubuntu/">How To Install the Apache Web Server on Ubuntu</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
