Compile .NET source code on Ubuntu 14.04

1. Build the latest mono from source. You can also install from apt-get. But if the source code contains C#6.0 code, you’ll get error. The build process like following:

2.Download nuget from release. And also download Microsoft.Build.zip

3.Get the Nuget projects:

4.Build the full solution:

Tcping on Ubuntu 14.04

1. Install hping3
apt-get install hping3

2. Type the command.
port -p
packet size -c
SYN -S
hping3 targethost -p 22 -c 4 -S