target

Teradata Announcements Target Public, Private Clouds

Teradata is targeting public and private clouds with new data warehousing products unveiled Monday. More: continued here

How to install ANT, and how to run a simple ANT script

Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make’s wrinkles.Build tool is used to build a fully installable application from the source code.Build Tool is an inevitable component of Release engineering. Prerequisites JAVA 1.4 or above Steps to install ANT and Run a simple Hello world  ANT [...]

How to hack the computers in your LAN

  This is what we want to do: Make the target send all http packet to us instead of the gateway Forward them to the real gateway Modify the replay, with the pictures upside-down Forward the replay to the target This is how we’re going to do it: Poison the ARP table of the target Set [...]

How to add a Static route in Linux?

Its very easy to add a static route in windows, its straight forward and will not disturb you more. But in linux the syntax is little different . Usage: inet_route [-vF] del {-host|-net} Target[/prefix] [gw Gw] [metric M] [[dev] If]        inet_route [-vF] add {-host|-net} Target[/prefix] [gw Gw] [metric M]        [...]