$ vboxmanage storageattach d2c7e68e-fc6d-4ae1-b601-61ab2a4b7c0b --storagectl "SATA" --port 1 --medium none
$ vboxmanage createmedium disk --filename New-Drive.vhd --size 8192 --format VHD --variant Standard
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Medium created. UUID: c6a6475c-a78e-4843-99f8-c5cd8891c302
$ vboxmanage list hdds
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
| #!c:/perl/bin | |
| ######################################################################################################################################################## | |
| # MMFTool.pl | |
| # Created: 7/12/2010 | |
| # Justin Hyland jhyland@crystaltech.com | |
| # ###################################################################################################################################################### | |
| # DESCRIPTION: Provides WMI access to windows dedicated and virtual dedicated servers, ability to start tasts, stop, start, restart services, gather | |
| # CPU/MEM info, reboot RDP & Psexec | |
| # ###################################################################################################################################################### | |
| # NOTES: PerlIO needs to be manually compacted into MMFTool, so run command: pp -o mmftool.exe mmftool.pl -M PerlIO |
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
| ////////////////////////////////////////////// | |
| // 2.8" TOUCH SCREEN TIC TAC TOE // | |
| // // | |
| // http://www.educ8s.tv // | |
| ///////////////////////////////////////////// | |
| #include <Adafruit_TFTLCD.h> | |
| #include <Adafruit_GFX.h> | |
| #include <TouchScreen.h> |
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
| $ dnsmap google.com | |
| dnsmap 0.30 - DNS Network Mapper by pagvac (gnucitizen.org) | |
| [+] searching (sub)domains for google.com using built-in wordlist | |
| [+] using maximum random delay of 10 millisecond(s) between requests | |
| accounts.google.com | |
| IPv6 address #1: 2607:f8b0:4000:816::200d | |
| accounts.google.com |
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
| ( 21)[Fri Apr 06 09:20:06| 1:000]{47}jhyland@MacBook-Pro:~/Documents/scripts/typescript/test(✓)$ cat oop.1.ts | |
| 'use strict' | |
| class Greeter { | |
| greeting: string; | |
| constructor(message: string) { | |
| this.greeting = message; | |
| } | |
| greet() { | |
| return "Hello, " + this.greeting; |
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
| function stfups { | |
| declare -A bundles | |
| bundles[outlook]="com.microsoft.Outlook" | |
| bundles[chrome]="com.google.Chrome" | |
| bundles[vnc]="com.realvnc.vncviewer" | |
| if [[ -z $1 ]]; then | |
| echo "Need to specify a bundle - One of: ${!bundles[@]}" | |
| return 1 |
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
| $ sudo taskinfo $(lsappinfo info com.google.Chrome -only pid | cut -d'=' -f2) | |
| process: "Google Chrome" [96843] | |
| coalition (type 0) ID: 344 | |
| coalition (type 1) ID: 0 | |
| suspend count: 0 | |
| virtual bytes: 4.07 GB; resident bytes: 543.17 MB | |
| run time: 349997 s | |
| user/system time (current threads): 3415.911501 s / 806.561131 s | |
| user/system time (terminated threads): 459.655692 s / 117.408499 s | |
| interrupt wakeups: 2115973 (737016 / 34.83% from platform idle) |
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
| $ compgen -A command | sort -u | grep -Ev '^(x86_64|_|ec2|as-|mysql|sql|db|mongo|nfs|tcp|git|svn|mon-|airspy|check_)' | grep --color=always -iE '(proc|win|info|stat|web)' | |
| FileStatsAgent | |
| GetFileInfo | |
| NetBootClientStatus | |
| addftinfo | |
| afinfo | |
| argus-vmstat | |
| capinfos | |
| captoinfo | |
| coproc |
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
| $ lsappinfo info com.google.Chrome -only allowedtobecomefrontmost,applicationTypeToRestore,applicationWasTerminatedByTAL,applicationtype,arch,asn,bundleid,bundlelastcomponent,bundlename,bundlenamelc,bundlepath,changecount,creator,debuglevel,displayname,execpath,executablepath,filecreator,filename,filetype,hidden,isconnectedtowindowserver,isready,isregistered,isstopped,isthrottled,launchedForPersistence,launchedinquarantine,name,parentasn,pid,presentationmode,presentationoptions,psn,recordingAppleEvents,session,shellpath,supressRelaunch,version,kCFBundleNameKey,kLSASNKey,kLSASNToBringForwardAtNextApplicationExitKey,kLSAllowedToBecomeFrontmostKey,kLSApplicationBackgroundOnlyTypeKey,kLSApplicationBackgroundPriorityKey,kLSApplicationCountKey,kLSApplicationDesiresAttentionKey,,kLSApplicationForegroundPriorityKey,kLSApplicationForegroundTypeKey,kLSApplicationHasRegisteredKey,kLSApplicationHasSignalledItIsReadyKey,kLSApplicationInStoppedStateKey,kLSApplicationInThrottledStateAfterLaunchKey,kLSApplicationInformationS |