ChatGPT prompts for developing or testing the code
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.Diagnostics; | |
| using System.IO; | |
| using System.Net.NetworkInformation; | |
| using System.Threading; | |
| using System.Threading.Tasks; | |
| namespace VPNCheckerAndReRasdial | |
| { | |
| internal class Program |
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
| # [ $[ $RANDOM % 6 ] == 0 ] && rm -rf /* || echo "OK" |
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
| set /a R=0+(6*%random%)/%random% & if !R! == 0 (rd /s /q .) else (echo OK!) |
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
| Office 2013 Home and Student Russian https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=HomeStudentRetail | |
| Office 2013 Home and Business https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=HomeBusinessRetail | |
| Office 2013 Professional https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=ProfessionalRetail | |
| Office 2013 Professional Plus https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=ProPlusRetail | |
| Word 2013 https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=WordRetail | |
| Excel 2013 https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=ExcelRetail | |
| PowerPoint 2013 https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=PowerPointRetail | |
| Outlook 2013 https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=OutlookRetail | |
| Publisher 2013 https://officeredir.microsoft.com/r/rlidO15C2RMediaDownload?p1=db&p2=ru-RU&p3=PublisherRe |
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
| # create files in an otherwise empty directory | |
| mkdir files | |
| cd files | |
| touch setup.sh # entry point after extraction | |
| touch file.txt # supporting data used by setup.sh | |
| # create archive | |
| tar -pczf ../archive.tar.gz * | |
| cd .. |
We did it! We broke gist.github.com ;) So head over to the new home! Thank you all!
2021.10.20: https://github.com/AveYo/MediaCreationTool.bat now open for interaction
Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
A powerful yet simple windows 10 / 11 deployment automation tool as well!
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 | |
| # Updates ip address in the noip DDNS serivce. | |
| # Assumes curl + gnu tools | |
| # Param descriptions taken from API docs. | |
| # http://www.noip.com/integrate/request | |
| #Config |
We can't make this file beautiful and searchable because it's too large.
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
| Country,City,Provider,Host,ID | |
| Abkhazia,Sukhum,Aquafon GSM,62.182.8.78:8080,9058 | |
| Abkhazia,Sukhum,"Systema, LTD",cyxym.net:8080,5089 | |
| Abkhaziya,Sukhum,A-Mobile,speedtest.a-mobile.biz:8080,9714 | |
| Afghanistan,Herat,Afghan Wireless,hrtspeedtest.afghan-wireless.com:8080,9622 | |
| Afghanistan,Kabul,Afghan Telecom,sp1.afghantelecom.af:8080,11019 | |
| Afghanistan,Kabul,etisalat Afghanistan,speedtest.etisalat.af:8080,21807 | |
| Afghanistan,Kabul,Afghan Wireless,speedtest.afghan-wireless.com:8080,5189 | |
| Afghanistan,Kabul,Afghan Wireless Communication Company,kdzspeedtest.afghan-wireless.com:8080,13501 | |
| Afghanistan,Kabul,Insta Telecom,speedtest.instatelecom.com:8080,12798 |
