I hereby claim:
- I am aus on github.
- I am aus (https://keybase.io/aus) on keybase.
- I have a public key ASBEuFWYNv-w_3MQrfS8qS9ylFyTm_CD9sDJELR50Cxqlwo
To claim this, I am signing this object:
| #include <Windows.h> | |
| #include <intrin.h> | |
| #include <string> | |
| #include <TlHelp32.h> | |
| #include <psapi.h> | |
| BOOL PatchTheRet(HMODULE realModule) { | |
| // Get primary module info |
I hereby claim:
To claim this, I am signing this object:
| # RDP-Disconnect.ps1 | |
| # Disconnect from a RDP session without locking the screen. Useful for headless gaming machines. | |
| # Tested with Windows 10 only | |
| # Elevate to Admin | |
| if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { Start-Process powershell.exe "-NoProfile -ExecutionPolicy Bypass -File `"$PSCommandPath`"" -Verb RunAs; exit } | |
| # Find active session and switch to console | |
| $session = query session | sls 'Active' | |
| $sessionId = $session.toString().Split(" ",[System.StringSplitOptions]::RemoveEmptyEntries)[2] |
| #!/bin/bash | |
| mkdir /tmp/rclone_install | |
| cd /tmp/rclone_install | |
| curl -s -O https://beta.rclone.org/rclone-beta-latest-linux-amd64.zip | |
| unzip -q rclone-beta-latest-linux-amd64.zip | |
| cd rclone-*-linux-amd64 |
| Started GET "/aus/hello-world/commit/43572c69b452b91eb0ce0d2ffbde9df2490f918b" for 127.0.0.1 at 2013-03-22 13:21:23 -0400 | |
| Processing by CommitController#show as HTML | |
| Parameters: {"project_id"=>"aus/hello-world", "id"=>"43572c69b452b91eb0ce0d2ffbde9df2490f918b"} | |
| Rendered commits/_commit_box.html.haml (4.6ms) | |
| Rendered commits/_diff_head.html.haml (0.2ms) | |
| Rendered commits/_diffs.html.haml (2.4ms) | |
| Rendered commit/show.html.haml within layouts/project_resource (17.4ms) | |
| Completed 500 Internal Server Error in 60ms | |
| ActionView::Template::Error (cannot read magic file `/home/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/charlock_holmes-0.6.9/ext/charlock_holmes/dst/share/misc/magic' (Permission denied)): |