This file has been truncated, but you can view the full file.
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
3. | |
1415926535 8979323846 2643383279 5028841971 6939937510 | |
5820974944 5923078164 0628620899 8628034825 3421170679 | |
8214808651 3282306647 0938446095 5058223172 5359408128 | |
4811174502 8410270193 8521105559 6446229489 5493038196 | |
4428810975 6659334461 2847564823 3786783165 2712019091 | |
4564856692 3460348610 4543266482 1339360726 0249141273 | |
7245870066 0631558817 4881520920 9628292540 9171536436 | |
7892590360 0113305305 4882046652 1384146951 9415116094 | |
3305727036 5759591953 0921861173 8193261179 3105118548 |
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
------------------------------------------------ | |
Run Commands: | |
------------------------------------------------ | |
compmgmt.msc - Computer management | |
devmgmt.msc - Device manager | |
diskmgmt.msc - Disk management | |
dfrg.msc - Disk defrag | |
eventvwr.msc - Event viewer | |
fsmgmt.msc - Shared folders | |
gpedit.msc - Group policies |
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 | |
#=============================================================================== | |
# Speedtest Shellscript v1.0 | |
# (c) 2012 DaSheep | |
#=============================================================================== | |
# Size (in MB) of file to download if not given as parameter. | |
DEFAULT_FILESIZE=10 | |
#------------------------------------------------------------------------------- |