Skip to content

Instantly share code, notes, and snippets.

View vu3rdd's full-sized avatar

Ramakrishnan Muthukrishnan vu3rdd

View GitHub Profile
@vu3rdd
vu3rdd / hex2ascii
Created February 28, 2014 10:58
hex to ascii
$ echo hello world| xxd -g 0
0000000: 68656c6c6f20776f726c640a hello world.
$ echo 68656c6c6f20776f726c640a | xxd -r -p -
hello world
@vu3rdd
vu3rdd / plan9qemu.md
Last active August 29, 2015 13:56
plan9 on qemu
@vu3rdd
vu3rdd / go-plan9.md
Last active August 29, 2015 13:57
go on plan9 (bell labs)

Download binaries for Python and Hg:

% hget http://www.9legacy.org/download/cpython-386.mkfs.bz2 > cpython-386.mkfs.bz2

Unzip and Install it.

% bunzip2 cpython-386.mkfs.bz2

% disk/mkext -d / < cpython-386.mkfs

@vu3rdd
vu3rdd / acmenotes.md
Last active August 29, 2015 13:58
acme notes

Introduction

  • Mouse 1: select text
  • Mouse 2: execute commands
  • Mouse 3: plumb?

Select all text ":0,$" (without double quotes) and then Mouse 2 or ":," and Mouse 2.

pipe selection to external command:

@vu3rdd
vu3rdd / p9-faq.md
Last active August 29, 2015 14:01
Plan9/9atom questions
  1. How can the default font be changed?
  2. How to create a new user?
  3. How can I build my own kernel?
  4. How can I update the OS+applications?

replica/pull /dist/replica/network (to update from the network)

  1. How can I see the source code changes and why the changes were made (i.e. equivalent of hg/git log)?
  2. How can I build Python and Hg?
  3. How can I get Golang?
@vu3rdd
vu3rdd / papers-queue.md
Last active August 29, 2015 14:05
Papers in my current read queue
@vu3rdd
vu3rdd / new.txt
Last active August 29, 2015 14:06
setting up a new OSX machine
Packages to install
0. install nix. remove brew.
1. install firefox and privacy plugins (AdBlockEdge, https everywhere, disconnect.me ...)
2. vcsh and mr
3. git
4. Hg
5. plan9port
6. ghc and cabal - https://ghcformacosx.github.io/
7. emacs - https://github.com/railwaycat/emacs-mac-port
8. racket - http://racket-lang.org
@vu3rdd
vu3rdd / auth-links.txt
Last active August 29, 2015 14:06
auth