REG ADD HKLM\SYSTEM\CurrentControlSet\Services\PolicyAgent /v AssumeUDPEncapsulationContextOnSendRule /t REG_DWORD /d 0x2 /f
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\IPSec /v AssumeUDPEncapsulationContextOnSendRule /t REG_DWORD /d 0x2 /f
| ./VBoxManage.exe modifyvm "Mac" --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff | |
| ./VBoxManage.exe setextradata "Mac" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3" | |
| ./VBoxManage.exe setextradata "Mac" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" | |
| ./VBoxManage.exe setextradata "Mac" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-2BD1B31983FE1663" | |
| ./VBoxManage.exe setextradata "Mac" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" | |
| ./VBoxManage.exe setextradata "Mac" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1 | |
| ./VBoxManage setextradata "macOS Sierra" "VBoxInternal2/EfiGopMode" 1 | |
| 1 gives you a resolution of 800×600 | |
| 2 gives you a resolution of 1024×768 |
| version: "3" | |
| services: | |
| database: | |
| image: mongo:latest | |
| networks: | |
| bachnx: | |
| server: | |
| image: thanbaiks/mp3-server:latest | |
| ports: | |
| - 8000:8000 |
| {"lastUpload":"2017-10-07T17:15:57.765Z","extensionVersion":"v2.8.3"} |
| /* Drop all non-system stored procs */ | |
| DECLARE @name VARCHAR(128) | |
| DECLARE @SQL VARCHAR(254) | |
| SELECT @name = (SELECT TOP 1 [name] FROM sysobjects WHERE [type] = 'P' AND category = 0 ORDER BY [name]) | |
| WHILE @name is not null | |
| BEGIN | |
| SELECT @SQL = 'DROP PROCEDURE [dbo].[' + RTRIM(@name) +']' | |
| EXEC (@SQL) |
The list
| set gfxpayload=text | |
| set ISODIR=/LINUX | |
| set PARAMS=splash | |
| probe -u $LINUX --set=PARTUUID | |
| export ISODIR PARAMS PARTUUID gfxpayload | |
| insmod regexp | |
| for f in ($LINUX)$ISODIR/*.iso; do | |
| regexp -s "1:basename" "$ISODIR/(.*)\$" $f | |
| type="os" |
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| RewriteCond %{REQUEST_URI} !^public | |
| RewriteRule ^(.*)$ public/$1 [L] | |
| </IfModule> |
| { | |
| "bootstrapped": true, | |
| "in_process_packages": | |
| [ | |
| ], | |
| "installed_packages": | |
| [ | |
| "BracketHighlighter", | |
| "DocBlockr", | |
| "Emmet", |