Created
August 1, 2019 18:05
-
-
Save anushshukla/bdd44372ba47e598fa4f7bf9256996ed to your computer and use it in GitHub Desktop.
Fiddler Setup on Linux machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Alt+Ctrl+T | |
| sudo apt-get update -y | |
| copy paste sudo apt-get install mono-complete -y | |
| cd ~/Downloads | |
| wget http://telerik-fiddler.s3.amazonaws.com/fiddler/fiddler-linux.zip | |
| sudo apt-get install unzip -y | |
| unzip fiddler-linux.zip\?sfvrsn\=2 -d fiddler | |
| cd fiddler/ | |
| mono Fiddler.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment