Skip to content

Instantly share code, notes, and snippets.

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

Mark A. Hershberger hexmode

🏠
Working from home
View GitHub Profile
INFO global: Vagrant version: 1.5.1
INFO global: Ruby version: 2.0.0
INFO global: RubyGems version: 2.0.14
INFO global: VAGRANT_DETECTED_OS="CYGWIN_NT-6.1"
INFO global: VAGRANT_EXECUTABLE="C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.5.1\\bin\\vagrant"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\\HashiCorp\\Vagrant\\embedded"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1"
INFO global: VAGRANT_LOG="debug"

Keybase proof

I hereby claim:

  • I am hexmode on github.
  • I am hexmode (https://keybase.io/hexmode) on keybase.
  • I have a public key whose fingerprint is 3CEF 8262 806D 3F0B 6BA1 DBDD 7956 EE47 7F90 1A30

To claim this, I am signing this object:

mah@test3wiki:/var/www/w$ sudo cat /proc/user_beancounters
Version: 2.5
uid resource held maxheld barrier limit failcnt
443: kmemsize 72387274 78565376 536870912 536870912 0
lockedpages 0 532 131072 131072 0
privvmpages 248240 267312 9223372036854775807 9223372036854775807 0
shmpages 10129 10465 9223372036854775807 9223372036854775807 0
dummy 0 0 9223372036854775807 9223372036854775807 0
numproc 91 132 9223372036854775807 9223372036854775807 0
physpages 25
<!--[if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
</o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:TrackMoves/>
<w:TrackFormatting/>
<font face="Times New Roman">
</font><p style="margin: 0in 0in 8pt;"><font face="Calibri">Plain <b style="mso-bidi-font-weight: normal;">bold</b></font></p><font face="Times New Roman">
</font>
<span class="TextRun SCX167197419" style="line-height: 19px; font-family: Calibri,Sans-Serif; font-size: 11pt;" xml:lang="EN-US"><span class="NormalTextRun SCX167197419" style="background-color: inherit;">plain </span></span><span class="TextRun SCX167197419" style="line-height: 19px; font-family: Calibri,Sans-Serif; font-size: 11pt; font-weight: bold;" xml:lang="EN-US"><span class="NormalTextRun SCX167197419" style="background-color: inherit;">bold</span></span>
DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337
File: Main_Page
HTML1300: Navigation occurred.
File: Main_Page
SEC7115: :visited and :link styles can only differ by color. Some styles were not applied to :visited.
File: Main_Page
SCRIPT5007: Unable to get property 'type' of undefined or null reference
File: load.php, Line: 237, Column: 869
Use of "$j" is deprecated. Use $ or jQuery instead.
console.trace()
From: "Mark A. Hershberger" <mah@nichework.com>
To: support@github.com
Subject: diff on github.com doesn't match "git diff"
Organization: NicheWork LLC
For the repository at https://github.com/hexmode/mediawiki-el, my
current checkout shows:
$ git log --oneline -3
47875f7 Bump to 2.2.6
;;
;; Emacs smart tabs functionality
;; Intelligently indent with tabs, align with spaces!
;;
;; Note: Indenting only uses tabs when indent-tabs-mode is non-nil,
;; otherwise it uses spaces as usual.
;;
;; To use: save as smarttabs.el in your .emacs.d directory, and add
;; "(require 'smarttabs)" to your .emacs file.
;;
provider "aws" {
access_key = ""
secret_key = ""
region = "us-east-1"
}
resource "aws_vpc" "main" {
cidr_block = "10.0.1.0/24"
}