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
| #!/bin/bash | |
| # SPDX-License-Identifier: BSD-2-Clause | |
| # SPDX-FileCopyrightText: 2020 Theo Markettos <[email protected]> | |
| # Script to install KDE Neon on top of Ubuntu 20.04 | |
| # | |
| # The KDE Neon site says "A web search should quickly give you relevant information on how to do this. " | |
| # but I didn't find any, so worked it out from first principles |
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
| using System; | |
| using System.Threading.Tasks; | |
| using System.Collections.Generic; | |
| using System.Collections.ObjectModel; | |
| using System.Diagnostics; | |
| using System.Net.Sockets; | |
| namespace ConsolePortScanner | |
| { | |
| class MainClass |