Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096| admin@github-int-yammer-com:~$ ls -alh /data/enterprise | |
| total 64K | |
| drwxr-xr-x 2 root root 4.0K 2013-01-14 12:02 . | |
| drwxr-xr-x 15 git git 4.0K 2012-08-15 14:28 .. | |
| lrwxrwxrwx 1 root root 37 2013-01-14 12:02 chef.log -> /var/log/chef/chef.20130114120254.log | |
| -rw-r--r-- 1 root root 77 2013-01-14 07:25 chef_metadata.json | |
| lrwxrwxrwx 1 root root 30 2013-01-14 12:02 code_debs -> /data/enterprise/ghp/code_debs | |
| lrwxrwxrwx 1 root root 30 2013-01-14 12:02 cookbooks -> /data/enterprise/ghp/cookbooks | |
| -rw-r--r-- 1 root root 2.7K 2012-02-07 00:55 customer.gpg | |
| -rw-r--r-- 1 root root 19K 2013-01-14 12:02 dna.json | 
| <? | |
| if(file_exists('/www/global/lockdown')) { | |
| if($_COOKIE['4chan_auser'] && $_COOKIE['4chan_apass'] && ($_POST['mode']=='usrdel'||$_GET['mode']=='latest')) { | |
| // ok | |
| } | |
| else { | |
| die('Posting temporarily disabled. Come back later!<br/>—Team 4chan (uptime? what\'s that?)'); | |
| } | |
| } | |
| include_once "./yotsuba_config.php"; | 
| #!/usr/bin/sudo ruby | |
| # | |
| # revealer.rb -- Deobfuscate GHE .rb files. | |
| # | |
| # This is simple: | |
| # Every obfuscated file in the GHE VM contains the following code: | |
| # | |
| # > require "ruby_concealer.so" | |
| # > __ruby_concealer__ "..." | 
| FILES=`find . -name "*.java"` | |
| for f in $FILES | |
| do | |
| filename="${f%.*}" | |
| if file -I $f | grep -wq "iso-8859-1" || file -I $f | grep -wq "us-ascii" ; then | |
| echo -n "$f" | |
| mkdir -p converted | |
| cp $f ./converted | 
| #!/usr/bin/bash | |
| # Get entry point from N64 ROM | |
| dd if=test.z64 bs=1 skip=8 count=4 of=entrypoint >& /dev/null | |
| # Convert entrypoint to little endian | |
| #mips-elf-objcopy -I binary -O binary --reverse-bytes=4 entrypoint entrypoint | |
| # Construct an ELF | |
| mips-elf-objcopy -I binary test.z64 -O elf32-bigmips -B mips --adjust-section-vma .data+0x80000000 foo.elf | |
| # Patch to MIPS III | |
| printf '\x20\x00\x00\x00' | dd bs=1 seek=36 count=4 conv=notrunc of=foo.elf >& /dev/null | 
This was created years ago; at the time I'd been a Shibboleth admin for nearly a decade but we needed something that could handle OIDC/OAuth and that explicitly supported OpenJDK. After a lot of investigation, I really liked Keycloak/Red Hat Single Sign-On. More details here: Gluu vs keycloack vs wso2 identity management
(Items in bold indicate possible concerns)
These are the steps I followed enable VirtualBox on my laptop without disabling UEFI Secure Boot. They're nearly identical to the process described on [Øyvind Stegard's blog][blog], save for a few key details. The images here are borrowed from the [Systemtap UEFI Secure Boot Wiki][systemtap].
src='https://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo'| # The following comments fill some of the gaps in Solargraph's understanding of | |
| # Rails apps. Since they're all in YARD, they get mapped in Solargraph but | |
| # ignored at runtime. | |
| # | |
| # You can put this file anywhere in the project, as long as it gets included in | |
| # the workspace maps. It's recommended that you keep it in a standalone file | |
| # instead of pasting it into an existing one. | |
| # | |
| # @!parse | |
| # class ActionController::Base | 
Welcome to the PK Hack section of starmen.net! Since the early 2000s, programming enthusiasts in the community have gathered together to play around with EarthBound's game engine, creating custom music and dialogue, making translations for languages like Spanish and Brazillian Portugese, and in extreme cases, whole new stories and cutscenes! With CoilSnake, the hacking tool the community uses and works on together, anyone can experiment with the game like this, the only limiting factors being free time and imagination.
Click here to go to the forum - http://forum.starmen.net/forum/Community/PKHack
If you're ready to hop into the world of PK Hacking, then you'll want to download the latest version of CoilSnake, and check out this collection of helpful tutorials on the wiki!