From e88a5240076b3fe2454a6e3eddfb83be3c30857f Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Tue, 17 Nov 2009 13:18:42 +1100 Subject: [PATCH] Some post ideas --- .../11/need-a-windows-box-use-amazon-ec2.html | 1 + .../11/need-a-windows-box-use-amazon-ec2.yaml | 2 ++ .../2009/11/region-testing-on-amazon-ec2.html | 23 +++++++++++++++++++ .../2009/11/region-testing-on-amazon-ec2.yaml | 2 ++ 4 files changed, 28 insertions(+) create mode 100644 content/2009/11/need-a-windows-box-use-amazon-ec2.html create mode 100644 content/2009/11/need-a-windows-box-use-amazon-ec2.yaml create mode 100644 content/2009/11/region-testing-on-amazon-ec2.html create mode 100644 content/2009/11/region-testing-on-amazon-ec2.yaml diff --git a/content/2009/11/need-a-windows-box-use-amazon-ec2.html b/content/2009/11/need-a-windows-box-use-amazon-ec2.html new file mode 100644 index 0000000..b2cbfed --- /dev/null +++ b/content/2009/11/need-a-windows-box-use-amazon-ec2.html @@ -0,0 +1 @@ +Hi, I'm a new item! diff --git a/content/2009/11/need-a-windows-box-use-amazon-ec2.yaml b/content/2009/11/need-a-windows-box-use-amazon-ec2.yaml new file mode 100644 index 0000000..e521976 --- /dev/null +++ b/content/2009/11/need-a-windows-box-use-amazon-ec2.yaml @@ -0,0 +1,2 @@ +--- +title: A New Item diff --git a/content/2009/11/region-testing-on-amazon-ec2.html b/content/2009/11/region-testing-on-amazon-ec2.html new file mode 100644 index 0000000..63fed81 --- /dev/null +++ b/content/2009/11/region-testing-on-amazon-ec2.html @@ -0,0 +1,23 @@ +Run a desktop EC2 instance + +http://alestic.com/ + +http://ec2jaunty-desktop.notlong.com/ +ami-caf615a3 - desktop 32-bit (US) + +htp://console.aws.amazon.com/ + +connect via key pair + + ssh -i ~/Work/Amazon\ Keys/wes-test.pem root@ec2-174-129-115-180.compute-1.amazonaws.com + +Update + + apt-get update && apt-get upgrade -y + +Setup user + + user-setup + +Connect with NX client, requires Rosetta (and X11) + diff --git a/content/2009/11/region-testing-on-amazon-ec2.yaml b/content/2009/11/region-testing-on-amazon-ec2.yaml new file mode 100644 index 0000000..e521976 --- /dev/null +++ b/content/2009/11/region-testing-on-amazon-ec2.yaml @@ -0,0 +1,2 @@ +--- +title: A New Item