<?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>InfoHeap</title>
	<atom:link href="https://infoheap.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://infoheap.com/</link>
	<description>Tech tutorials, tips, tools and more</description>
	<lastBuildDate>Thu, 04 May 2023 16:33:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2</generator>
	<item>
		<title>Mysql multi column Index</title>
		<link>https://infoheap.com/mysql-multi-column-index/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 04 May 2023 16:14:19 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Mysql]]></category>
		<guid isPermaLink="false">https://infoheap.com/?p=14320</guid>

					<description><![CDATA[<p>This article covers when to user mysql multi column index and how does the order of column impact the query and index usage. Sample table <a href="https://infoheap.com/mysql-multi-column-index/"><span class="read-more-link">read more<span></a></p>
<p>The post <a href="https://infoheap.com/mysql-multi-column-index/">Mysql multi column Index</a> appeared first on <a href="https://infoheap.com">InfoHeap</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Mac &#8211; how to use kubernetes with Lima-VM</title>
		<link>https://infoheap.com/mac-use-kubernetes-with-lima-vm/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 01 Jan 2023 16:40:27 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Mac]]></category>
		<guid isPermaLink="false">https://infoheap.com/?p=14296</guid>

					<description><![CDATA[<p>Lima is Linux virtual machines (on macOS, in most cases). Lima launches Linux virtual machines with automatic file sharing and port forwarding (similar to WSL2), <a href="https://infoheap.com/mac-use-kubernetes-with-lima-vm/"><span class="read-more-link">read more<span></a></p>
<p>The post <a href="https://infoheap.com/mac-use-kubernetes-with-lima-vm/">Mac &#8211; how to use kubernetes with Lima-VM</a> appeared first on <a href="https://infoheap.com">InfoHeap</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Mac podman quick start guide</title>
		<link>https://infoheap.com/mac-podman-quick-start-guide/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 01 Jan 2023 13:58:29 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac podman]]></category>
		<guid isPermaLink="false">https://infoheap.com/?p=14292</guid>

					<description><![CDATA[<p>Steps to install podman on mac Instal podman and podman-desktopbrew install podmanbrew install podman-desktop Init and start podmanpodman machine initpodman machine start Start podman deskop <a href="https://infoheap.com/mac-podman-quick-start-guide/"><span class="read-more-link">read more<span></a></p>
<p>The post <a href="https://infoheap.com/mac-podman-quick-start-guide/">Mac podman quick start guide</a> appeared first on <a href="https://infoheap.com">InfoHeap</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Mac docker minikube kubernetes &#8211; how to get shell access to container</title>
		<link>https://infoheap.com/mac-docker-minikube-kubernetes-how-to-get-shell-access-to-container/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 01 Jan 2023 13:30:02 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Mac Docker]]></category>
		<category><![CDATA[Minikube]]></category>
		<guid isPermaLink="false">https://infoheap.com/?p=14290</guid>

					<description><![CDATA[<p>In case you are running a docket and minikube or some other kubernetes, here are ways to ssh to a container: To ssh to a <a href="https://infoheap.com/mac-docker-minikube-kubernetes-how-to-get-shell-access-to-container/"><span class="read-more-link">read more<span></a></p>
<p>The post <a href="https://infoheap.com/mac-docker-minikube-kubernetes-how-to-get-shell-access-to-container/">Mac docker minikube kubernetes &#8211; how to get shell access to container</a> appeared first on <a href="https://infoheap.com">InfoHeap</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Mac docker &#8211; create getting-started image and run container using it</title>
		<link>https://infoheap.com/mac-docker-create-getting-started-image-and-run-container-using-it/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 01 Jan 2023 13:13:17 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Mac Docker]]></category>
		<guid isPermaLink="false">https://infoheap.com/?p=14287</guid>

					<description><![CDATA[<p>This tutorial will cover steps to create a docker image for getting-started code and run a container with it. Run a container and clone getting-started <a href="https://infoheap.com/mac-docker-create-getting-started-image-and-run-container-using-it/"><span class="read-more-link">read more<span></a></p>
<p>The post <a href="https://infoheap.com/mac-docker-create-getting-started-image-and-run-container-using-it/">Mac docker &#8211; create getting-started image and run container using it</a> appeared first on <a href="https://infoheap.com">InfoHeap</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Mac kubernetes &#8211; create two container pod with shared volume</title>
		<link>https://infoheap.com/mac-kubernetes-create-two-container-pod-with-shared-volume/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 31 Dec 2022 10:03:38 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Mac Docker]]></category>
		<guid isPermaLink="false">https://infoheap.com/?p=14282</guid>

					<description><![CDATA[<p>This tutorial will cover steps to create a pod with nginx container and ubuntu containers with shared volume. Both containers will have the same IP <a href="https://infoheap.com/mac-kubernetes-create-two-container-pod-with-shared-volume/"><span class="read-more-link">read more<span></a></p>
<p>The post <a href="https://infoheap.com/mac-kubernetes-create-two-container-pod-with-shared-volume/">Mac kubernetes &#8211; create two container pod with shared volume</a> appeared first on <a href="https://infoheap.com">InfoHeap</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Mac &#8211; create a one container pod and get shell to it</title>
		<link>https://infoheap.com/mac-create-a-one-container-pod-and-get-shell-to-it/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 31 Dec 2022 07:52:19 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Mac Docker]]></category>
		<guid isPermaLink="false">https://infoheap.com/?p=14275</guid>

					<description><![CDATA[<p>Steps to create a pod with nginx container and get shell to it: Create config file shell-demo.yaml Create the podkubectl apply -f shell-demo.yaml Get a <a href="https://infoheap.com/mac-create-a-one-container-pod-and-get-shell-to-it/"><span class="read-more-link">read more<span></a></p>
<p>The post <a href="https://infoheap.com/mac-create-a-one-container-pod-and-get-shell-to-it/">Mac &#8211; create a one container pod and get shell to it</a> appeared first on <a href="https://infoheap.com">InfoHeap</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Mac &#8211; enable and use kubernetes in docker</title>
		<link>https://infoheap.com/mac-enable-and-use-kubernetes-in-docker/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 30 Dec 2022 16:12:49 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[Mac Docker]]></category>
		<guid isPermaLink="false">https://infoheap.com/?p=14269</guid>

					<description><![CDATA[<p>Mac Docker comes with kubernetes embedded which can be enabled. Here the steps to enable and use kubernetes: Click on settings icons in Docker desktop, <a href="https://infoheap.com/mac-enable-and-use-kubernetes-in-docker/"><span class="read-more-link">read more<span></a></p>
<p>The post <a href="https://infoheap.com/mac-enable-and-use-kubernetes-in-docker/">Mac &#8211; enable and use kubernetes in docker</a> appeared first on <a href="https://infoheap.com">InfoHeap</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Mac &#8211; docker sample &#8211; single container dev env &#8211; quick start</title>
		<link>https://infoheap.com/mac-docker-sample-single-container-dev-env-quick-start/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 29 Dec 2022 16:34:43 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Mac Docker]]></category>
		<guid isPermaLink="false">https://infoheap.com/?p=14263</guid>

					<description><![CDATA[<p>Steps to start create and run docker sample &#8211; single container dev env: Install Visual Studio Code Install dev Containers extension in Visual Studio Code <a href="https://infoheap.com/mac-docker-sample-single-container-dev-env-quick-start/"><span class="read-more-link">read more<span></a></p>
<p>The post <a href="https://infoheap.com/mac-docker-sample-single-container-dev-env-quick-start/">Mac &#8211; docker sample &#8211; single container dev env &#8211; quick start</a> appeared first on <a href="https://infoheap.com">InfoHeap</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Mac &#8211; find which process is listening on a port</title>
		<link>https://infoheap.com/mac-find-which-process-is-listening-on-a-port/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 29 Dec 2022 14:01:38 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac Command Line]]></category>
		<guid isPermaLink="false">https://infoheap.com/?p=14260</guid>

					<description><![CDATA[<p>We can use lsof or netstat to find which process is listening on a port. Here are the steps: To see which process is listening <a href="https://infoheap.com/mac-find-which-process-is-listening-on-a-port/"><span class="read-more-link">read more<span></a></p>
<p>The post <a href="https://infoheap.com/mac-find-which-process-is-listening-on-a-port/">Mac &#8211; find which process is listening on a port</a> appeared first on <a href="https://infoheap.com">InfoHeap</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using memcache (SSL caching disabled) 

Served from: infoheap.com @ 2024-07-20 22:20:40 by W3 Total Cache
-->