<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="https://www.michaelcrump.net/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.michaelcrump.net/" rel="alternate" type="text/html" /><updated>2022-08-18T22:16:58+00:00</updated><id>https://www.michaelcrump.net/feed.xml</id><title type="html">Michael Crump</title><subtitle>Michael Crump's Software Development Blog</subtitle><author><name>Michael Crump</name><email>michael@michaelcrump.net</email><uri>https://www.michaelcrump.net</uri></author><entry><title type="html">Transfer.sh - Share files from the command line</title><link href="https://www.michaelcrump.net/transfersh/" rel="alternate" type="text/html" title="Transfer.sh - Share files from the command line" /><published>2022-08-18T00:00:00+00:00</published><updated>2022-08-18T00:00:00+00:00</updated><id>https://www.michaelcrump.net/transfersh</id><content type="html" xml:base="https://www.michaelcrump.net/transfersh/"><![CDATA[<h2 id="transfer-files-from-one-linux-system-to-another">Transfer files from one Linux system to another</h2>

<p>I recently ran into a situation where I needed to transfer files from a Linux system to a Windows box but didn’t have access to create a RDP session or SSH tunnel. I was looking for a solution and remembered that I could use <a href="https://transfer.sh/">https://transfer.sh/</a> to do it.</p>

<p>Basically on the Linux system or wherever you have access to cURL, you can run this command <code class="language-plaintext highlighter-rouge">curl --upload-file FILE-TO-UPLOAD https://transfer.sh/FILE-TO-UPLOAD
</code></p>

<p>In my case I have a file on my HDD that is named <code class="language-plaintext highlighter-rouge">test.txt</code> and the contents of it are:</p>

<p><code class="language-plaintext highlighter-rouge">Hello from MichaelCrump.net</code></p>

<p>When I run <code class="language-plaintext highlighter-rouge">curl --upload-file test.txt https://transfer.sh/test.txt</code> then the output displays where the file is stored at. In my example, it went to <code class="language-plaintext highlighter-rouge">https://transfer.sh/vSe7c5/test.txt</code>. I could now visit this site on another computer to download the file.</p>

<p>How cool is that?!?</p>

<p>There is also a set of other cool features such as:</p>

<ul>
  <li>Free to use</li>
  <li>You can upload multiple files at once</li>
  <li>You can encrypt your files with gpg before transfer</li>
  <li>wget, python supports</li>
  <li>much more!</li>
</ul>

<p>Check it out and LMK what you think!</p>

<h2 id="do-you-want-more-articles-like-this">Do you want more articles like this?</h2>
<p>If you’d like to learn more Tips and Tricks, then follow me on <a href="http://twitter.com/mbcrump">Twitter</a> or stay tuned to this blog! I’d also love to hear your tips and tricks, just leave a comment below.</p>]]></content><author><name>Michael Crump</name><email>michael@michaelcrump.net</email><uri>https://www.michaelcrump.net</uri></author><category term="linux" /><category term="file sharing" /><category term="resources" /><summary type="html"><![CDATA[Learn how to share files from the command line]]></summary></entry><entry><title type="html">Azure Tips and Tricks Part 210 - Working with Azure Blueprints</title><link href="https://www.michaelcrump.net/azure-tips-and-tricks210/" rel="alternate" type="text/html" title="Azure Tips and Tricks Part 210 - Working with Azure Blueprints" /><published>2019-07-30T00:00:00+00:00</published><updated>2019-07-30T00:00:00+00:00</updated><id>https://www.michaelcrump.net/azure-tips-and-tricks210</id><content type="html" xml:base="https://www.michaelcrump.net/azure-tips-and-tricks210/"><![CDATA[<p><strong>ATTENTION:</strong> Azure Tips and Tricks has moved! <a href="http://azuredev.tips/">Go here</a> to access the new site and subscribe to the <a href="https://microsoft.github.io/AzureTipsAndTricks/rss.xml">RSS feed</a> for future updates. I’ll also be linking to new posts on my blog for the next month or so to give folks time to update their links/feed. Be sure to star the <a href="http://source.azuredev.tips">repo</a> as well. {: .notice–primary}</p>

