<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>alias &amp;mdash; furycd001</title>
    <link>https://write.as/furycd001/tag:alias</link>
    <description></description>
    <pubDate>Tue, 01 Sep 2026 06:55:53 +0000</pubDate>
    <item>
      <title>Sharing terminal outputs or configs easily with others.</title>
      <link>https://write.as/furycd001/sharing-terminal-outputs-or-configs-easily-with-others?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[alt text&#xA;&#xA;Sharing outputs from a terminal, or even just config files can sometimes be hard. With termbin it&#39;s now super easy. Simply enter your command &amp; then add a pipe to termbin at the end.&#xA;&#xA;  e.g. cat hello.txt | nc termbin.com 9999&#xA;&#xA;Sharing files is now super easy &amp; quick. If you like you could add the termbin command to a bash alias so that you only need to type &#34;termbin&#34; each time after the pipe. To do this simply open a terminal within your home directory and type &#34;nano .bashaliases&#34;. This will open your bashaliases file or a blank document if it doesn&#39;t already exist in nano. Now type or paste in the code shown below.&#xA;&#xA;  alias termbin=&#34;| nc termbin.com 9999&#34;&#xA;&#xA;Save the file by pressing &#34;CTRL+O&#34; &amp; then exiting by pressing &#34;CTRL+X&#34;. Close your terminal and then reopen for the alias to take affect. That&#39;s basically it. You can now quickly &amp; easily share outputs &amp; config files from the terminal .&#xA;&#xA;----&#xA;#terminal #linux #termbin #share #bashalias #alias]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="http://i.imgur.com/qLaAFpW.png" alt="alt text" title=" &#34;termbin"/></p>

<p>Sharing outputs from a terminal, or even just config files can sometimes be hard. With <a href="https://termbin.com/" rel="nofollow">termbin</a> it&#39;s now super easy. Simply enter your command &amp; then add a pipe to termbin at the end.</p>

<blockquote><p><strong>e.g.</strong> cat hello.txt | nc termbin.com 9999</p></blockquote>

<p>Sharing files is now super easy &amp; quick. If you like you could add the termbin command to a bash alias so that you only need to type “termbin” each time after the pipe. To do this simply open a terminal within your home directory and type “nano .bash<em>aliases”. This will open your bash</em>aliases file or a blank document if it doesn&#39;t already exist in nano. Now type or paste in the code shown below.</p>

<blockquote><p>alias termbin=“| nc termbin.com 9999”</p></blockquote>

<p>Save the file by pressing “CTRL+O” &amp; then exiting by pressing “CTRL+X”. Close your terminal and then reopen for the alias to take affect. That&#39;s basically it. You can now quickly &amp; easily share outputs &amp; config files from the terminal .</p>

<hr/>

<p><a href="https://write.as/furycd001/tag:terminal" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">terminal</span></a> <a href="https://write.as/furycd001/tag:linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">linux</span></a> <a href="https://write.as/furycd001/tag:termbin" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">termbin</span></a> <a href="https://write.as/furycd001/tag:share" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">share</span></a> <a href="https://write.as/furycd001/tag:bashalias" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">bashalias</span></a> <a href="https://write.as/furycd001/tag:alias" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">alias</span></a></p>
]]></content:encoded>
      <guid>https://write.as/furycd001/sharing-terminal-outputs-or-configs-easily-with-others</guid>
      <pubDate>Wed, 22 Jan 2020 12:21:22 +0000</pubDate>
    </item>
  </channel>
</rss>