<?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>DevOps - WPSandbox</title>
	<atom:link href="https://wpsandbox.net/category/devops/feed" rel="self" type="application/rss+xml" />
	<link>https://wpsandbox.net</link>
	<description>Free WordPress Sandbox</description>
	<lastBuildDate>Wed, 03 Jul 2024 23:12:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Which port to open when cloning a git repository from Bitbucket?</title>
		<link>https://wpsandbox.net/devops/which-port-to-open-when-cloning-a-git-repository-from-bitbucket-p1234</link>
					<comments>https://wpsandbox.net/devops/which-port-to-open-when-cloning-a-git-repository-from-bitbucket-p1234#respond</comments>
		
		<dc:creator><![CDATA[superadmin]]></dc:creator>
		<pubDate>Wed, 03 Jul 2024 23:04:59 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<guid isPermaLink="false">https://wpsandbox.net/?p=1234</guid>

					<description><![CDATA[To clone a git repository from BitBucket you can do that either via HTTPS (port 443) or via ssh which is port 22. So your administrator may have to allow outgoing connections to port 22. https/443 are probably allowed already. To open port 22 on Ubuntu run this command repo url should look like this [&#8230;]]]></description>
		
					<wfw:commentRss>https://wpsandbox.net/devops/which-port-to-open-when-cloning-a-git-repository-from-bitbucket-p1234/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Fix Docker Error: docker: &#039;compose&#039; is not a docker command</title>
		<link>https://wpsandbox.net/devops/how-to-fix-docker-error-docker-compose-is-not-a-docker-command-p1022</link>
					<comments>https://wpsandbox.net/devops/how-to-fix-docker-error-docker-compose-is-not-a-docker-command-p1022#respond</comments>
		
		<dc:creator><![CDATA[WPSandbox]]></dc:creator>
		<pubDate>Wed, 29 May 2024 15:00:23 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<guid isPermaLink="false">https://wpsandbox.net/?p=1022</guid>

					<description><![CDATA[You're an awesome WordPress developer and wanted to use docker with WordPress and run into an error. in docker v1 to use docker compose you had to use docker-compose … but in v2 docker compose is added a docker subcommand i.e. docker compose To install Docker Compose v2 run this command as root.]]></description>
		
					<wfw:commentRss>https://wpsandbox.net/devops/how-to-fix-docker-error-docker-compose-is-not-a-docker-command-p1022/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Fix docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument &#039;chunked&#039;</title>
		<link>https://wpsandbox.net/devops/fix-dockerexception-error-while-fetching-server-api-version-httpconnection-request-got-an-unexpected-keyword-argument-chunked-p1016</link>
					<comments>https://wpsandbox.net/devops/fix-dockerexception-error-while-fetching-server-api-version-httpconnection-request-got-an-unexpected-keyword-argument-chunked-p1016#respond</comments>
		
		<dc:creator><![CDATA[WPSandbox]]></dc:creator>
		<pubDate>Wed, 29 May 2024 14:48:30 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<guid isPermaLink="false">https://wpsandbox.net/?p=1016</guid>

					<description><![CDATA[You will most likely see this error even on a fresh Ubuntu installation. It's really strange how nobody caught that. Yes, it’s frustrating, I know especially if you're very busy. it is possible to that this error is related to some python modules/libraries &#160;requests&#60;2.29.0' and 'urllib3&#60;2.0 according to the ticket below. They suggest downgrading but [&#8230;]]]></description>
		
					<wfw:commentRss>https://wpsandbox.net/devops/fix-dockerexception-error-while-fetching-server-api-version-httpconnection-request-got-an-unexpected-keyword-argument-chunked-p1016/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Upgrade your Ubuntu Server&#039;s PHP Version</title>
		<link>https://wpsandbox.net/devops/how-to-upgrade-to-php-8-3-version-p922</link>
					<comments>https://wpsandbox.net/devops/how-to-upgrade-to-php-8-3-version-p922#respond</comments>
		
		<dc:creator><![CDATA[WPSandbox]]></dc:creator>
		<pubDate>Tue, 16 Apr 2024 15:48:02 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[server]]></category>
		<guid isPermaLink="false">https://wpsandbox.net/?p=922</guid>

					<description><![CDATA[This tutorial assumes that you are using Apache web server and php as an apache module. The steps may differ if you have a different set up. For example nginx, php-fpm + apache, docker etc. As of this writing the old version is PHP 7.4 and the new PHP version is 8.3. You may need [&#8230;]]]></description>
		
					<wfw:commentRss>https://wpsandbox.net/devops/how-to-upgrade-to-php-8-3-version-p922/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What PHP functions to disable to secure your WordPress server</title>
		<link>https://wpsandbox.net/devops/what-php-functions-to-disable-to-secure-your-wordpress-server-p924</link>
					<comments>https://wpsandbox.net/devops/what-php-functions-to-disable-to-secure-your-wordpress-server-p924#respond</comments>
		
		<dc:creator><![CDATA[WPSandbox]]></dc:creator>
		<pubDate>Fri, 12 Apr 2024 09:48:50 +0000</pubDate>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://wpsandbox.net/?p=924</guid>

					<description><![CDATA[Why disable certain PHP functions When securing a PHP server, it's critical to disable some functions that allow attackers to execute harmful commands or scripts. PHP Functions like exec, system, and shell_exec are used to execute external commands which poses a security risk. This could be called by a script you uploaded or by a [&#8230;]]]></description>
		
					<wfw:commentRss>https://wpsandbox.net/devops/what-php-functions-to-disable-to-secure-your-wordpress-server-p924/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
