<?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: Daniel Mutu</title>
    <description>The latest articles on DEV Community by Daniel Mutu (@danielmutu).</description>
    <link>https://dev.to/danielmutu</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%2F104214%2Fa679f98e-cbe8-43ff-9214-3d3ced464d7b.jpeg</url>
      <title>DEV Community: Daniel Mutu</title>
      <link>https://dev.to/danielmutu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/danielmutu"/>
    <language>en</language>
    <item>
      <title>First steps for footprinting</title>
      <dc:creator>Daniel Mutu</dc:creator>
      <pubDate>Mon, 04 Feb 2019 15:19:01 +0000</pubDate>
      <link>https://dev.to/danielmutu/first-steps-for-footprinting-4fi4</link>
      <guid>https://dev.to/danielmutu/first-steps-for-footprinting-4fi4</guid>
      <description>&lt;p&gt;Source: &lt;a href="https://www.amazon.com/Hacker-7-0-Stuart-McClure/dp/8850332009/ref=sr_1_4?ie=UTF8&amp;amp;qid=1538512511&amp;amp;sr=8-4&amp;amp;keywords=hacking" rel="noopener noreferrer"&gt;https://www.amazon.com/Hacker-7-0-Stuart-McClure/dp/8850332009/ref=sr_1_4?ie=UTF8&amp;amp;qid=1538512511&amp;amp;sr=8-4&amp;amp;keywords=hacking&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Recently I've been deepening my knowledge on footprinting, in particular on Tor and Privoxy.&lt;br&gt;
Tor and Privoxy are two softwares that help the user to be almost anonymous on the web.&lt;/p&gt;

&lt;p&gt;Some tricks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Do not download with Torret.&lt;/li&gt;
&lt;li&gt;Do not open PDF, DOC if not in Virtual Machine.&lt;/li&gt;
&lt;li&gt;Do not resize windows (you can be traced through the screen size).&lt;/li&gt;
&lt;li&gt;Do not enable plugins.&lt;/li&gt;
&lt;li&gt;You MUST use HTTPS connections.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tor allowes you to hide your IP address via TCP.&lt;br&gt;
It is available at: &lt;a href="https://www.torproject.org/" rel="noopener noreferrer"&gt;https://www.torproject.org/&lt;/a&gt;&lt;br&gt;
If It was installed correctly, listening on local port 9050.&lt;/p&gt;

&lt;p&gt;The second tool is Privoxy. It is a web filtering proxy, It was available at: &lt;a href="https://www.privoxy.org/" rel="noopener noreferrer"&gt;https://www.privoxy.org/&lt;/a&gt;&lt;br&gt;
After installation It was listening on local port 8118.&lt;/p&gt;

&lt;p&gt;After installation you need to modify the Server proxy of Tor WebBrowser in this way: PROXY HHTP: 127.0.0.1 PORT: 8118&lt;/p&gt;

&lt;p&gt;Happy hacking guys! :)&lt;/p&gt;

</description>
      <category>tor</category>
      <category>privoxy</category>
      <category>footprinting</category>
    </item>
    <item>
      <title>What is faster? Read file CSV or Oracle table?</title>
      <dc:creator>Daniel Mutu</dc:creator>
      <pubDate>Wed, 26 Sep 2018 09:24:01 +0000</pubDate>
      <link>https://dev.to/danielmutu/what-is-faster-read-file-csv-or-oracle-table-5fgf</link>
      <guid>https://dev.to/danielmutu/what-is-faster-read-file-csv-or-oracle-table-5fgf</guid>
      <description>&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;I need an advice. I need to Load a huge amout of data(50 M). From Oracle to HBase.&lt;br&gt;
In this moment there is an Job wrote in Talend (ETL System) that read data from CSV and load to HBase.&lt;/p&gt;

&lt;p&gt;Oracle -&amp;gt; CSV File -&amp;gt; Talend Job -&amp;gt; HBase Database&lt;/p&gt;

&lt;p&gt;Can I get better upload performance if I connect to the oracle database?&lt;/p&gt;

&lt;p&gt;Is reading from a table Oracle faster than reading from a file CSV?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
Daniel  &lt;/p&gt;

</description>
      <category>talend</category>
      <category>oracle</category>
      <category>hbase</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
