This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# amazon-ec2 gem | |
require 'AWS' | |
# Your keys | |
ACCESS_KEY_ID = 'your AWS ID' | |
SECRET_ACCESS_KEY = 'your AWS secret' | |
# open EC2 connection | |
ec2 = AWS::EC2::Base.new(:access_key_id => ACCESS_KEY_ID, :secret_access_key => SECRET_ACCESS_KEY) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'test' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!!--!!--!!--!!--!!--!! | |
!! ~/.Xdefaults !! | |
!!--!!--!!--!!--!!--!! | |
!! Global font | |
!*font: -*-terminus-*-*-*-*-*-*-*-*-*-*-*-* | |
!! Global Fore/background color | |
*background: #191919 | |
!!-! URXVT !-!! |
NewerOlder