Skip to content

Instantly share code, notes, and snippets.

View bityob's full-sized avatar

Yonatan Bitton bityob

View GitHub Profile
@bityob
bityob / Output_example.txt
Last active January 8, 2017 22:13
Print http conversation from pcap file using Scapy
GET / HTTP/1.1
Host: ifconfig.co
User-Agent: curl/7.47.0
Accept: */*
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 08 Jan 2017 20:01:11 GMT
Content-Type: text/plain; charset=utf-8
@bityob
bityob / dnx-installation.txt
Last active September 7, 2016 18:07
How to use and install DNX on VS 2015 Update 2?
1. First install VS update 2
* Download the .iso file
* Uncheck the "Update 3" option
2. How to use ASP.NET 5 Template?
* Use an existing project of ASP.NET 5 as template
(maybe there is another approach or maybe it's no longer an issue after successfully installed the DNX package)
3. How to install the DNX itself?
* In VS, in the Package Manager windows enter: Install-Package dnx-clr-win-x64 -Version 1.0.0-rc1-update1 -Pre