Skip to content

Instantly share code, notes, and snippets.

View ubunteroz's full-sized avatar
🏠
Working from home

Surya Handika ubunteroz

🏠
Working from home
  • Kota Bima, Nusa Tenggara Barat, Indonesia
  • 14:38 (UTC +08:00)
  • X @ubunteroz
View GitHub Profile
Verifying that "ubunteroz.id" is my Blockstack ID. https://onename.com/ubunteroz
goroutine 616 [running]:
github.com/ethereum/go-ethereum/internal/debug.(*HandlerT).Stacks(0xc42001ac80, 0x0, 0x0)
/media/BIGSPACE/kancil/dev/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/internal/debug/api.go:177 +0x74
reflect.Value.call(0xc420096de0, 0xc42009ca78, 0x13, 0x55a7b5f9f110, 0x4, 0xc4244f9e80, 0x1, 0x1, 0x2, 0x0, ...)
/usr/lib/go-1.7/src/reflect/value.go:434 +0x5c8
reflect.Value.Call(0xc420096de0, 0xc42009ca78, 0x13, 0xc4244f9e80, 0x1, 0x1, 0xc420029740, 0xc420260960, 0xc420260960)
/usr/lib/go-1.7/src/reflect/value.go:302 +0xa4
github.com/ethereum/go-ethereum/rpc.(*Server).handle(0xc4201bf860, 0x7f6e000388c8, 0xc42045c1b0, 0x55a7b6779980, 0xc4204210e0, 0xc4201fe310, 0xc420029780, 0x1, 0x55a7b58e2563)
/media/BIGSPACE/kancil/dev/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/server.go:318 +0x8ed
github.com/ethereum/go-ethereum/rpc.(*Server).exec(0xc4201bf860, 0x7f6e000388c8, 0xc42045c1b0, 0x55a7b6779980, 0xc4204210e0, 0xc4201fe310)
@ubunteroz
ubunteroz / USAGE
Last active August 29, 2015 14:21
SINTESISpwn
$ ./sintesispwn.sh <NIM>
@ubunteroz
ubunteroz / uksm_mon.sh
Created February 5, 2015 07:06
Simple UKSM Monitor
#!/bin/bash
while true
do
clear
PSHARING=$(cat /sys/kernel/mm/uksm/pages_sharing)
PSHARED=$(cat /sys/kernel/mm/uksm/pages_shared)
PUNSHARED=$(cat /sys/kernel/mm/uksm/pages_unshared)
echo -en "Simple UKSM Monitor\n\n"
echo -n "Shared pool size (KB) : "