forked from wezm/wezm.net
Some post ideas
This commit is contained in:
parent
09f97a6add
commit
e88a524007
4 changed files with 28 additions and 0 deletions
1
content/2009/11/need-a-windows-box-use-amazon-ec2.html
Normal file
1
content/2009/11/need-a-windows-box-use-amazon-ec2.html
Normal file
|
@ -0,0 +1 @@
|
|||
Hi, I'm a new item!
|
2
content/2009/11/need-a-windows-box-use-amazon-ec2.yaml
Normal file
2
content/2009/11/need-a-windows-box-use-amazon-ec2.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
title: A New Item
|
23
content/2009/11/region-testing-on-amazon-ec2.html
Normal file
23
content/2009/11/region-testing-on-amazon-ec2.html
Normal file
|
@ -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)
|
||||
|
2
content/2009/11/region-testing-on-amazon-ec2.yaml
Normal file
2
content/2009/11/region-testing-on-amazon-ec2.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
title: A New Item
|
Loading…
Reference in a new issue