|
1 | 1 | --- |
2 | | -title:How install and run noisy on an Azure VM |
| 2 | +title:Howtoinstall and run noisy on an Azure VM |
3 | 3 | date:2024-09-04 10:00 |
4 | 4 | tags:[Azure, networking, hub-and-spoke, noisy, powershell, python, git, script, windows, linux, shell] |
5 | | -excerpt:"a PowerShell script that facilitates the installation of Python and Git, subsequently download the repository of Noisy from GitHub and run it with the default configuration" |
| 5 | +excerpt:"a PowerShelland shellscript that facilitates the installation of Python and Git, subsequently download the repository of Noisy from GitHub and run it with the default configuration" |
6 | 6 |
|
7 | 7 | header: |
8 | 8 | overlay_image:https://live.staticflickr.com/65535/52755090506_6cf0808a3c_h.jpg |
9 | 9 | caption:"Photo credit: [**nicola since 1972**](https://www.flickr.com/photos/15216811@N06/52755090506)" |
10 | 10 | --- |
11 | 11 |
|
12 | | -In this blog post, I show aPowerShell scriptthatis designed to facilitate the installation of Python and Git, and subsequently download the repository of Noisy from GitHub, initiating it with the default configuration. |
| 12 | +In this blog post, I show aa couple of scriptsthatare designed to facilitate the installation of Python and Git and subsequently download the repository of Noisy from GitHub, initiating it with the default configuration, on both Windows and Linux VMs. |
13 | 13 |
|
14 | 14 | >[Noisy](https://github.com/1tayH/noisy) is an elegant yet robust Python script that is programmed to generate arbitrary HTTP/DNS traffic. |
15 | 15 |
|
|