<h2 id="working-with-azure-blueprints">Working with Azure Blueprints</h2>

<p>The post you are looking for is <a href="https://microsoft.github.io/AzureTipsAndTricks/blog/tip210.html">here</a> All future Azure Tips and Tricks will be located on <a href="http://azuredev.tips/">the new site</a>.</p>

<p class="notice--primary"><strong>ATTENTION:</strong> Help shape the future of Azure Tips and Tricks by telling me what you’d like for me to write about! Help me help you by filling out this [quick survey. - http://survey.azuredev.tips)</p>

<h2 id="want-more-azure-tips-and-tricks">Want more Azure Tips and Tricks?</h2>
<p>If you’d like to learn more Azure Tips and Tricks, then follow me on [twitter - http://twitter.com/mbcrump){: .btn .btn–success} or stay tuned to this blog! I’d also love to hear your tips and tricks for working in Azure, just leave a comment below.</p>]]></content><author><name>Michael Crump</name><email>michael@michaelcrump.net</email><uri>https://www.michaelcrump.net</uri></author><category term="azure" /><category term="app service" /><category term="portal" /><category term="resources" /><summary type="html"><![CDATA[Learn how to use working with azure blueprints]]></summary></entry><entry><title type="html">Azure Tips and Tricks Part 211 - Working with Azure Functions using PowerShell</title><link href="https://www.michaelcrump.net/azure-tips-and-tricks211/" rel="alternate" type="text/html" title="Azure Tips and Tricks Part 211 - Working with Azure Functions using PowerShell" /><published>2019-07-30T00:00:00+00:00</published><updated>2019-07-30T00:00:00+00:00</updated><id>https://www.michaelcrump.net/azure-tips-and-tricks211</id><content type="html" xml:base="https://www.michaelcrump.net/azure-tips-and-tricks211/"><![CDATA[<p><strong>ATTENTION:</strong> Azure Tips and Tricks has moved! <a href="http://azuredev.tips/">Go here</a> to access the new site and subscribe to the <a href="https://microsoft.github.io/AzureTipsAndTricks/rss.xml">RSS feed</a> for future updates. I’ll also be linking to new posts on my blog for the next month or so to give folks time to update their links/feed. Be sure to star the <a href="http://source.azuredev.tips">repo</a> as well. {: .notice–primary}</p>

<h2 id="working-with-azure-functions-using-powershell">Working with Azure Functions using PowerShell</h2>

<p>The post you are looking for is <a href="https://microsoft.github.io/AzureTipsAndTricks/blog/tip211.html">here</a> All future Azure Tips and Tricks will be located on <a href="http://azuredev.tips/">the new site</a>.</p>

<p class="notice--primary"><strong>ATTENTION:</strong> Help shape the future of Azure Tips and Tricks by telling me what you’d like for me to write about! Help me help you by filling out this [quick survey. - http://survey.azuredev.tips)</p>

<h2 id="want-more-azure-tips-and-tricks">Want more Azure Tips and Tricks?</h2>
<p>If you’d like to learn more Azure Tips and Tricks, then follow me on [twitter - http://twitter.com/mbcrump){: .btn .btn–success} or stay tuned to this blog! I’d also love to hear your tips and tricks for working in Azure, just leave a comment below.</p>]]></content><author><name>Michael Crump</name><email>michael@michaelcrump.net</email><uri>https://www.michaelcrump.net</uri></author><category term="azure" /><category term="app service" /><category term="portal" /><category term="resources" /><summary type="html"><![CDATA[Learn how to use working with azure functions using powershell]]></summary></entry><entry><title type="html">Azure Tips and Tricks Part 209 - Prebuilt Terraform Image to automate Infrastructure Deployment</title><link href="https://www.michaelcrump.net/azure-tips-and-tricks209/" rel="alternate" type="text/html" title="Azure Tips and Tricks Part 209 - Prebuilt Terraform Image to automate Infrastructure Deployment" /><published>2019-07-22T00:00:00+00:00</published><updated>2019-07-22T00:00:00+00:00</updated><id>https://www.michaelcrump.net/azure-tips-and-tricks209</id><content type="html" xml:base="https://www.michaelcrump.net/azure-tips-and-tricks209/"><![CDATA[<p><strong>ATTENTION:</strong> Azure Tips and Tricks has moved! <a href="http://azuredev.tips/">Go here</a> to access the new site and subscribe to the <a href="https://microsoft.github.io/AzureTipsAndTricks/rss.xml">RSS feed</a> for future updates. I’ll also be linking to new posts on my blog for the next month or so to give folks time to update their links/feed. Be sure to star the <a href="http://source.azuredev.tips">repo</a> as well. {: .notice–primary}</p>

<h2 id="prebuilt-terraform-image-to-automate-infrastructure-deployment">Prebuilt Terraform Image to automate Infrastructure Deployment</h2>

<p>The post you are looking for is <a href="https://microsoft.github.io/AzureTipsAndTricks/blog/tip209.html">here</a> All future Azure Tips and Tricks will be located on <a href="http://azuredev.tips/">the new site</a>.</p>

<p class="notice--primary"><strong>ATTENTION:</strong> Help shape the future of Azure Tips and Tricks by telling me what you’d like for me to write about! Help me help you by filling out this [quick survey. - http://survey.azuredev.tips)</p>

<h2 id="want-more-azure-tips-and-tricks">Want more Azure Tips and Tricks?</h2>
<p>If you’d like to learn more Azure Tips and Tricks, then follow me on [twitter - http://twitter.com/mbcrump){: .btn .btn–success} or stay tuned to this blog! I’d also love to hear your tips and tricks for working in Azure, just leave a comment below.</p>]]></content><author><name>Michael Crump</name><email>michael@michaelcrump.net</email><uri>https://www.michaelcrump.net</uri></author><category term="azure" /><category term="app service" /><category term="portal" /><category term="resources" /><summary type="html"><![CDATA[Learn how to use prebuilt terraform image to automate infrastructure deployment]]></summary></entry><entry><title type="html">Azure Tips and Tricks Part 208 - Set up a MEAN-based web application on a new Azure Linux virtual machine</title><link href="https://www.michaelcrump.net/azure-tips-and-tricks208/" rel="alternate" type="text/html" title="Azure Tips and Tricks Part 208 - Set up a MEAN-based web application on a new Azure Linux virtual machine" /><published>2019-07-21T00:00:00+00:00</published><updated>2019-07-21T00:00:00+00:00</updated><id>https://www.michaelcrump.net/azure-tips-and-tricks208</id><content type="html" xml:base="https://www.michaelcrump.net/azure-tips-and-tricks208/"><![CDATA[<p><strong>ATTENTION:</strong> Azure Tips and Tricks has moved! <a href="http://azuredev.tips/">Go here</a> to access the new site and subscribe to the <a href="https://microsoft.github.io/AzureTipsAndTricks/rss.xml">RSS feed</a> for future updates. I’ll also be linking to new posts on my blog for the next month or so to give folks time to update their links/feed. Be sure to star the <a href="http://source.azuredev.tips">repo</a> as well. {: .notice–primary}</p>

<h2 id="set-up-a-mean-based-web-application-on-a-new-azure-linux-virtual-machine">Set up a MEAN-based web application on a new Azure Linux virtual machine</h2>

<p>The post you are looking for is <a href="https://microsoft.github.io/AzureTipsAndTricks/blog/tip208.html">here</a> All future Azure Tips and Tricks will be located on <a href="http://azuredev.tips/">the new site</a>.</p>

<p class="notice--primary"><strong>ATTENTION:</strong> Help shape the future of Azure Tips and Tricks by telling me what you’d like for me to write about! Help me help you by filling out this [quick survey. - http://survey.azuredev.tips)</p>

<h2 id="want-more-azure-tips-and-tricks">Want more Azure Tips and Tricks?</h2>
<p>If you’d like to learn more Azure Tips and Tricks, then follow me on [twitter - http://twitter.com/mbcrump){: .btn .btn–success} or stay tuned to this blog! I’d also love to hear your tips and tricks for working in Azure, just leave a comment below.</p>]]></content><author><name>Michael Crump</name><email>michael@michaelcrump.net</email><uri>https://www.michaelcrump.net</uri></author><category term="azure" /><category term="app service" /><category term="portal" /><category term="resources" /><summary type="html"><![CDATA[Learn how to use set up a mean-based web application on a new azure linux virtual machine]]></summary></entry><entry><title type="html">Azure Tips and Tricks Part 206 - Create, host, and share packages with your team with Azure Artifacts</title><link href="https://www.michaelcrump.net/azure-tips-and-tricks206/" rel="alternate" type="text/html" title="Azure Tips and Tricks Part 206 - Create, host, and share packages with your team with Azure Artifacts" /><published>2019-07-15T00:00:00+00:00</published><updated>2019-07-15T00:00:00+00:00</updated><id>https://www.michaelcrump.net/azure-tips-and-tricks206</id><content type="html" xml:base="https://www.michaelcrump.net/azure-tips-and-tricks206/"><![CDATA[<p><strong>ATTENTION:</strong> Azure Tips and Tricks has moved! <a href="http://azuredev.tips/">Go here</a> to access the new site and subscribe to the <a href="https://microsoft.github.io/AzureTipsAndTricks/rss.xml">RSS feed</a> for future updates. I’ll also be linking to new posts on my blog for the next month or so to give folks time to update their links/feed. Be sure to star the <a href="http://source.azuredev.tips">repo</a> as well. {: .notice–primary}</p>

<h2 id="create-host-and-share-packages-with-your-team-with-azure-artifacts">Create, host, and share packages with your team with Azure Artifacts</h2>

<p>The post you are looking for is <a href="https://microsoft.github.io/AzureTipsAndTricks/blog/tip206.html">here</a> All future Azure Tips and Tricks will be located on <a href="http://azuredev.tips/">the new site</a>.</p>

<p class="notice--primary"><strong>ATTENTION:</strong> Help shape the future of Azure Tips and Tricks by telling me what you’d like for me to write about! Help me help you by filling out this [quick survey. - http://survey.azuredev.tips)</p>

<h2 id="want-more-azure-tips-and-tricks">Want more Azure Tips and Tricks?</h2>
<p>If you’d like to learn more Azure Tips and Tricks, then follow me on [twitter - http://twitter.com/mbcrump){: .btn .btn–success} or stay tuned to this blog! I’d also love to hear your tips and tricks for working in Azure, just leave a comment below.</p>]]></content><author><name>Michael Crump</name><email>michael@michaelcrump.net</email><uri>https://www.michaelcrump.net</uri></author><category term="azure" /><category term="app service" /><category term="portal" /><category term="resources" /><summary type="html"><![CDATA[Learn how to use create, host, and share packages with your team with azure artifacts]]></summary></entry><entry><title type="html">Azure Tips and Tricks Part 207 - Reduce Bruce Force attacks to Azure VMs</title><link href="https://www.michaelcrump.net/azure-tips-and-tricks207/" rel="alternate" type="text/html" title="Azure Tips and Tricks Part 207 - Reduce Bruce Force attacks to Azure VMs" /><published>2019-07-15T00:00:00+00:00</published><updated>2019-07-15T00:00:00+00:00</updated><id>https://www.michaelcrump.net/azure-tips-and-tricks207</id><content type="html" xml:base="https://www.michaelcrump.net/azure-tips-and-tricks207/"><![CDATA[<p><strong>ATTENTION:</strong> Azure Tips and Tricks has moved! <a href="http://azuredev.tips/">Go here</a> to access the new site and subscribe to the <a href="https://microsoft.github.io/AzureTipsAndTricks/rss.xml">RSS feed</a> for future updates. I’ll also be linking to new posts on my blog for the next month or so to give folks time to update their links/feed. Be sure to star the <a href="http://source.azuredev.tips">repo</a> as well. {: .notice–primary}</p>

<h2 id="reduce-bruce-force-attacks-to-azure-vms">Reduce Bruce Force attacks to Azure VMs</h2>

<p>The post you are looking for is <a href="https://microsoft.github.io/AzureTipsAndTricks/blog/tip207.html">here</a> All future Azure Tips and Tricks will be located on <a href="http://azuredev.tips/">the new site</a>.</p>

<p class="notice--primary"><strong>ATTENTION:</strong> Help shape the future of Azure Tips and Tricks by telling me what you’d like for me to write about! Help me help you by filling out this [quick survey. - http://survey.azuredev.tips)</p>

<h2 id="want-more-azure-tips-and-tricks">Want more Azure Tips and Tricks?</h2>
<p>If you’d like to learn more Azure Tips and Tricks, then follow me on [twitter - http://twitter.com/mbcrump){: .btn .btn–success} or stay tuned to this blog! I’d also love to hear your tips and tricks for working in Azure, just leave a comment below.</p>]]></content><author><name>Michael Crump</name><email>michael@michaelcrump.net</email><uri>https://www.michaelcrump.net</uri></author><category term="azure" /><category term="app service" /><category term="portal" /><category term="resources" /><summary type="html"><![CDATA[Learn how to use reduce bruce force attacks to azure vms]]></summary></entry><entry><title type="html">Azure Tips and Tricks Part 205 - Query Azure Storage analytics logs in Azure Log Analytics</title><link href="https://www.michaelcrump.net/azure-tips-and-tricks205/" rel="alternate" type="text/html" title="Azure Tips and Tricks Part 205 - Query Azure Storage analytics logs in Azure Log Analytics" /><published>2019-07-07T00:00:00+00:00</published><updated>2019-07-07T00:00:00+00:00</updated><id>https://www.michaelcrump.net/azure-tips-and-tricks205</id><content type="html" xml:base="https://www.michaelcrump.net/azure-tips-and-tricks205/"><![CDATA[<p><strong>ATTENTION:</strong> Azure Tips and Tricks has moved! <a href="http://azuredev.tips/">Go here</a> to access the new site and subscribe to the <a href="https://microsoft.github.io/AzureTipsAndTricks/rss.xml">RSS feed</a> for future updates. I’ll also be linking to new posts on my blog for the next month or so to give folks time to update their links/feed. Be sure to star the <a href="http://source.azuredev.tips">repo</a> as well. {: .notice–primary}</p>

<h2 id="query-azure-storage-analytics-logs-in-azure-log-analytics">Query Azure Storage analytics logs in Azure Log Analytics</h2>

<p>The post you are looking for is <a href="https://microsoft.github.io/AzureTipsAndTricks/blog/tip205.html">here</a> All future Azure Tips and Tricks will be located on <a href="http://azuredev.tips/">the new site</a>.</p>

<p class="notice--primary"><strong>ATTENTION:</strong> Help shape the future of Azure Tips and Tricks by telling me what you’d like for me to write about! Help me help you by filling out this [quick survey. - http://survey.azuredev.tips)</p>

<h2 id="want-more-azure-tips-and-tricks">Want more Azure Tips and Tricks?</h2>
<p>If you’d like to learn more Azure Tips and Tricks, then follow me on [twitter - http://twitter.com/mbcrump){: .btn .btn–success} or stay tuned to this blog! I’d also love to hear your tips and tricks for working in Azure, just leave a comment below.</p>]]></content><author><name>Michael Crump</name><email>michael@michaelcrump.net</email><uri>https://www.michaelcrump.net</uri></author><category term="azure" /><category term="app service" /><category term="portal" /><category term="resources" /><summary type="html"><![CDATA[Learn how to use query azure storage analytics logs in azure log analytics]]></summary></entry><entry><title type="html">Azure Tips and Tricks Part 204 - Working with Azure Cosmos DB and the JavaScript SDK</title><link href="https://www.michaelcrump.net/azure-tips-and-tricks204/" rel="alternate" type="text/html" title="Azure Tips and Tricks Part 204 - Working with Azure Cosmos DB and the JavaScript SDK" /><published>2019-06-30T00:00:00+00:00</published><updated>2019-06-30T00:00:00+00:00</updated><id>https://www.michaelcrump.net/azure-tips-and-tricks204</id><content type="html" xml:base="https://www.michaelcrump.net/azure-tips-and-tricks204/"><![CDATA[<p><strong>ATTENTION:</strong> Azure Tips and Tricks has moved! <a href="http://azuredev.tips/">Go here</a> to access the new site and subscribe to the <a href="https://microsoft.github.io/AzureTipsAndTricks/rss.xml">RSS feed</a> for future updates. I’ll also be linking to new posts on my blog for the next month or so to give folks time to update their links/feed. Be sure to star the <a href="http://source.azuredev.tips">repo</a> as well. {: .notice–primary}</p>

<h2 id="working-with-azure-cosmos-db-and-the-javascript-sdk">Working with Azure Cosmos DB and the JavaScript SDK</h2>

<p>The post you are looking for is <a href="https://microsoft.github.io/AzureTipsAndTricks/blog/tip204.html">here</a> All future Azure Tips and Tricks will be located on <a href="http://azuredev.tips/">the new site</a>.</p>

<p class="notice--primary"><strong>ATTENTION:</strong> Help shape the future of Azure Tips and Tricks by telling me what you’d like for me to write about! Help me help you by filling out this [quick survey. - http://survey.azuredev.tips)</p>

<h2 id="want-more-azure-tips-and-tricks">Want more Azure Tips and Tricks?</h2>
<p>If you’d like to learn more Azure Tips and Tricks, then follow me on [twitter - http://twitter.com/mbcrump){: .btn .btn–success} or stay tuned to this blog! I’d also love to hear your tips and tricks for working in Azure, just leave a comment below.</p>]]></content><author><name>Michael Crump</name><email>michael@michaelcrump.net</email><uri>https://www.michaelcrump.net</uri></author><category term="azure" /><category term="app service" /><category term="portal" /><category term="resources" /><summary type="html"><![CDATA[Learn how to use working with azure cosmos db and the javascript sdk]]></summary></entry><entry><title type="html">Azure Tips and Tricks Part 203 - Delivering static content via Azure CDN</title><link href="https://www.michaelcrump.net/azure-tips-and-tricks203/" rel="alternate" type="text/html" title="Azure Tips and Tricks Part 203 - Delivering static content via Azure CDN" /><published>2019-06-24T00:00:00+00:00</published><updated>2019-06-24T00:00:00+00:00</updated><id>https://www.michaelcrump.net/azure-tips-and-tricks203</id><content type="html" xml:base="https://www.michaelcrump.net/azure-tips-and-tricks203/"><![CDATA[<p><strong>ATTENTION:</strong> Azure Tips and Tricks has moved! <a href="http://azuredev.tips/">Go here</a> to access the new site and subscribe to the <a href="https://microsoft.github.io/AzureTipsAndTricks/rss.xml">RSS feed</a> for future updates. I’ll also be linking to new posts on my blog for the next month or so to give folks time to update their links/feed. Be sure to star the <a href="http://source.azuredev.tips">repo</a> as well. {: .notice–primary}</p>

<h2 id="delivering-static-content-via-azure-cdn">Delivering static content via Azure CDN</h2>

<p>The post you are looking for is <a href="https://microsoft.github.io/AzureTipsAndTricks/blog/tip203.html">here</a> All future Azure Tips and Tricks will be located on <a href="http://azuredev.tips/">the new site</a>.</p>

<p class="notice--primary"><strong>ATTENTION:</strong> Help shape the future of Azure Tips and Tricks by telling me what you’d like for me to write about! Help me help you by filling out this [quick survey. - http://survey.azuredev.tips)</p>

<h2 id="want-more-azure-tips-and-tricks">Want more Azure Tips and Tricks?</h2>
<p>If you’d like to learn more Azure Tips and Tricks, then follow me on [twitter - http://twitter.com/mbcrump){: .btn .btn–success} or stay tuned to this blog! I’d also love to hear your tips and tricks for working in Azure, just leave a comment below.</p>]]></content><author><name>Michael Crump</name><email>michael@michaelcrump.net</email><uri>https://www.michaelcrump.net</uri></author><category term="azure" /><category term="app service" /><category term="portal" /><category term="resources" /><summary type="html"><![CDATA[Learn how to use delivering static content via azure cdn]]></summary></entry></feed>