Skip to content

Instantly share code, notes, and snippets.

View PisoMojado's full-sized avatar

Michael Jones PisoMojado

View GitHub Profile
@owainlewis
owainlewis / hipchat.el
Created May 8, 2013 10:58
HipChat Jabber Emacs
;; HipChat
(setq ssl-program-name "gnutls-cli"
ssl-program-arguments '("--insecure" "-p" service host)
ssl-certificate-verification-policy 1)
;; Connect using jabber.el
;; M-x jabber-connect <RET>
;; Config
@drawcard
drawcard / Environment Setup.md
Last active September 11, 2017 00:28
Development Environment using a VM + VMWare Fusion

Installation

  • Download the Ubuntu Server ISO: http://www.ubuntu.com/download/server
  • Create a new container and install Ubuntu Server Don't use the Setup Wizard to do this, instead mount the ISO and use Ubuntu's setup process During the install process, also add the LAMP + OpenSSH + Samba modules when asked

(Mac) Create an Applescript to run VM as a headless server

More info: http://www.artandlogic.com/blog/2013/10/running-vmware-fusion-6-headless/

  • Open AppleScript and make a new script with the following code: