<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: EliasAnJr</title>
    <description>The latest articles on DEV Community by EliasAnJr (@eliasanjr).</description>
    <link>https://dev.to/eliasanjr</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2488902%2F439151b7-36ab-4ee3-927b-928a036e4e0b.jpeg</url>
      <title>DEV Community: EliasAnJr</title>
      <link>https://dev.to/eliasanjr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eliasanjr"/>
    <language>en</language>
    <item>
      <title>How to exit TELNET connection on Linux Terminal</title>
      <dc:creator>EliasAnJr</dc:creator>
      <pubDate>Fri, 25 Apr 2025 13:57:19 +0000</pubDate>
      <link>https://dev.to/eliasanjr/how-to-exit-telnet-connection-on-linux-terminal-4ll</link>
      <guid>https://dev.to/eliasanjr/how-to-exit-telnet-connection-on-linux-terminal-4ll</guid>
      <description>&lt;p&gt;**For the Linux, the character &lt;code&gt;^&lt;/code&gt; is commonly used to represent the key &lt;code&gt;Ctrl&lt;/code&gt; on the keyboard.&lt;/p&gt;

&lt;p&gt;Press "Ctrl + ç" or "Press Ctrl + Shift + ]" then type quit**&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fydt61d43n0xafd1u2fe6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fydt61d43n0xafd1u2fe6.png" alt="Image description" width="775" height="337"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>terminal</category>
    </item>
    <item>
      <title>How to do Postgres dump specific table with a capital letter in 2025</title>
      <dc:creator>EliasAnJr</dc:creator>
      <pubDate>Fri, 31 Jan 2025 19:12:06 +0000</pubDate>
      <link>https://dev.to/eliasanjr/how-to-do-postgres-dump-specific-table-with-a-capital-letter-in-2025-3lm6</link>
      <guid>https://dev.to/eliasanjr/how-to-do-postgres-dump-specific-table-with-a-capital-letter-in-2025-3lm6</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;This command worked on Linux Ubuntu:&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;pg_dump -h server.postgres.database.azure.com -p 5432 -U user-name -t '"schema-name"."Table-name"' --no-owner --no-privileges --format c -vvv -d database-name &amp;gt; table.dump&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Note that the schema and table name are being passed here -t ‘“schema-name”.”Table-name”’&lt;/p&gt;

&lt;p&gt;Also note that after the -t flag contains a single quote ‘ and a double “&lt;/p&gt;

&lt;p&gt;I hope that this information help a lot of people comunity tech. 😊&lt;/p&gt;

</description>
      <category>postgres</category>
      <category>linux</category>
      <category>database</category>
    </item>
  </channel>
</rss>
