<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Edukatr</title>
	
	<link>http://www.edukatr.com</link>
	<description>Best online technology education</description>
	<lastBuildDate>Tue, 24 Jan 2012 20:57:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/edukatr" /><feedburner:info uri="edukatr" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>edukatr</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to install Drupal 7.10 on AWS EC2 with an RDS back end [DEMO &amp; CODE]</title>
		<link>http://feedproxy.google.com/~r/edukatr/~3/NQ0G4FW0i2s/</link>
		<comments>http://www.edukatr.com/how-to-install-drupal-7-10-on-aws-ec2-with-an-rds-back-end-demo-code/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 18:34:54 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Spot Instance AWS]]></category>

		<guid isPermaLink="false">http://www.edukatr.com/?p=263</guid>
		<description><![CDATA[Here is the screencast of the presentation I gave at the Trivalley Drupal Users Group at Webthingee in Livermore, CA. It is a live demo that shows how to install Drupal 7.10 on AWS EC2&#8242;s t1.micro spot instance with an &#8230; <a href="http://www.edukatr.com/how-to-install-drupal-7-10-on-aws-ec2-with-an-rds-back-end-demo-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here is the screencast of the presentation I gave at the <a title="TV Drupal Users Group" href="http://www.meetup.com/TVDUG-Tri-Valley-Drupal-Users-Group/" target="_blank">Trivalley Drupal Users Group</a> at Webthingee in Livermore, CA. It is a live demo that shows how to install <a title="Drupal downloads" href="http://drupal.org/project/drupal" target="_blank">Drupal 7.10</a> on <a title="EC2" href="http://aws.amazon.com/ec2" target="_blank">AWS EC2&#8242;s</a> <a title="Instance types" href="http://aws.amazon.com/ec2/instance-types/" target="_blank">t1.micro</a> <a title="Spot Instances" href="http://aws.amazon.com/ec2/spot-instances/" target="_blank">spot instance</a> with an <a title="Relational database service (RDS)" href="http://aws.amazon.com/rds/" target="_blank">RDS back end</a>.<br />
<span id="more-263"></span><br />
<iframe src="http://www.youtube.com/embed/K4Rw-WjM5j8" frameborder="0" width="640" height="630"></iframe></p>
<p><code><br />
My--Pro:~ demo$ cd Downloads/<br />
My--Pro:Downloads demo$ chmod 400 us-west-dru1.pem<br />
My--Pro:Downloads demo$ ssh -i us-west-dru1.pem ec2-50-112-31-121.us-west-2.compute.amazonaws.com<br />
The authenticity of host 'ec2-50-112-31-121.us-west-2.compute.amazonaws.com (50.112.31.121)' can't be established.<br />
RSA key fingerprint is 4f:6f:29:1d:7a:5a:a6:dc:75:68:ec:a7:fd:6b:30:a7.<br />
Are you sure you want to continue connecting (yes/no)? yes<br />
Warning: Permanently added 'ec2-50-112-31-121.us-west-2.compute.amazonaws.com,50.112.31.121' (RSA) to the list of known hosts.<br />
Permission denied (publickey).<br />
My--Pro:Downloads demo$ ssh -i us-west-dru1.pem ubuntu@ec2-50-112-31-121.us-west-2.compute.amazonaws.com<br />
Welcome to Ubuntu 11.10 (GNU/Linux 3.0.0-14-virtual i686)<br />
* Documentation: https://help.ubuntu.com/<br />
System information as of Sun Jan 15 23:40:24 UTC 2012<br />
System load: 0.27 Processes: 53<br />
Usage of /: 8.5% of 7.87GB Users logged in: 0<br />
Memory usage: 4% IP address for eth0: 10.248.6.249<br />
Swap usage: 0%<br />
Graph this data and manage this system at https://landscape.canonical.com/<br />
Get cloud support with Ubuntu Advantage Cloud Guest</p>
<p>http://www.ubuntu.com/business/services/cloud</p>
<p>The programs included with the Ubuntu system are free software;<br />
the exact distribution terms for each program are described in the<br />
individual files in /usr/share/doc/*/copyright.<br />
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by<br />
applicable law.<br />
To run a command as administrator (user "root"), use "sudo <command></command>".<br />
See "man sudo_root" for details.<br />
ubuntu@ip-10-248-6-249:~$ top<br />
top - 23:40:50 up 2 min, 1 user, load average: 0.18, 0.18, 0.07<br />
Tasks: 52 total, 1 running, 51 sleeping, 0 stopped, 0 zombie<br />
Cpu(s): 2.8%us, 1.3%sy, 0.0%ni, 87.1%id, 6.9%wa, 0.0%hi, 0.0%si, 1.9%st<br />
Mem: 610072k total, 74856k used, 535216k free, 7296k buffers<br />
Swap: 0k total, 0k used, 0k free, 45056k cached<br />
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND<br />
1 root 20 0 3204 1792 1260 S 0.0 0.3 0:00.42 init<br />
2 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kthreadd<br />
3 root 20 0 0 0 0 S 0.0 0.0 0:00.04 ksoftirqd/0<br />
4 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/0:0<br />
5 root 20 0 0 0 0 S 0.0 0.0 0:00.19 kworker/u:0<br />
6 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/0<br />
7 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 cpuset<br />
8 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 khelper<br />
9 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 netns<br />
10 root 20 0 0 0 0 S 0.0 0.0 0:00.00 xenwatch<br />
11 root 20 0 0 0 0 S 0.0 0.0 0:00.19 xenbus<br />
12 root 20 0 0 0 0 S 0.0 0.0 0:00.00 sync_supers<br />
13 root 20 0 0 0 0 S 0.0 0.0 0:00.00 bdi-default<br />
14 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kintegrityd<br />
15 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kblockd<br />
16 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ata_sff<br />
17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 khubd<br />
18 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 md<br />
19 root 20 0 0 0 0 S 0.0 0.0 0:00.02 kworker/0:1<br />
20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kworker/u:1<br />
22 root 20 0 0 0 0 S 0.0 0.0 0:00.00 khungtaskd<br />
23 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0<br />
24 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd<br />
25 root 20 0 0 0 0 S 0.0 0.0 0:00.00 fsnotify_mark<br />
26 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptfs-kthrea<br />
27 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 crypto<br />
35 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kthrotld<br />
37 root 20 0 0 0 0 S 0.0 0.0 0:00.00 khvcd<br />
161 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/xvda1-8<br />
162 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 ext4-dio-unwrit<br />
228 root 20 0 2656 612 448 S 0.0 0.1 0:00.10 upstart-udev-br<br />
ubuntu@ip-10-248-6-249:~$ df -g<br />
df: invalid option -- 'g'<br />
Try `df --help' for more information.<br />
ubuntu@ip-10-248-6-249:~$ df -h<br />
Filesystem Size Used Avail Use% Mounted on<br />
/dev/xvda1 7.9G 689M 6.9G 9% /<br />
udev 293M 4.0K 293M 1% /dev<br />
tmpfs 120M 148K 120M 1% /run<br />
none 5.0M 0 5.0M 0% /run/lock<br />
none 298M 0 298M 0% /run/shm<br />
ubuntu@ip-10-248-6-249:~$<br />
ubuntu@ip-10-248-6-249:~$<br />
ubuntu@ip-10-248-6-249:~$<br />
ubuntu@ip-10-248-6-249:~$<br />
ubuntu@ip-10-248-6-249:~$ sudo apt-get dist-upgrade<br />
Reading package lists... Done<br />
Building dependency tree<br />
Reading state information... Done<br />
Calculating upgrade... Done<br />
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.<br />
ubuntu@ip-10-248-6-249:~$ sudo apt-get update<br />
Ign http://security.ubuntu.com oneiric-security InRelease<br />
Ign http://us-west-2.ec2.archive.ubuntu.com oneiric InRelease<br />
Ign http://us-west-2.ec2.archive.ubuntu.com oneiric-updates InRelease<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric Release.gpg<br />
Get:1 http://us-west-2.ec2.archive.ubuntu.com oneiric-updates Release.gpg [198 B]<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric Release<br />
Get:2 http://us-west-2.ec2.archive.ubuntu.com oneiric-updates Release [40.8 kB]<br />
Get:3 http://us-west-2.ec2.archive.ubuntu.com oneiric/main Sources [877 kB]<br />
Get:4 http://us-west-2.ec2.archive.ubuntu.com oneiric/universe Sources [4,677 kB]<br />
Get:5 http://security.ubuntu.com oneiric-security Release.gpg [198 B]<br />
Get:6 http://security.ubuntu.com oneiric-security Release [40.8 kB]<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric/main i386 Packages<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric/universe i386 Packages<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric/main TranslationIndex<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric/universe TranslationIndex<br />
Get:7 http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/main Sources [111 kB]<br />
Get:8 http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/universe Sources [35.4 kB]<br />
Get:9 http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/main i386 Packages [253 kB]<br />
Get:10 http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/universe i386 Packages [83.4 kB]<br />
Get:11 http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/main TranslationIndex [74 B]<br />
Get:12 http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/universe TranslationIndex [73 B]<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric/main Translation-en<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric/universe Translation-en<br />
Get:13 http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/main Translation-en [118 kB]<br />
Get:14 http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/universe Translation-en [50.8 kB]<br />
Get:15 http://security.ubuntu.com oneiric-security/main Sources [23.1 kB]<br />
Get:16 http://security.ubuntu.com oneiric-security/universe Sources [8,189 B]<br />
Get:17 http://security.ubuntu.com oneiric-security/main i386 Packages [65.2 kB]<br />
Get:18 http://security.ubuntu.com oneiric-security/universe i386 Packages [22.2 kB]<br />
Get:19 http://security.ubuntu.com oneiric-security/main TranslationIndex [73 B]<br />
Get:20 http://security.ubuntu.com oneiric-security/universe TranslationIndex [73 B]<br />
Hit http://security.ubuntu.com oneiric-security/main Translation-en<br />
Hit http://security.ubuntu.com oneiric-security/universe Translation-en<br />
Fetched 6,407 kB in 4s (1,453 kB/s)<br />
Reading package lists... Done<br />
ubuntu@ip-10-248-6-249:~$ sudo aptitude update &amp;&amp; sudo aptitude dist-upgrade<br />
Ign http://us-west-2.ec2.archive.ubuntu.com oneiric InRelease<br />
Ign http://us-west-2.ec2.archive.ubuntu.com oneiric-updates InRelease<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric Release.gpg<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric-updates Release.gpg<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric Release<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric-updates Release<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric/main Sources<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric/universe Sources<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric/main i386 Packages<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric/universe i386 Packages<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric/main TranslationIndex<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric/universe TranslationIndex<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric/main Translation-en<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric/universe Translation-en<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/main Sources<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/universe Sources<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/main i386 Packages<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/universe i386 Packages<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/main TranslationIndex<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/universe TranslationIndex<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/main Translation-en<br />
Hit http://us-west-2.ec2.archive.ubuntu.com oneiric-updates/universe Translation-en<br />
Ign http://security.ubuntu.com oneiric-security InRelease<br />
Hit http://security.ubuntu.com oneiric-security Release.gpg<br />
Hit http://security.ubuntu.com oneiric-security Release<br />
Hit http://security.ubuntu.com oneiric-security/main Sources<br />
Hit http://security.ubuntu.com oneiric-security/universe Sources<br />
Hit http://security.ubuntu.com oneiric-security/main i386 Packages<br />
Hit http://security.ubuntu.com oneiric-security/universe i386 Packages<br />
Hit http://security.ubuntu.com oneiric-security/main TranslationIndex<br />
Hit http://security.ubuntu.com oneiric-security/universe TranslationIndex<br />
Hit http://security.ubuntu.com oneiric-security/main Translation-en<br />
Hit http://security.ubuntu.com oneiric-security/universe Translation-en<br />
No packages will be installed, upgraded, or removed.<br />
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.<br />
Need to get 0 B of archives. After unpacking 0 B will be used.<br />
ubuntu@ip-10-248-6-249:~$ sudo aptitude install apache2 php5-mysql libapache2-mod-php5 mysql-client curl libcurl3 libcurl3-dev php5-curl php5-mcrypt php5-gd<br />
Note: selecting "libcurl4-openssl-dev" instead of the<br />
virtual package "libcurl3-dev"<br />
The following NEW packages will be installed:<br />
apache2 apache2-mpm-prefork{ab} apache2-mpm-worker{ab} apache2-utils{a} apache2.2-bin{a} apache2.2-common{a} binutils{a}<br />
comerr-dev{a} cpp{a} cpp-4.6{a} gcc{a} gcc-4.6{a} krb5-multidev{a} libapache2-mod-php5 libapr1{a} libaprutil1{a}<br />
libaprutil1-dbd-sqlite3{a} libaprutil1-ldap{a} libc-dev-bin{a} libc6-dev{a} libcap2{a} libcurl4-openssl-dev libdbd-mysql-perl{a}<br />
libdbi-perl{a} libgd2-xpm{a} libgomp1{a} libgssrpc4{a} libidn11-dev{a} libjpeg62{a} libkadm5clnt-mit8{a} libkadm5srv-mit8{a}<br />
libkdb5-5{a} libkrb5-dev{a} libldap2-dev{a} libmcrypt4{a} libmpc2{a} libmpfr4{a} libmysqlclient16{a} libnet-daemon-perl{a}<br />
libplrpc-perl{a} libquadmath0{a} libssl-dev{a} libssl-doc{a} libt1-5{a} libxpm4{a} linux-libc-dev{a} manpages-dev{a} mysql-client<br />
mysql-client-5.1{a} mysql-client-core-5.1{a} mysql-common{a} php5-cli{a} php5-common{a} php5-curl php5-gd php5-mcrypt php5-mysql<br />
pkg-config{a} ssl-cert{a} zlib1g-dev{a}<br />
0 packages upgraded, 60 newly installed, 0 to remove and 0 not upgraded.<br />
Need to get 50.2 MB of archives. After unpacking 141 MB will be used.<br />
The following packages have unmet dependencies:<br />
apache2-mpm-prefork: Conflicts: apache2-mpm which is a virtual package.<br />
apache2-mpm-worker: Conflicts: apache2-mpm which is a virtual package.<br />
Internal error: found 2 (choice -&gt; promotion) mappings for a single choice.<br />
The following actions will resolve these dependencies:<br />
Keep the following packages at their current version:<br />
1) apache2-mpm-worker [Not Installed]<br />
Accept this solution? [Y/n/q/?] Y<br />
The following NEW packages will be installed:<br />
apache2 apache2-mpm-prefork{a} apache2-utils{a} apache2.2-bin{a} apache2.2-common{a} binutils{a} comerr-dev{a} cpp{a} cpp-4.6{a}<br />
gcc{a} gcc-4.6{a} krb5-multidev{a} libapache2-mod-php5 libapr1{a} libaprutil1{a} libaprutil1-dbd-sqlite3{a} libaprutil1-ldap{a}<br />
libc-dev-bin{a} libc6-dev{a} libcap2{a} libcurl4-openssl-dev libdbd-mysql-perl{a} libdbi-perl{a} libgd2-xpm{a} libgomp1{a}<br />
libgssrpc4{a} libidn11-dev{a} libjpeg62{a} libkadm5clnt-mit8{a} libkadm5srv-mit8{a} libkdb5-5{a} libkrb5-dev{a} libldap2-dev{a}<br />
libmcrypt4{a} libmpc2{a} libmpfr4{a} libmysqlclient16{a} libnet-daemon-perl{a} libplrpc-perl{a} libquadmath0{a} libssl-dev{a}<br />
libssl-doc{a} libt1-5{a} libxpm4{a} linux-libc-dev{a} manpages-dev{a} mysql-client mysql-client-5.1{a} mysql-client-core-5.1{a}<br />
mysql-common{a} php5-cli{a} php5-common{a} php5-curl php5-gd php5-mcrypt php5-mysql pkg-config{a} ssl-cert{a} zlib1g-dev{a}<br />
0 packages upgraded, 59 newly installed, 0 to remove and 0 not upgraded.<br />
Need to get 50.2 MB of archives. After unpacking 141 MB will be used.<br />
Do you want to continue? [Y/n/?] Y<br />
Get: 1 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main libgssrpc4 i386 1.9.1+dfsg-1ubuntu2.2 [61.2 kB]<br />
Get: 2 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main libkadm5clnt-mit8 i386 1.9.1+dfsg-1ubuntu2.2 [37.6 kB]<br />
Get: 3 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main libkdb5-5 i386 1.9.1+dfsg-1ubuntu2.2 [36.1 kB]<br />
Get: 4 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main libkadm5srv-mit8 i386 1.9.1+dfsg-1ubuntu2.2 [53.3 kB]<br />
Get: 5 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libgomp1 i386 4.6.1-9ubuntu3 [28.3 kB]<br />
Get: 6 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libquadmath0 i386 4.6.1-9ubuntu3 [195 kB]<br />
Get: 7 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libcap2 i386 1:2.21-2 [12.5 kB]<br />
Get: 8 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libapr1 i386 1.4.5-1 [90.5 kB]<br />
Get: 9 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libaprutil1 i386 1.3.12+dfsg-2 [75.4 kB]<br />
Get: 10 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libaprutil1-dbd-sqlite3 i386 1.3.12+dfsg-2 [10.3 kB]<br />
Get: 11 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libaprutil1-ldap i386 1.3.12+dfsg-2 [7,988 B]<br />
Get: 12 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main apache2.2-bin i386 2.2.20-1ubuntu1.1 [2,634 kB]<br />
Get: 13 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main apache2-utils i386 2.2.20-1ubuntu1.1 [84.0 kB]<br />
Get: 14 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main apache2.2-common i386 2.2.20-1ubuntu1.1 [223 kB]<br />
Get: 15 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main apache2-mpm-prefork i386 2.2.20-1ubuntu1.1 [2,396 B]<br />
Get: 16 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main apache2 i386 2.2.20-1ubuntu1.1 [1,488 B]<br />
Get: 17 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main binutils i386 2.21.53.20110810-0ubuntu5.1 [2,383 kB]<br />
Get: 18 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libmpfr4 i386 3.0.1-5 [188 kB]<br />
Get: 19 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libmpc2 i386 0.9-3 [37.3 kB]<br />
Get: 20 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main cpp-4.6 i386 4.6.1-9ubuntu3 [4,642 kB]<br />
Get: 21 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main cpp i386 4:4.6.1-2ubuntu5 [28.0 kB]<br />
Get: 22 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main gcc-4.6 i386 4.6.1-9ubuntu3 [7,519 kB]<br />
Get: 23 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main gcc i386 4:4.6.1-2ubuntu5 [5,118 B]<br />
Get: 24 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libc-dev-bin i386 2.13-20ubuntu5 [77.5 kB]<br />
Get: 25 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main linux-libc-dev i386 3.0.0-14.23 [820 kB]<br />
Get: 26 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libc6-dev i386 2.13-20ubuntu5 [5,031 kB]<br />
Get: 27 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main comerr-dev i386 2.1-1.41.14-1ubuntu3 [41.5 kB]<br />
Get: 28 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main krb5-multidev i386 1.9.1+dfsg-1ubuntu2.2 [89.8 kB]<br />
Get: 29 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main php5-common i386 5.3.6-13ubuntu3.3 [416 kB]<br />
Get: 30 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main libapache2-mod-php5 i386 5.3.6-13ubuntu3.3 [3,109 kB]<br />
Get: 31 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main zlib1g-dev i386 1:1.2.3.4.dfsg-3ubuntu3 [160 kB]<br />
Get: 32 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libssl-dev i386 1.0.0e-2ubuntu4 [1,398 kB]<br />
Get: 33 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main pkg-config i386 0.26-1ubuntu1 [40.3 kB]<br />
Get: 34 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libidn11-dev i386 1.22-2 [635 kB]<br />
Get: 35 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main libkrb5-dev i386 1.9.1+dfsg-1ubuntu2.2 [12.4 kB]<br />
Get: 36 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main libldap2-dev i386 2.4.25-1.1ubuntu4.1 [913 kB]<br />
Get: 37 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libcurl4-openssl-dev i386 7.21.6-3ubuntu3 [1,024 kB]<br />
Get: 38 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main mysql-common all 5.1.58-1ubuntu1 [11.6 kB]<br />
Get: 39 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libmysqlclient16 i386 5.1.58-1ubuntu1 [1,808 kB]<br />
Get: 40 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libnet-daemon-perl all 0.48-1 [43.1 kB]<br />
Get: 41 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libplrpc-perl all 0.2020-2 [36.0 kB]<br />
Get: 42 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libdbi-perl i386 1.616-1build1 [852 kB]<br />
Get: 43 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libdbd-mysql-perl i386 4.019-1 [110 kB]<br />
Get: 44 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libjpeg62 i386 6b1-1ubuntu2 [87.3 kB]<br />
Get: 45 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libxpm4 i386 1:3.5.9-1ubuntu1 [35.3 kB]<br />
Get: 46 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libgd2-xpm i386 2.0.36~rc1~dfsg-5.1ubuntu1 [202 kB]<br />
Get: 47 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/universe libmcrypt4 i386 2.5.8-3.1 [76.1 kB]<br />
Get: 48 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main libssl-doc all 1.0.0e-2ubuntu4 [1,033 kB]<br />
Get: 49 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main libt1-5 i386 5.1.2-3ubuntu0.11.10.1 [147 kB]<br />
Get: 50 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main manpages-dev all 3.27-1ubuntu2 [1,627 kB]<br />
Get: 51 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main mysql-client-core-5.1 i386 5.1.58-1ubuntu1 [88.3 kB]<br />
Get: 52 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main mysql-client-5.1 i386 5.1.58-1ubuntu1 [8,617 kB]<br />
Get: 53 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main mysql-client all 5.1.58-1ubuntu1 [6,174 B]<br />
Get: 54 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main php5-cli i386 5.3.6-13ubuntu3.3 [3,085 kB]<br />
Get: 55 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main php5-curl i386 5.3.6-13ubuntu3.3 [27.2 kB]<br />
Get: 56 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main php5-gd i386 5.3.6-13ubuntu3.3 [37.5 kB]<br />
Get: 57 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/universe php5-mcrypt i386 5.3.5-0ubuntu1 [16.9 kB]<br />
Get: 58 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric-updates/main php5-mysql i386 5.3.6-13ubuntu3.3 [72.6 kB]<br />
Get: 59 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/main ssl-cert all 1.0.28 [12.2 kB]<br />
Fetched 50.2 MB in 3s (13.2 MB/s)<br />
Extracting templates from packages: 100%<br />
Preconfiguring packages ...<br />
Selecting previously deselected package libgssrpc4.<br />
(Reading database ... 26860 files and directories currently installed.)<br />
Unpacking libgssrpc4 (from .../libgssrpc4_1.9.1+dfsg-1ubuntu2.2_i386.deb) ...<br />
Selecting previously deselected package libkadm5clnt-mit8.<br />
Unpacking libkadm5clnt-mit8 (from .../libkadm5clnt-mit8_1.9.1+dfsg-1ubuntu2.2_i386.deb) ...<br />
Selecting previously deselected package libkdb5-5.<br />
Unpacking libkdb5-5 (from .../libkdb5-5_1.9.1+dfsg-1ubuntu2.2_i386.deb) ...<br />
Selecting previously deselected package libkadm5srv-mit8.<br />
Unpacking libkadm5srv-mit8 (from .../libkadm5srv-mit8_1.9.1+dfsg-1ubuntu2.2_i386.deb) ...<br />
Selecting previously deselected package libgomp1.<br />
Unpacking libgomp1 (from .../libgomp1_4.6.1-9ubuntu3_i386.deb) ...<br />
Selecting previously deselected package libquadmath0.<br />
Unpacking libquadmath0 (from .../libquadmath0_4.6.1-9ubuntu3_i386.deb) ...<br />
Selecting previously deselected package libcap2.<br />
Unpacking libcap2 (from .../libcap2_1%3a2.21-2_i386.deb) ...<br />
Selecting previously deselected package libapr1.<br />
Unpacking libapr1 (from .../libapr1_1.4.5-1_i386.deb) ...<br />
Selecting previously deselected package libaprutil1.<br />
Unpacking libaprutil1 (from .../libaprutil1_1.3.12+dfsg-2_i386.deb) ...<br />
Selecting previously deselected package libaprutil1-dbd-sqlite3.<br />
Unpacking libaprutil1-dbd-sqlite3 (from .../libaprutil1-dbd-sqlite3_1.3.12+dfsg-2_i386.deb) ...<br />
Selecting previously deselected package libaprutil1-ldap.<br />
Unpacking libaprutil1-ldap (from .../libaprutil1-ldap_1.3.12+dfsg-2_i386.deb) ...<br />
Selecting previously deselected package apache2.2-bin.<br />
Unpacking apache2.2-bin (from .../apache2.2-bin_2.2.20-1ubuntu1.1_i386.deb) ...<br />
Selecting previously deselected package apache2-utils.<br />
Unpacking apache2-utils (from .../apache2-utils_2.2.20-1ubuntu1.1_i386.deb) ...<br />
Selecting previously deselected package apache2.2-common.<br />
Unpacking apache2.2-common (from .../apache2.2-common_2.2.20-1ubuntu1.1_i386.deb) ...<br />
Selecting previously deselected package apache2-mpm-prefork.<br />
Unpacking apache2-mpm-prefork (from .../apache2-mpm-prefork_2.2.20-1ubuntu1.1_i386.deb) ...<br />
Selecting previously deselected package apache2.<br />
Unpacking apache2 (from .../apache2_2.2.20-1ubuntu1.1_i386.deb) ...<br />
Selecting previously deselected package binutils.<br />
Unpacking binutils (from .../binutils_2.21.53.20110810-0ubuntu5.1_i386.deb) ...<br />
Selecting previously deselected package libmpfr4.<br />
Unpacking libmpfr4 (from .../libmpfr4_3.0.1-5_i386.deb) ...<br />
Selecting previously deselected package libmpc2.<br />
Unpacking libmpc2 (from .../libmpc2_0.9-3_i386.deb) ...<br />
Selecting previously deselected package cpp-4.6.<br />
Unpacking cpp-4.6 (from .../cpp-4.6_4.6.1-9ubuntu3_i386.deb) ...<br />
Selecting previously deselected package cpp.<br />
Unpacking cpp (from .../cpp_4%3a4.6.1-2ubuntu5_i386.deb) ...<br />
Selecting previously deselected package gcc-4.6.<br />
Unpacking gcc-4.6 (from .../gcc-4.6_4.6.1-9ubuntu3_i386.deb) ...<br />
Selecting previously deselected package gcc.<br />
Unpacking gcc (from .../gcc_4%3a4.6.1-2ubuntu5_i386.deb) ...<br />
Selecting previously deselected package libc-dev-bin.<br />
Unpacking libc-dev-bin (from .../libc-dev-bin_2.13-20ubuntu5_i386.deb) ...<br />
Selecting previously deselected package linux-libc-dev.<br />
Unpacking linux-libc-dev (from .../linux-libc-dev_3.0.0-14.23_i386.deb) ...<br />
Selecting previously deselected package libc6-dev.<br />
Unpacking libc6-dev (from .../libc6-dev_2.13-20ubuntu5_i386.deb) ...<br />
Selecting previously deselected package comerr-dev.<br />
Unpacking comerr-dev (from .../comerr-dev_2.1-1.41.14-1ubuntu3_i386.deb) ...<br />
Selecting previously deselected package krb5-multidev.<br />
Unpacking krb5-multidev (from .../krb5-multidev_1.9.1+dfsg-1ubuntu2.2_i386.deb) ...<br />
Selecting previously deselected package php5-common.<br />
Unpacking php5-common (from .../php5-common_5.3.6-13ubuntu3.3_i386.deb) ...<br />
Selecting previously deselected package libapache2-mod-php5.<br />
Unpacking libapache2-mod-php5 (from .../libapache2-mod-php5_5.3.6-13ubuntu3.3_i386.deb) ...<br />
Selecting previously deselected package zlib1g-dev.<br />
Unpacking zlib1g-dev (from .../zlib1g-dev_1%3a1.2.3.4.dfsg-3ubuntu3_i386.deb) ...<br />
Selecting previously deselected package libssl-dev.<br />
Unpacking libssl-dev (from .../libssl-dev_1.0.0e-2ubuntu4_i386.deb) ...<br />
Selecting previously deselected package pkg-config.<br />
Unpacking pkg-config (from .../pkg-config_0.26-1ubuntu1_i386.deb) ...<br />
Selecting previously deselected package libidn11-dev.<br />
Unpacking libidn11-dev (from .../libidn11-dev_1.22-2_i386.deb) ...<br />
Selecting previously deselected package libkrb5-dev.<br />
Unpacking libkrb5-dev (from .../libkrb5-dev_1.9.1+dfsg-1ubuntu2.2_i386.deb) ...<br />
Selecting previously deselected package libldap2-dev.<br />
Unpacking libldap2-dev (from .../libldap2-dev_2.4.25-1.1ubuntu4.1_i386.deb) ...<br />
Selecting previously deselected package libcurl4-openssl-dev.<br />
Unpacking libcurl4-openssl-dev (from .../libcurl4-openssl-dev_7.21.6-3ubuntu3_i386.deb) ...<br />
Selecting previously deselected package mysql-common.<br />
Unpacking mysql-common (from .../mysql-common_5.1.58-1ubuntu1_all.deb) ...<br />
Selecting previously deselected package libmysqlclient16.<br />
Unpacking libmysqlclient16 (from .../libmysqlclient16_5.1.58-1ubuntu1_i386.deb) ...<br />
Selecting previously deselected package libnet-daemon-perl.<br />
Unpacking libnet-daemon-perl (from .../libnet-daemon-perl_0.48-1_all.deb) ...<br />
Selecting previously deselected package libplrpc-perl.<br />
Unpacking libplrpc-perl (from .../libplrpc-perl_0.2020-2_all.deb) ...<br />
Selecting previously deselected package libdbi-perl.<br />
Unpacking libdbi-perl (from .../libdbi-perl_1.616-1build1_i386.deb) ...<br />
Selecting previously deselected package libdbd-mysql-perl.<br />
Unpacking libdbd-mysql-perl (from .../libdbd-mysql-perl_4.019-1_i386.deb) ...<br />
Selecting previously deselected package libjpeg62.<br />
Unpacking libjpeg62 (from .../libjpeg62_6b1-1ubuntu2_i386.deb) ...<br />
Selecting previously deselected package libxpm4.<br />
Unpacking libxpm4 (from .../libxpm4_1%3a3.5.9-1ubuntu1_i386.deb) ...<br />
Selecting previously deselected package libgd2-xpm.<br />
Unpacking libgd2-xpm (from .../libgd2-xpm_2.0.36~rc1~dfsg-5.1ubuntu1_i386.deb) ...<br />
Selecting previously deselected package libmcrypt4.<br />
Unpacking libmcrypt4 (from .../libmcrypt4_2.5.8-3.1_i386.deb) ...<br />
Selecting previously deselected package libssl-doc.<br />
Unpacking libssl-doc (from .../libssl-doc_1.0.0e-2ubuntu4_all.deb) ...<br />
Selecting previously deselected package libt1-5.<br />
Unpacking libt1-5 (from .../libt1-5_5.1.2-3ubuntu0.11.10.1_i386.deb) ...<br />
Selecting previously deselected package manpages-dev.<br />
Unpacking manpages-dev (from .../manpages-dev_3.27-1ubuntu2_all.deb) ...<br />
Selecting previously deselected package mysql-client-core-5.1.<br />
Unpacking mysql-client-core-5.1 (from .../mysql-client-core-5.1_5.1.58-1ubuntu1_i386.deb) ...<br />
Selecting previously deselected package mysql-client-5.1.<br />
Unpacking mysql-client-5.1 (from .../mysql-client-5.1_5.1.58-1ubuntu1_i386.deb) ...<br />
Selecting previously deselected package mysql-client.<br />
Unpacking mysql-client (from .../mysql-client_5.1.58-1ubuntu1_all.deb) ...<br />
Selecting previously deselected package php5-cli.<br />
Unpacking php5-cli (from .../php5-cli_5.3.6-13ubuntu3.3_i386.deb) ...<br />
Selecting previously deselected package php5-curl.<br />
Unpacking php5-curl (from .../php5-curl_5.3.6-13ubuntu3.3_i386.deb) ...<br />
Selecting previously deselected package php5-gd.<br />
Unpacking php5-gd (from .../php5-gd_5.3.6-13ubuntu3.3_i386.deb) ...<br />
Selecting previously deselected package php5-mcrypt.<br />
Unpacking php5-mcrypt (from .../php5-mcrypt_5.3.5-0ubuntu1_i386.deb) ...<br />
Selecting previously deselected package php5-mysql.<br />
Unpacking php5-mysql (from .../php5-mysql_5.3.6-13ubuntu3.3_i386.deb) ...<br />
Selecting previously deselected package ssl-cert.<br />
Unpacking ssl-cert (from .../ssl-cert_1.0.28_all.deb) ...<br />
Processing triggers for python-central ...<br />
Processing triggers for man-db ...<br />
Processing triggers for ufw ...<br />
WARN: /etc is group writable!<br />
Processing triggers for ureadahead ...<br />
Processing triggers for install-info ...<br />
Setting up libgssrpc4 (1.9.1+dfsg-1ubuntu2.2) ...<br />
Setting up libkadm5clnt-mit8 (1.9.1+dfsg-1ubuntu2.2) ...<br />
Setting up libkdb5-5 (1.9.1+dfsg-1ubuntu2.2) ...<br />
Setting up libkadm5srv-mit8 (1.9.1+dfsg-1ubuntu2.2) ...<br />
Setting up libgomp1 (4.6.1-9ubuntu3) ...<br />
Setting up libquadmath0 (4.6.1-9ubuntu3) ...<br />
Setting up libcap2 (1:2.21-2) ...<br />
Setting up libapr1 (1.4.5-1) ...<br />
Setting up libaprutil1 (1.3.12+dfsg-2) ...<br />
Setting up libaprutil1-dbd-sqlite3 (1.3.12+dfsg-2) ...<br />
Setting up libaprutil1-ldap (1.3.12+dfsg-2) ...<br />
Setting up apache2.2-bin (2.2.20-1ubuntu1.1) ...<br />
Setting up apache2-utils (2.2.20-1ubuntu1.1) ...<br />
Setting up apache2.2-common (2.2.20-1ubuntu1.1) ...<br />
Enabling site default.<br />
Enabling module alias.<br />
Enabling module autoindex.<br />
Enabling module dir.<br />
Enabling module env.<br />
Enabling module mime.<br />
Enabling module negotiation.<br />
Enabling module setenvif.<br />
Enabling module status.<br />
Enabling module auth_basic.<br />
Enabling module deflate.<br />
Enabling module authz_default.<br />
Enabling module authz_user.<br />
Enabling module authz_groupfile.<br />
Enabling module authn_file.<br />
Enabling module authz_host.<br />
Enabling module reqtimeout.<br />
Setting up apache2-mpm-prefork (2.2.20-1ubuntu1.1) ...<br />
* Starting web server apache2<br />
...done.<br />
Setting up apache2 (2.2.20-1ubuntu1.1) ...<br />
Setting up binutils (2.21.53.20110810-0ubuntu5.1) ...<br />
Setting up libmpfr4 (3.0.1-5) ...<br />
Setting up libmpc2 (0.9-3) ...<br />
Setting up cpp-4.6 (4.6.1-9ubuntu3) ...<br />
Setting up cpp (4:4.6.1-2ubuntu5) ...<br />
Setting up gcc-4.6 (4.6.1-9ubuntu3) ...<br />
Setting up gcc (4:4.6.1-2ubuntu5) ...<br />
Setting up libc-dev-bin (2.13-20ubuntu5) ...<br />
Setting up linux-libc-dev (3.0.0-14.23) ...<br />
Setting up libc6-dev (2.13-20ubuntu5) ...<br />
Setting up comerr-dev (2.1-1.41.14-1ubuntu3) ...<br />
Setting up krb5-multidev (1.9.1+dfsg-1ubuntu2.2) ...<br />
Setting up php5-common (5.3.6-13ubuntu3.3) ...<br />
Setting up libapache2-mod-php5 (5.3.6-13ubuntu3.3) ...<br />
Creating config file /etc/php5/apache2/php.ini with new version<br />
* Reloading web server config apache2<br />
...done.<br />
Setting up zlib1g-dev (1:1.2.3.4.dfsg-3ubuntu3) ...<br />
Setting up libssl-dev (1.0.0e-2ubuntu4) ...<br />
Setting up pkg-config (0.26-1ubuntu1) ...<br />
Setting up libidn11-dev (1.22-2) ...<br />
Setting up libkrb5-dev (1.9.1+dfsg-1ubuntu2.2) ...<br />
Setting up libldap2-dev (2.4.25-1.1ubuntu4.1) ...<br />
Setting up libcurl4-openssl-dev (7.21.6-3ubuntu3) ...<br />
Setting up mysql-common (5.1.58-1ubuntu1) ...<br />
Setting up libmysqlclient16 (5.1.58-1ubuntu1) ...<br />
Setting up libnet-daemon-perl (0.48-1) ...<br />
Setting up libplrpc-perl (0.2020-2) ...<br />
Setting up libdbi-perl (1.616-1build1) ...<br />
Setting up libdbd-mysql-perl (4.019-1) ...<br />
Setting up libjpeg62 (6b1-1ubuntu2) ...<br />
Setting up libxpm4 (1:3.5.9-1ubuntu1) ...<br />
Setting up libgd2-xpm (2.0.36~rc1~dfsg-5.1ubuntu1) ...<br />
Setting up libmcrypt4 (2.5.8-3.1) ...<br />
Setting up libssl-doc (1.0.0e-2ubuntu4) ...<br />
Setting up libt1-5 (5.1.2-3ubuntu0.11.10.1) ...<br />
Setting up manpages-dev (3.27-1ubuntu2) ...<br />
Setting up mysql-client-core-5.1 (5.1.58-1ubuntu1) ...<br />
Setting up mysql-client-5.1 (5.1.58-1ubuntu1) ...<br />
Setting up mysql-client (5.1.58-1ubuntu1) ...<br />
Setting up php5-cli (5.3.6-13ubuntu3.3) ...<br />
Creating config file /etc/php5/cli/php.ini with new version<br />
update-alternatives: using /usr/bin/php5 to provide /usr/bin/php (php) in auto mode.<br />
Setting up php5-curl (5.3.6-13ubuntu3.3) ...<br />
Setting up php5-gd (5.3.6-13ubuntu3.3) ...<br />
Setting up php5-mcrypt (5.3.5-0ubuntu1) ...<br />
Setting up php5-mysql (5.3.6-13ubuntu3.3) ...<br />
Setting up ssl-cert (1.0.28) ...<br />
Processing triggers for libc-bin ...<br />
ldconfig deferred processing now taking place<br />
ubuntu@ip-10-248-6-249:~$ sudo apt-get install htop<br />
Reading package lists... Done<br />
Building dependency tree<br />
Reading state information... Done<br />
The following NEW packages will be installed:<br />
htop<br />
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.<br />
Need to get 64.3 kB of archives.<br />
After this operation, 221 kB of additional disk space will be used.<br />
Get:1 http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ oneiric/universe htop i386 0.9-4 [64.3 kB]<br />
Fetched 64.3 kB in 0s (1,014 kB/s)<br />
Selecting previously deselected package htop.<br />
(Reading database ... 33313 files and directories currently installed.)<br />
Unpacking htop (from .../archives/htop_0.9-4_i386.deb) ...<br />
Processing triggers for man-db ...<br />
Setting up htop (0.9-4) ...<br />
ubuntu@ip-10-248-6-249:~$ htop<br />
ubuntu@ip-10-248-6-249:~$ ps -ef | more<br />
UID PID PPID C STIME TTY TIME CMD<br />
root 1 0 0 23:38 ? 00:00:00 /sbin/init<br />
root 2 0 0 23:38 ? 00:00:00 [kthreadd]<br />
root 3 2 0 23:38 ? 00:00:00 [ksoftirqd/0]<br />
root 4 2 0 23:38 ? 00:00:00 [kworker/0:0]<br />
root 5 2 0 23:38 ? 00:00:00 [kworker/u:0]<br />
root 6 2 0 23:38 ? 00:00:00 [migration/0]<br />
root 7 2 0 23:38 ? 00:00:00 [cpuset]<br />
root 8 2 0 23:38 ? 00:00:00 [khelper]<br />
root 9 2 0 23:38 ? 00:00:00 [netns]<br />
root 10 2 0 23:38 ? 00:00:00 [xenwatch]<br />
root 11 2 0 23:38 ? 00:00:00 [xenbus]<br />
root 12 2 0 23:38 ? 00:00:00 [sync_supers]<br />
root 13 2 0 23:38 ? 00:00:00 [bdi-default]<br />
root 14 2 0 23:38 ? 00:00:00 [kintegrityd]<br />
root 15 2 0 23:38 ? 00:00:00 [kblockd]<br />
root 16 2 0 23:38 ? 00:00:00 [ata_sff]<br />
root 17 2 0 23:38 ? 00:00:00 [khubd]<br />
root 18 2 0 23:38 ? 00:00:00 [md]<br />
root 19 2 0 23:38 ? 00:00:00 [kworker/0:1]<br />
root 20 2 0 23:38 ? 00:00:00 [kworker/u:1]<br />
root 22 2 0 23:38 ? 00:00:00 [khungtaskd]<br />
root 23 2 0 23:38 ? 00:00:00 [kswapd0]<br />
root 24 2 0 23:38 ? 00:00:00 [ksmd]<br />
root 25 2 0 23:38 ? 00:00:00 [fsnotify_mark]<br />
root 26 2 0 23:38 ? 00:00:00 [ecryptfs-kthrea]<br />
root 27 2 0 23:38 ? 00:00:00 [crypto]<br />
root 35 2 0 23:38 ? 00:00:00 [kthrotld]<br />
root 37 2 0 23:38 ? 00:00:00 [khvcd]<br />
root 161 2 0 23:38 ? 00:00:01 [jbd2/xvda1-8]<br />
root 162 2 0 23:38 ? 00:00:00 [ext4-dio-unwrit]<br />
root 228 1 0 23:38 ? 00:00:00 upstart-udev-bridge --daemon<br />
root 230 1 0 23:38 ? 00:00:00 udevd --daemon<br />
root 283 230 0 23:38 ? 00:00:00 udevd --daemon<br />
root 284 230 0 23:38 ? 00:00:00 udevd --daemon<br />
root 387 1 0 23:38 ? 00:00:00 upstart-socket-bridge --daemon<br />
root 408 1 0 23:38 ? 00:00:00 dhclient3 -e IF_METRIC=100 -pf /var/run/dhclient.eth0.pid -lf /var/lib/dhcp3/dhclient.eth0<br />
.leases -1 eth0<br />
root 451 2 0 23:38 ? 00:00:00 [flush-202:1]<br />
root 501 1 0 23:38 ? 00:00:00 /usr/sbin/sshd -D<br />
syslog 512 1 0 23:38 ? 00:00:00 rsyslogd -c5<br />
102 524 1 0 23:38 ? 00:00:00 dbus-daemon --system --fork --activation=upstart<br />
root 555 1 0 23:38 tty4 00:00:00 /sbin/getty -8 38400 tty4<br />
root 559 1 0 23:38 tty5 00:00:00 /sbin/getty -8 38400 tty5<br />
root 564 1 0 23:38 tty2 00:00:00 /sbin/getty -8 38400 tty2<br />
root 565 1 0 23:38 tty3 00:00:00 /sbin/getty -8 38400 tty3<br />
root 567 1 0 23:38 tty6 00:00:00 /sbin/getty -8 38400 tty6<br />
root 570 1 0 23:38 ? 00:00:00 cron<br />
daemon 571 1 0 23:38 ? 00:00:00 atd<br />
root 632 1 0 23:38 tty1 00:00:00 /sbin/getty -8 38400 tty1<br />
root 660 501 0 23:40 ? 00:00:00 sshd: ubuntu [priv]<br />
ubuntu 687 660 0 23:40 ? 00:00:00 sshd: ubuntu@pts/0<br />
ubuntu 688 687 0 23:40 pts/0 00:00:00 -bash<br />
root 8150 1 0 23:44 ? 00:00:00 /usr/sbin/apache2 -k start<br />
www-data 8318 8150 0 23:44 ? 00:00:00 /usr/sbin/apache2 -k start<br />
www-data 8319 8150 0 23:44 ? 00:00:00 /usr/sbin/apache2 -k start<br />
www-data 8320 8150 0 23:44 ? 00:00:00 /usr/sbin/apache2 -k start<br />
www-data 8321 8150 0 23:44 ? 00:00:00 /usr/sbin/apache2 -k start<br />
www-data 8322 8150 0 23:44 ? 00:00:00 /usr/sbin/apache2 -k start<br />
ubuntu 8815 688 0 23:44 pts/0 00:00:00 ps -ef<br />
ubuntu 8816 688 0 23:44 pts/0 00:00:00 more<br />
ubuntu@ip-10-248-6-249:~$ mysql<br />
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)<br />
ubuntu@ip-10-248-6-249:~$ mysql -u root -p<br />
Enter password:<br />
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)<br />
ubuntu@ip-10-248-6-249:~$ mysql -u root<br />
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)<br />
ubuntu@ip-10-248-6-249:~$ cd /var/www<br />
ubuntu@ip-10-248-6-249:/var/www$ ls -latr<br />
total 12<br />
drwxr-xr-x 13 root root 4096 2012-01-15 23:43 ..<br />
-rw-r--r-- 1 root root 177 2012-01-15 23:44 index.html<br />
drwxr-xr-x 2 root root 4096 2012-01-15 23:44 .<br />
ubuntu@ip-10-248-6-249:/var/www$ mv index.html index.html.bak<br />
mv: cannot move `index.html' to `index.html.bak': Permission denied<br />
ubuntu@ip-10-248-6-249:/var/www$ sudo mv index.html index.html.bak<br />
ubuntu@ip-10-248-6-249:/var/www$ ls -latr<br />
total 12<br />
drwxr-xr-x 13 root root 4096 2012-01-15 23:43 ..<br />
-rw-r--r-- 1 root root 177 2012-01-15 23:44 index.html.bak<br />
drwxr-xr-x 2 root root 4096 2012-01-15 23:45 .<br />
ubuntu@ip-10-248-6-249:/var/www$ passwd<br />
Changing password for ubuntu.<br />
(current) UNIX password:<br />
passwd: Authentication token manipulation error<br />
passwd: password unchanged<br />
ubuntu@ip-10-248-6-249:/var/www$ sudo passwd<br />
Enter new UNIX password:<br />
Retype new UNIX password:<br />
passwd: password updated successfully<br />
ubuntu@ip-10-248-6-249:/var/www$ ls -latr<br />
total 12<br />
drwxr-xr-x 13 root root 4096 2012-01-15 23:43 ..<br />
-rw-r--r-- 1 root root 177 2012-01-15 23:44 index.html.bak<br />
drwxr-xr-x 2 root root 4096 2012-01-15 23:45 .<br />
ubuntu@ip-10-248-6-249:/var/www$ touch index.php<br />
touch: cannot touch `index.php': Permission denied<br />
ubuntu@ip-10-248-6-249:/var/www$ sudo touch index.php<br />
ubuntu@ip-10-248-6-249:/var/www$ vi index.<br />
ubuntu@ip-10-248-6-249:/var/www$ vi index.php<br />
ubuntu@ip-10-248-6-249:/var/www$ sudo vi index.php<br />
ubuntu@ip-10-248-6-249:/var/www$ sudo service apache2 restart<br />
* Restarting web server apache2<br />
... waiting ...done.<br />
ubuntu@ip-10-248-6-249:/var/www$ cd ~<br />
ubuntu@ip-10-248-6-249:~$ pwd<br />
/home/ubuntu<br />
ubuntu@ip-10-248-6-249:~$ wget http://ftp.drupal.org/files/projects/drupal-7.10.tar.gz<br />
--2012-01-15 23:55:22-- http://ftp.drupal.org/files/projects/drupal-7.10.tar.gz<br />
Resolving ftp.drupal.org... 140.211.166.134<br />
Connecting to ftp.drupal.org|140.211.166.134|:80... connected.<br />
HTTP request sent, awaiting response... 200 OK<br />
Length: 3067653 (2.9M) [application/x-gzip]<br />
Saving to: `drupal-7.10.tar.gz'<br />
100%[================================================================================================&gt;] 3,067,653 7.12M/s in 0.4s<br />
2012-01-15 23:55:22 (7.12 MB/s) - `drupal-7.10.tar.gz' saved [3067653/3067653]<br />
ubuntu@ip-10-248-6-249:~$ sudo tar -zxvf drupal-7.0.tar.gz<br />
tar (child): drupal-7.0.tar.gz: Cannot open: No such file or directory<br />
tar (child): Error is not recoverable: exiting now<br />
tar: Child returned status 2<br />
tar: Error is not recoverable: exiting now<br />
ubuntu@ip-10-248-6-249:~$ sudo tar -xvzf drupal-7.10.tar.gz<br />
drupal-7.10/<br />
drupal-7.10/MAINTAINERS.txt<br />
drupal-7.10/xmlrpc.php<br />
drupal-7.10/INSTALL.pgsql.txt<br />
drupal-7.10/includes/<br />
drupal-7.10/includes/graph.inc<br />
drupal-7.10/includes/entity.inc<br />
drupal-7.10/includes/xmlrpcs.inc<br />
drupal-7.10/includes/archiver.inc<br />
drupal-7.10/includes/module.inc<br />
drupal-7.10/includes/token.inc<br />
drupal-7.10/includes/lock.inc<br />
drupal-7.10/includes/menu.inc<br />
drupal-7.10/includes/theme.maintenance.inc<br />
drupal-7.10/includes/session.inc<br />
drupal-7.10/includes/file.mimetypes.inc<br />
drupal-7.10/includes/theme.inc<br />
drupal-7.10/includes/iso.inc<br />
drupal-7.10/includes/bootstrap.inc<br />
drupal-7.10/includes/filetransfer/<br />
drupal-7.10/includes/filetransfer/ssh.inc<br />
drupal-7.10/includes/filetransfer/ftp.inc<br />
drupal-7.10/includes/filetransfer/filetransfer.inc<br />
drupal-7.10/includes/filetransfer/local.inc<br />
drupal-7.10/includes/unicode.inc<br />
drupal-7.10/includes/path.inc<br />
drupal-7.10/includes/cache.inc<br />
drupal-7.10/includes/authorize.inc<br />
drupal-7.10/includes/utility.inc<br />
drupal-7.10/includes/batch.inc<br />
drupal-7.10/includes/mail.inc<br />
drupal-7.10/includes/install.core.inc<br />
drupal-7.10/includes/update.inc<br />
drupal-7.10/includes/password.inc<br />
drupal-7.10/includes/actions.inc<br />
drupal-7.10/includes/language.inc<br />
drupal-7.10/includes/stream_wrappers.inc<br />
drupal-7.10/includes/xmlrpc.inc<br />
drupal-7.10/includes/file.inc<br />
drupal-7.10/includes/form.inc<br />
drupal-7.10/includes/ajax.inc<br />
drupal-7.10/includes/batch.queue.inc<br />
drupal-7.10/includes/install.inc<br />
drupal-7.10/includes/updater.inc<br />
drupal-7.10/includes/tablesort.inc<br />
drupal-7.10/includes/unicode.entities.inc<br />
drupal-7.10/includes/image.inc<br />
drupal-7.10/includes/locale.inc<br />
drupal-7.10/includes/registry.inc<br />
drupal-7.10/includes/date.inc<br />
drupal-7.10/includes/cache-install.inc<br />
drupal-7.10/includes/pager.inc<br />
drupal-7.10/includes/common.inc<br />
drupal-7.10/includes/errors.inc<br />
drupal-7.10/includes/database/<br />
drupal-7.10/includes/database/prefetch.inc<br />
drupal-7.10/includes/database/log.inc<br />
drupal-7.10/includes/database/select.inc<br />
drupal-7.10/includes/database/query.inc<br />
drupal-7.10/includes/database/sqlite/<br />
drupal-7.10/includes/database/sqlite/select.inc<br />
drupal-7.10/includes/database/sqlite/query.inc<br />
drupal-7.10/includes/database/sqlite/install.inc<br />
drupal-7.10/includes/database/sqlite/database.inc<br />
drupal-7.10/includes/database/sqlite/schema.inc<br />
drupal-7.10/includes/database/mysql/<br />
drupal-7.10/includes/database/mysql/query.inc<br />
drupal-7.10/includes/database/mysql/install.inc<br />
drupal-7.10/includes/database/mysql/database.inc<br />
drupal-7.10/includes/database/mysql/schema.inc<br />
drupal-7.10/includes/database/database.inc<br />
drupal-7.10/includes/database/schema.inc<br />
drupal-7.10/includes/database/pgsql/<br />
drupal-7.10/includes/database/pgsql/select.inc<br />
drupal-7.10/includes/database/pgsql/query.inc<br />
drupal-7.10/includes/database/pgsql/install.inc<br />
drupal-7.10/includes/database/pgsql/database.inc<br />
drupal-7.10/includes/database/pgsql/schema.inc<br />
drupal-7.10/modules/<br />
drupal-7.10/modules/profile/<br />
drupal-7.10/modules/profile/profile.info<br />
drupal-7.10/modules/profile/profile-block.tpl.php<br />
drupal-7.10/modules/profile/profile.admin.inc<br />
drupal-7.10/modules/profile/profile-wrapper.tpl.php<br />
drupal-7.10/modules/profile/profile.pages.inc<br />
drupal-7.10/modules/profile/profile.test<br />
drupal-7.10/modules/profile/profile.module<br />
drupal-7.10/modules/profile/profile-listing.tpl.php<br />
drupal-7.10/modules/profile/profile.install<br />
drupal-7.10/modules/profile/profile.css<br />
drupal-7.10/modules/profile/profile.js<br />
drupal-7.10/modules/dashboard/<br />
drupal-7.10/modules/dashboard/dashboard.info<br />
drupal-7.10/modules/dashboard/dashboard.test<br />
drupal-7.10/modules/dashboard/dashboard.css<br />
drupal-7.10/modules/dashboard/dashboard.install<br />
drupal-7.10/modules/dashboard/dashboard.api.php<br />
drupal-7.10/modules/dashboard/dashboard.js<br />
drupal-7.10/modules/dashboard/dashboard-rtl.css<br />
drupal-7.10/modules/dashboard/dashboard.module<br />
drupal-7.10/modules/forum/<br />
drupal-7.10/modules/forum/forum.css<br />
drupal-7.10/modules/forum/forum-list.tpl.php<br />
drupal-7.10/modules/forum/forum.admin.inc<br />
drupal-7.10/modules/forum/forum.module<br />
drupal-7.10/modules/forum/forum.info<br />
drupal-7.10/modules/forum/forum-rtl.css<br />
drupal-7.10/modules/forum/forum.test<br />
drupal-7.10/modules/forum/forums.tpl.php<br />
drupal-7.10/modules/forum/forum-icon.tpl.php<br />
drupal-7.10/modules/forum/forum-topic-list.tpl.php<br />
drupal-7.10/modules/forum/forum.pages.inc<br />
drupal-7.10/modules/forum/forum.install<br />
drupal-7.10/modules/forum/forum-submitted.tpl.php<br />
drupal-7.10/modules/menu/<br />
drupal-7.10/modules/menu/menu.test<br />
drupal-7.10/modules/menu/menu.info<br />
drupal-7.10/modules/menu/menu.install<br />
drupal-7.10/modules/menu/menu.js<br />
drupal-7.10/modules/menu/menu.admin.js<br />
drupal-7.10/modules/menu/menu.module<br />
drupal-7.10/modules/menu/menu.css<br />
drupal-7.10/modules/menu/menu.api.php<br />
drupal-7.10/modules/menu/menu.admin.inc<br />
drupal-7.10/modules/rdf/<br />
drupal-7.10/modules/rdf/rdf.info<br />
drupal-7.10/modules/rdf/rdf.install<br />
drupal-7.10/modules/rdf/rdf.test<br />
drupal-7.10/modules/rdf/rdf.module<br />
drupal-7.10/modules/rdf/rdf.api.php<br />
drupal-7.10/modules/rdf/tests/<br />
drupal-7.10/modules/rdf/tests/rdf_test.install<br />
drupal-7.10/modules/rdf/tests/rdf_test.info<br />
drupal-7.10/modules/rdf/tests/rdf_test.module<br />
drupal-7.10/modules/system/<br />
drupal-7.10/modules/system/system.base-rtl.css<br />
drupal-7.10/modules/system/region.tpl.php<br />
drupal-7.10/modules/system/system.mail.inc<br />
drupal-7.10/modules/system/theme.api.php<br />
drupal-7.10/modules/system/system.module<br />
drupal-7.10/modules/system/maintenance-page.tpl.php<br />
drupal-7.10/modules/system/system.install<br />
drupal-7.10/modules/system/system.queue.inc<br />
drupal-7.10/modules/system/system.admin.inc<br />
drupal-7.10/modules/system/system.menus-rtl.css<br />
drupal-7.10/modules/system/image.gd.inc<br />
drupal-7.10/modules/system/system.updater.inc<br />
drupal-7.10/modules/system/system.messages-rtl.css<br />
drupal-7.10/modules/system/system.messages.css<br />
drupal-7.10/modules/system/system.cron.js<br />
drupal-7.10/modules/system/system.js<br />
drupal-7.10/modules/system/system.theme.css<br />
drupal-7.10/modules/system/system.api.php<br />
drupal-7.10/modules/system/system.theme-rtl.css<br />
drupal-7.10/modules/system/system.tokens.inc<br />
drupal-7.10/modules/system/system.menus.css<br />
drupal-7.10/modules/system/system.test<br />
drupal-7.10/modules/system/system.admin.css<br />
drupal-7.10/modules/system/system.info<br />
drupal-7.10/modules/system/system.tar.inc<br />
drupal-7.10/modules/system/system.maintenance.css<br />
drupal-7.10/modules/system/html.tpl.php<br />
drupal-7.10/modules/system/system.archiver.inc<br />
drupal-7.10/modules/system/page.tpl.php<br />
drupal-7.10/modules/system/system.base.css<br />
drupal-7.10/modules/system/system.admin-rtl.css<br />
drupal-7.10/modules/locale/<br />
drupal-7.10/modules/locale/locale.install<br />
drupal-7.10/modules/locale/locale.datepicker.js<br />
drupal-7.10/modules/locale/locale.info<br />
drupal-7.10/modules/locale/locale-rtl.css<br />
drupal-7.10/modules/locale/locale.css<br />
drupal-7.10/modules/locale/locale.module<br />
drupal-7.10/modules/locale/locale.api.php<br />
drupal-7.10/modules/locale/tests/<br />
drupal-7.10/modules/locale/tests/locale_test.js<br />
drupal-7.10/modules/locale/tests/locale_test.info<br />
drupal-7.10/modules/locale/tests/locale_test.module<br />
drupal-7.10/modules/locale/tests/translations/<br />
drupal-7.10/modules/locale/tests/translations/test.xx.po<br />
drupal-7.10/modules/locale/locale.admin.inc<br />
drupal-7.10/modules/locale/locale.test<br />
drupal-7.10/modules/node/<br />
drupal-7.10/modules/node/node.tokens.inc<br />
drupal-7.10/modules/node/node.info<br />
drupal-7.10/modules/node/content_types.inc<br />
drupal-7.10/modules/node/node.test<br />
drupal-7.10/modules/node/node.module<br />
drupal-7.10/modules/node/node.css<br />
drupal-7.10/modules/node/node.install<br />
drupal-7.10/modules/node/node.tpl.php<br />
drupal-7.10/modules/node/tests/<br />
drupal-7.10/modules/node/tests/node_test_exception.module<br />
drupal-7.10/modules/node/tests/node_access_test.module<br />
drupal-7.10/modules/node/tests/node_test.module<br />
drupal-7.10/modules/node/tests/node_access_test.info<br />
drupal-7.10/modules/node/tests/node_access_test.install<br />
drupal-7.10/modules/node/tests/node_test_exception.info<br />
drupal-7.10/modules/node/tests/node_test.info<br />
drupal-7.10/modules/node/node.api.php<br />
drupal-7.10/modules/node/node.pages.inc<br />
drupal-7.10/modules/node/content_types.js<br />
drupal-7.10/modules/node/node.admin.inc<br />
drupal-7.10/modules/node/node.js<br />
drupal-7.10/modules/overlay/<br />
drupal-7.10/modules/overlay/overlay.tpl.php<br />
drupal-7.10/modules/overlay/overlay-child.js<br />
drupal-7.10/modules/overlay/overlay-parent.js<br />
drupal-7.10/modules/overlay/overlay-child-rtl.css<br />
drupal-7.10/modules/overlay/overlay.api.php<br />
drupal-7.10/modules/overlay/images/<br />
drupal-7.10/modules/overlay/images/background.png<br />
drupal-7.10/modules/overlay/images/close.png<br />
drupal-7.10/modules/overlay/images/close-rtl.png<br />
drupal-7.10/modules/overlay/overlay-parent.css<br />
drupal-7.10/modules/overlay/overlay.install<br />
drupal-7.10/modules/overlay/overlay-child.css<br />
drupal-7.10/modules/overlay/overlay.info<br />
drupal-7.10/modules/overlay/overlay.module<br />
drupal-7.10/modules/comment/<br />
drupal-7.10/modules/comment/comment-wrapper.tpl.php<br />
drupal-7.10/modules/comment/comment.info<br />
drupal-7.10/modules/comment/comment.install<br />
drupal-7.10/modules/comment/comment.tpl.php<br />
drupal-7.10/modules/comment/comment-node-form.js<br />
drupal-7.10/modules/comment/comment.api.php<br />
drupal-7.10/modules/comment/comment.admin.inc<br />
drupal-7.10/modules/comment/comment.test<br />
drupal-7.10/modules/comment/comment.pages.inc<br />
drupal-7.10/modules/comment/comment.css<br />
drupal-7.10/modules/comment/comment-rtl.css<br />
drupal-7.10/modules/comment/comment.tokens.inc<br />
drupal-7.10/modules/comment/comment.module<br />
drupal-7.10/modules/blog/<br />
drupal-7.10/modules/blog/blog.info<br />
drupal-7.10/modules/blog/blog.install<br />
drupal-7.10/modules/blog/blog.module<br />
drupal-7.10/modules/blog/blog.pages.inc<br />
drupal-7.10/modules/blog/blog.test<br />
drupal-7.10/modules/README.txt<br />
drupal-7.10/modules/image/<br />
drupal-7.10/modules/image/image.admin.css<br />
drupal-7.10/modules/image/image.module<br />
drupal-7.10/modules/image/image.api.php<br />
drupal-7.10/modules/image/image.field.inc<br />
drupal-7.10/modules/image/image.install<br />
drupal-7.10/modules/image/image.effects.inc<br />
drupal-7.10/modules/image/image.admin.inc<br />
drupal-7.10/modules/image/tests/<br />
drupal-7.10/modules/image/tests/image_module_test.info<br />
drupal-7.10/modules/image/tests/image_module_test.module<br />
drupal-7.10/modules/image/image-rtl.css<br />
drupal-7.10/modules/image/image.test<br />
drupal-7.10/modules/image/image.info<br />
drupal-7.10/modules/image/image.css<br />
drupal-7.10/modules/image/sample.png<br />
drupal-7.10/modules/color/<br />
drupal-7.10/modules/color/color.info<br />
drupal-7.10/modules/color/color.module<br />
drupal-7.10/modules/color/color.test<br />
drupal-7.10/modules/color/color.css<br />
drupal-7.10/modules/color/color.js<br />
drupal-7.10/modules/color/images/<br />
drupal-7.10/modules/color/images/hook-rtl.png<br />
drupal-7.10/modules/color/images/lock.png<br />
drupal-7.10/modules/color/images/hook.png<br />
drupal-7.10/modules/color/color.install<br />
drupal-7.10/modules/color/preview.js<br />
drupal-7.10/modules/color/color-rtl.css<br />
drupal-7.10/modules/color/preview.html<br />
drupal-7.10/modules/trigger/<br />
drupal-7.10/modules/trigger/trigger.info<br />
drupal-7.10/modules/trigger/trigger.test<br />
drupal-7.10/modules/trigger/trigger.admin.inc<br />
drupal-7.10/modules/trigger/trigger.api.php<br />
drupal-7.10/modules/trigger/tests/<br />
drupal-7.10/modules/trigger/tests/trigger_test.module<br />
drupal-7.10/modules/trigger/tests/trigger_test.info<br />
drupal-7.10/modules/trigger/trigger.install<br />
drupal-7.10/modules/trigger/trigger.module<br />
drupal-7.10/modules/filter/<br />
drupal-7.10/modules/filter/filter.install<br />
drupal-7.10/modules/filter/filter.info<br />
drupal-7.10/modules/filter/filter.pages.inc<br />
drupal-7.10/modules/filter/filter.api.php<br />
drupal-7.10/modules/filter/filter.js<br />
drupal-7.10/modules/filter/filter.admin.inc<br />
drupal-7.10/modules/filter/filter.css<br />
drupal-7.10/modules/filter/tests/<br />
drupal-7.10/modules/filter/tests/filter.url-input.txt<br />
drupal-7.10/modules/filter/tests/filter.url-output.txt<br />
drupal-7.10/modules/filter/filter.module<br />
drupal-7.10/modules/filter/filter.test<br />
drupal-7.10/modules/filter/filter.admin.js<br />
drupal-7.10/modules/user/<br />
drupal-7.10/modules/user/user.module<br />
drupal-7.10/modules/user/user.pages.inc<br />
drupal-7.10/modules/user/user.css<br />
drupal-7.10/modules/user/user-profile.tpl.php<br />
drupal-7.10/modules/user/user.permissions.js<br />
drupal-7.10/modules/user/user.api.php<br />
drupal-7.10/modules/user/user.admin.inc<br />
drupal-7.10/modules/user/user.tokens.inc<br />
drupal-7.10/modules/user/user.install<br />
drupal-7.10/modules/user/user.test<br />
drupal-7.10/modules/user/user-profile-category.tpl.php<br />
drupal-7.10/modules/user/user-rtl.css<br />
drupal-7.10/modules/user/tests/<br />
drupal-7.10/modules/user/tests/user_form_test.info<br />
drupal-7.10/modules/user/tests/user_form_test.module<br />
drupal-7.10/modules/user/user.js<br />
drupal-7.10/modules/user/user.info<br />
drupal-7.10/modules/user/user-picture.tpl.php<br />
drupal-7.10/modules/user/user-profile-item.tpl.php<br />
drupal-7.10/modules/file/<br />
drupal-7.10/modules/file/file.install<br />
drupal-7.10/modules/file/file.css<br />
drupal-7.10/modules/file/icons/<br />
drupal-7.10/modules/file/icons/application-pdf.png<br />
drupal-7.10/modules/file/icons/image-x-generic.png<br />
drupal-7.10/modules/file/icons/x-office-document.png<br />
drupal-7.10/modules/file/icons/video-x-generic.png<br />
drupal-7.10/modules/file/icons/x-office-spreadsheet.png<br />
drupal-7.10/modules/file/icons/text-x-script.png<br />
drupal-7.10/modules/file/icons/text-plain.png<br />
drupal-7.10/modules/file/icons/text-x-generic.png<br />
drupal-7.10/modules/file/icons/package-x-generic.png<br />
drupal-7.10/modules/file/icons/x-office-presentation.png<br />
drupal-7.10/modules/file/icons/application-octet-stream.png<br />
drupal-7.10/modules/file/icons/application-x-executable.png<br />
drupal-7.10/modules/file/icons/audio-x-generic.png<br />
drupal-7.10/modules/file/icons/text-html.png<br />
drupal-7.10/modules/file/file.js<br />
drupal-7.10/modules/file/file.field.inc<br />
drupal-7.10/modules/file/file.module<br />
drupal-7.10/modules/file/tests/<br />
drupal-7.10/modules/file/tests/file_module_test.info<br />
drupal-7.10/modules/file/tests/file_module_test.module<br />
drupal-7.10/modules/file/tests/file.test<br />
drupal-7.10/modules/file/file.info<br />
drupal-7.10/modules/file/file.api.php<br />
drupal-7.10/modules/openid/<br />
drupal-7.10/modules/openid/openid.install<br />
drupal-7.10/modules/openid/openid-rtl.css<br />
drupal-7.10/modules/openid/openid.inc<br />
drupal-7.10/modules/openid/openid.js<br />
drupal-7.10/modules/openid/login-bg.png<br />
drupal-7.10/modules/openid/openid.api.php<br />
drupal-7.10/modules/openid/openid.css<br />
drupal-7.10/modules/openid/tests/<br />
drupal-7.10/modules/openid/tests/openid_test.module<br />
drupal-7.10/modules/openid/tests/openid_test.install<br />
drupal-7.10/modules/openid/tests/openid_test.info<br />
drupal-7.10/modules/openid/openid.info<br />
drupal-7.10/modules/openid/openid.test<br />
drupal-7.10/modules/openid/openid.module<br />
drupal-7.10/modules/openid/openid.pages.inc<br />
drupal-7.10/modules/syslog/<br />
drupal-7.10/modules/syslog/syslog.test<br />
drupal-7.10/modules/syslog/syslog.module<br />
drupal-7.10/modules/syslog/syslog.info<br />
drupal-7.10/modules/syslog/syslog.install<br />
drupal-7.10/modules/simpletest/<br />
drupal-7.10/modules/simpletest/simpletest.css<br />
drupal-7.10/modules/simpletest/simpletest.test<br />
drupal-7.10/modules/simpletest/files/<br />
drupal-7.10/modules/simpletest/files/README.txt<br />
drupal-7.10/modules/simpletest/files/css_test_files/<br />
drupal-7.10/modules/simpletest/files/css_test_files/import1.css<br />
drupal-7.10/modules/simpletest/files/css_test_files/import2.css<br />
drupal-7.10/modules/simpletest/files/css_test_files/css_input_with_import.css<br />
drupal-7.10/modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css<br />
drupal-7.10/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css<br />
drupal-7.10/modules/simpletest/files/css_test_files/css_input_without_import.css<br />
drupal-7.10/modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css<br />
drupal-7.10/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css<br />
drupal-7.10/modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css<br />
drupal-7.10/modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css<br />
drupal-7.10/modules/simpletest/files/css_test_files/comment_hacks.css<br />
drupal-7.10/modules/simpletest/files/php-1.txt<br />
drupal-7.10/modules/simpletest/files/image-2.jpg<br />
drupal-7.10/modules/simpletest/files/image-1.png<br />
drupal-7.10/modules/simpletest/files/image-test.gif<br />
drupal-7.10/modules/simpletest/files/php-2.php<br />
drupal-7.10/modules/simpletest/files/javascript-1.txt<br />
drupal-7.10/modules/simpletest/files/html-1.txt<br />
drupal-7.10/modules/simpletest/files/html-2.html<br />
drupal-7.10/modules/simpletest/files/sql-1.txt<br />
drupal-7.10/modules/simpletest/files/javascript-2.script<br />
drupal-7.10/modules/simpletest/files/image-test.png<br />
drupal-7.10/modules/simpletest/files/sql-2.sql<br />
drupal-7.10/modules/simpletest/files/image-test.jpg<br />
drupal-7.10/modules/simpletest/simpletest.module<br />
drupal-7.10/modules/simpletest/simpletest.pages.inc<br />
drupal-7.10/modules/simpletest/simpletest.install<br />
drupal-7.10/modules/simpletest/simpletest.info<br />
drupal-7.10/modules/simpletest/tests/<br />
drupal-7.10/modules/simpletest/tests/batch_test.module<br />
drupal-7.10/modules/simpletest/tests/common_test_cron_helper.info<br />
drupal-7.10/modules/simpletest/tests/drupal_system_listing_incompatible_test/<br />
drupal-7.10/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module<br />
drupal-7.10/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info<br />
drupal-7.10/modules/simpletest/tests/taxonomy_test.module<br />
drupal-7.10/modules/simpletest/tests/entity_cache_test_dependency.info<br />
drupal-7.10/modules/simpletest/tests/http.php<br />
drupal-7.10/modules/simpletest/tests/bootstrap.test<br />
drupal-7.10/modules/simpletest/tests/requirements2_test.info<br />
drupal-7.10/modules/simpletest/tests/menu.test<br />
drupal-7.10/modules/simpletest/tests/actions_loop_test.info<br />
drupal-7.10/modules/simpletest/tests/entity_cache_test.info<br />
drupal-7.10/modules/simpletest/tests/password.test<br />
drupal-7.10/modules/simpletest/tests/update_test_1.install<br />
drupal-7.10/modules/simpletest/tests/menu_test.info<br />
drupal-7.10/modules/simpletest/tests/batch_test.callbacks.inc<br />
drupal-7.10/modules/simpletest/tests/path.test<br />
drupal-7.10/modules/simpletest/tests/graph.test<br />
drupal-7.10/modules/simpletest/tests/module.test<br />
drupal-7.10/modules/simpletest/tests/update_test_2.install<br />
drupal-7.10/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info<br />
drupal-7.10/modules/simpletest/tests/url_alter_test.module<br />
drupal-7.10/modules/simpletest/tests/entity_crud_hook_test.info<br />
drupal-7.10/modules/simpletest/tests/filter_test.module<br />
drupal-7.10/modules/simpletest/tests/taxonomy_test.install<br />
drupal-7.10/modules/simpletest/tests/theme.test<br />
drupal-7.10/modules/simpletest/tests/update_script_test.info<br />
drupal-7.10/modules/simpletest/tests/actions_loop_test.module<br />
drupal-7.10/modules/simpletest/tests/database_test.module<br />
drupal-7.10/modules/simpletest/tests/common_test.info<br />
drupal-7.10/modules/simpletest/tests/system_incompatible_module_version_test.module<br />
drupal-7.10/modules/simpletest/tests/database_test.test<br />
drupal-7.10/modules/simpletest/tests/image_test.info<br />
drupal-7.10/modules/simpletest/tests/common_test.css<br />
drupal-7.10/modules/simpletest/tests/requirements1_test.module<br />
drupal-7.10/modules/simpletest/tests/common.test<br />
drupal-7.10/modules/simpletest/tests/drupal_system_listing_compatible_test/<br />
drupal-7.10/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module<br />
drupal-7.10/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info<br />
drupal-7.10/modules/simpletest/tests/unicode.test<br />
drupal-7.10/modules/simpletest/tests/common_test.module<br />
drupal-7.10/modules/simpletest/tests/error_test.module<br />
drupal-7.10/modules/simpletest/tests/file_test.module<br />
drupal-7.10/modules/simpletest/tests/common_test_info.txt<br />
drupal-7.10/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info<br />
drupal-7.10/modules/simpletest/tests/ajax_forms_test.info<br />
drupal-7.10/modules/simpletest/tests/form_test.module<br />
drupal-7.10/modules/simpletest/tests/system_incompatible_module_version_test.info<br />
drupal-7.10/modules/simpletest/tests/system_dependencies_test.module<br />
drupal-7.10/modules/simpletest/tests/xmlrpc_test.module<br />
drupal-7.10/modules/simpletest/tests/update_script_test.module<br />
drupal-7.10/modules/simpletest/tests/common_test.print.css<br />
drupal-7.10/modules/simpletest/tests/taxonomy_test.info<br />
drupal-7.10/modules/simpletest/tests/error.test<br />
drupal-7.10/modules/simpletest/tests/requirements1_test.install<br />
drupal-7.10/modules/simpletest/tests/update_script_test.install<br />
drupal-7.10/modules/simpletest/tests/ajax_forms_test.module<br />
drupal-7.10/modules/simpletest/tests/database_test.install<br />
drupal-7.10/modules/simpletest/tests/lock.test<br />
drupal-7.10/modules/simpletest/tests/module_test.install<br />
drupal-7.10/modules/simpletest/tests/error_test.info<br />
drupal-7.10/modules/simpletest/tests/entity_query.test<br />
drupal-7.10/modules/simpletest/tests/requirements1_test.info<br />
drupal-7.10/modules/simpletest/tests/module_test.module<br />
drupal-7.10/modules/simpletest/tests/batch.test<br />
drupal-7.10/modules/simpletest/tests/system_test.module<br />
drupal-7.10/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module<br />
drupal-7.10/modules/simpletest/tests/cache.test<br />
drupal-7.10/modules/simpletest/tests/file.test<br />
drupal-7.10/modules/simpletest/tests/ajax_test.module<br />
drupal-7.10/modules/simpletest/tests/system_dependencies_test.info<br />
drupal-7.10/modules/simpletest/tests/database_test.info<br />
drupal-7.10/modules/simpletest/tests/filter_test.info<br />
drupal-7.10/modules/simpletest/tests/entity_crud_hook_test.test<br />
drupal-7.10/modules/simpletest/tests/file_test.info<br />
drupal-7.10/modules/simpletest/tests/form_test.info<br />
drupal-7.10/modules/simpletest/tests/module_test.file.inc<br />
drupal-7.10/modules/simpletest/tests/update.test<br />
drupal-7.10/modules/simpletest/tests/form_test.file.inc<br />
drupal-7.10/modules/simpletest/tests/actions.test<br />
drupal-7.10/modules/simpletest/tests/ajax.test<br />
drupal-7.10/modules/simpletest/tests/common_test_cron_helper.module<br />
drupal-7.10/modules/simpletest/tests/update_test_3.module<br />
drupal-7.10/modules/simpletest/tests/url_alter_test.install<br />
drupal-7.10/modules/simpletest/tests/update_test_3.install<br />
drupal-7.10/modules/simpletest/tests/url_alter_test.info<br />
drupal-7.10/modules/simpletest/tests/update_test_1.info<br />
drupal-7.10/modules/simpletest/tests/module_test.info<br />
drupal-7.10/modules/simpletest/tests/actions_loop_test.install<br />
drupal-7.10/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module<br />
drupal-7.10/modules/simpletest/tests/update_test_2.module<br />
drupal-7.10/modules/simpletest/tests/xmlrpc_test.info<br />
drupal-7.10/modules/simpletest/tests/entity_cache_test.module<br />
drupal-7.10/modules/simpletest/tests/system_test.info<br />
drupal-7.10/modules/simpletest/tests/theme_test.info<br />
drupal-7.10/modules/simpletest/tests/update_test_2.info<br />
drupal-7.10/modules/simpletest/tests/theme_test.module<br />
drupal-7.10/modules/simpletest/tests/menu_test.module<br />
drupal-7.10/modules/simpletest/tests/batch_test.info<br />
drupal-7.10/modules/simpletest/tests/system.base.css<br />
drupal-7.10/modules/simpletest/tests/image.test<br />
drupal-7.10/modules/simpletest/tests/filetransfer.test<br />
drupal-7.10/modules/simpletest/tests/session_test.info<br />
drupal-7.10/modules/simpletest/tests/https.php<br />
drupal-7.10/modules/simpletest/tests/image_test.module<br />
drupal-7.10/modules/simpletest/tests/update_test_1.module<br />
drupal-7.10/modules/simpletest/tests/ajax_test.info<br />
drupal-7.10/modules/simpletest/tests/requirements2_test.module<br />
drupal-7.10/modules/simpletest/tests/system_incompatible_core_version_test.info<br />
drupal-7.10/modules/simpletest/tests/xmlrpc.test<br />
drupal-7.10/modules/simpletest/tests/registry.test<br />
drupal-7.10/modules/simpletest/tests/session_test.module<br />
drupal-7.10/modules/simpletest/tests/form.test<br />
drupal-7.10/modules/simpletest/tests/entity_cache_test_dependency.module<br />
drupal-7.10/modules/simpletest/tests/schema.test<br />
drupal-7.10/modules/simpletest/tests/update_test_3.info<br />
drupal-7.10/modules/simpletest/tests/upgrade/<br />
drupal-7.10/modules/simpletest/tests/upgrade/drupal-6.translatable.database.php<br />
drupal-7.10/modules/simpletest/tests/upgrade/upgrade.test<br />
drupal-7.10/modules/simpletest/tests/upgrade/drupal-7.bare.minimal.database.php.gz<br />
drupal-7.10/modules/simpletest/tests/upgrade/upgrade.comment.test<br />
drupal-7.10/modules/simpletest/tests/upgrade/drupal-6.comments.database.php<br />
drupal-7.10/modules/simpletest/tests/upgrade/upgrade.poll.test<br />
drupal-7.10/modules/simpletest/tests/upgrade/drupal-6.user-password-token.database.php<br />
drupal-7.10/modules/simpletest/tests/upgrade/upgrade.translatable.test<br />
drupal-7.10/modules/simpletest/tests/upgrade/upgrade.filter.test<br />
drupal-7.10/modules/simpletest/tests/upgrade/upgrade.menu.test<br />
drupal-7.10/modules/simpletest/tests/upgrade/drupal-7.bare.standard_all.database.php.gz<br />
drupal-7.10/modules/simpletest/tests/upgrade/upgrade.user.test<br />
drupal-7.10/modules/simpletest/tests/upgrade/drupal-6.bare.database.php<br />
drupal-7.10/modules/simpletest/tests/upgrade/drupal-7.filled.minimal.database.php.gz<br />
drupal-7.10/modules/simpletest/tests/upgrade/drupal-6.filled.database.php<br />
drupal-7.10/modules/simpletest/tests/upgrade/drupal-6.upload.database.php<br />
drupal-7.10/modules/simpletest/tests/upgrade/upgrade.node.test<br />
drupal-7.10/modules/simpletest/tests/upgrade/drupal-6.forum.database.php<br />
drupal-7.10/modules/simpletest/tests/upgrade/drupal-7.filled.standard_all.database.php.gz<br />
drupal-7.10/modules/simpletest/tests/upgrade/upgrade.forum.test<br />
drupal-7.10/modules/simpletest/tests/upgrade/drupal-6.locale.database.php<br />
drupal-7.10/modules/simpletest/tests/upgrade/drupal-6.menu.database.php<br />
drupal-7.10/modules/simpletest/tests/upgrade/drupal-6.user-no-password-token.database.php<br />
drupal-7.10/modules/simpletest/tests/upgrade/upgrade.locale.test<br />
drupal-7.10/modules/simpletest/tests/upgrade/upgrade.upload.test<br />
drupal-7.10/modules/simpletest/tests/upgrade/upgrade.taxonomy.test<br />
drupal-7.10/modules/simpletest/tests/tablesort.test<br />
drupal-7.10/modules/simpletest/tests/entity_crud_hook_test.module<br />
drupal-7.10/modules/simpletest/tests/session.test<br />
drupal-7.10/modules/simpletest/tests/system_incompatible_core_version_test.module<br />
drupal-7.10/modules/simpletest/tests/mail.test<br />
drupal-7.10/modules/simpletest/simpletest.api.php<br />
drupal-7.10/modules/simpletest/drupal_web_test_case.php<br />
drupal-7.10/modules/simpletest/simpletest.js<br />
drupal-7.10/modules/book/<br />
drupal-7.10/modules/book/book.test<br />
drupal-7.10/modules/book/book.module<br />
drupal-7.10/modules/book/book-export-html.tpl.php<br />
drupal-7.10/modules/book/book.info<br />
drupal-7.10/modules/book/book.css<br />
drupal-7.10/modules/book/book.js<br />
drupal-7.10/modules/book/book-node-export-html.tpl.php<br />
drupal-7.10/modules/book/book-rtl.css<br />
drupal-7.10/modules/book/book.pages.inc<br />
drupal-7.10/modules/book/book.admin.inc<br />
drupal-7.10/modules/book/book-all-books-block.tpl.php<br />
drupal-7.10/modules/book/book.install<br />
drupal-7.10/modules/book/book-navigation.tpl.php<br />
drupal-7.10/modules/block/<br />
drupal-7.10/modules/block/block.js<br />
drupal-7.10/modules/block/block.install<br />
drupal-7.10/modules/block/block.tpl.php<br />
drupal-7.10/modules/block/block.info<br />
drupal-7.10/modules/block/block.admin.inc<br />
drupal-7.10/modules/block/block.api.php<br />
drupal-7.10/modules/block/block.module<br />
drupal-7.10/modules/block/block-admin-display-form.tpl.php<br />
drupal-7.10/modules/block/tests/<br />
drupal-7.10/modules/block/tests/block_test.info<br />
drupal-7.10/modules/block/tests/block_test.module<br />
drupal-7.10/modules/block/block.css<br />
drupal-7.10/modules/block/block.test<br />
drupal-7.10/modules/php/<br />
drupal-7.10/modules/php/php.module<br />
drupal-7.10/modules/php/php.info<br />
drupal-7.10/modules/php/php.test<br />
drupal-7.10/modules/php/php.install<br />
drupal-7.10/modules/contextual/<br />
drupal-7.10/modules/contextual/contextual.info<br />
drupal-7.10/modules/contextual/contextual.js<br />
drupal-7.10/modules/contextual/images/<br />
drupal-7.10/modules/contextual/images/gear-select.png<br />
drupal-7.10/modules/contextual/contextual.css<br />
drupal-7.10/modules/contextual/contextual.module<br />
drupal-7.10/modules/contextual/contextual.api.php<br />
drupal-7.10/modules/contextual/contextual-rtl.css<br />
drupal-7.10/modules/help/<br />
drupal-7.10/modules/help/help.admin.inc<br />
drupal-7.10/modules/help/help.test<br />
drupal-7.10/modules/help/help.css<br />
drupal-7.10/modules/help/help-rtl.css<br />
drupal-7.10/modules/help/help.module<br />
drupal-7.10/modules/help/help.info<br />
drupal-7.10/modules/help/help.api.php<br />
drupal-7.10/modules/dblog/<br />
drupal-7.10/modules/dblog/dblog-rtl.css<br />
drupal-7.10/modules/dblog/dblog.css<br />
drupal-7.10/modules/dblog/dblog.module<br />
drupal-7.10/modules/dblog/dblog.info<br />
drupal-7.10/modules/dblog/dblog.test<br />
drupal-7.10/modules/dblog/dblog.admin.inc<br />
drupal-7.10/modules/dblog/dblog.install<br />
drupal-7.10/modules/search/<br />
drupal-7.10/modules/search/search.install<br />
drupal-7.10/modules/search/search-result.tpl.php<br />
drupal-7.10/modules/search/search.css<br />
drupal-7.10/modules/search/search.test<br />
drupal-7.10/modules/search/search-results.tpl.php<br />
drupal-7.10/modules/search/search.extender.inc<br />
drupal-7.10/modules/search/search.module<br />
drupal-7.10/modules/search/search.pages.inc<br />
drupal-7.10/modules/search/search.info<br />
drupal-7.10/modules/search/search.api.php<br />
drupal-7.10/modules/search/tests/<br />
drupal-7.10/modules/search/tests/UnicodeTest.txt<br />
drupal-7.10/modules/search/tests/search_extra_type.info<br />
drupal-7.10/modules/search/tests/search_embedded_form.info<br />
drupal-7.10/modules/search/tests/search_embedded_form.module<br />
drupal-7.10/modules/search/tests/search_extra_type.module<br />
drupal-7.10/modules/search/search.admin.inc<br />
drupal-7.10/modules/search/search-rtl.css<br />
drupal-7.10/modules/search/search-block-form.tpl.php<br />
drupal-7.10/modules/translation/<br />
drupal-7.10/modules/translation/translation.pages.inc<br />
drupal-7.10/modules/translation/translation.module<br />
drupal-7.10/modules/translation/translation.info<br />
drupal-7.10/modules/translation/tests/<br />
drupal-7.10/modules/translation/tests/translation_test.module<br />
drupal-7.10/modules/translation/tests/translation_test.info<br />
drupal-7.10/modules/translation/translation.test<br />
drupal-7.10/modules/tracker/<br />
drupal-7.10/modules/tracker/tracker.install<br />
drupal-7.10/modules/tracker/tracker.pages.inc<br />
drupal-7.10/modules/tracker/tracker.css<br />
drupal-7.10/modules/tracker/tracker.module<br />
drupal-7.10/modules/tracker/tracker.info<br />
drupal-7.10/modules/tracker/tracker.test<br />
drupal-7.10/modules/shortcut/<br />
drupal-7.10/modules/shortcut/shortcut.install<br />
drupal-7.10/modules/shortcut/shortcut.admin.css<br />
drupal-7.10/modules/shortcut/shortcut.css<br />
drupal-7.10/modules/shortcut/shortcut-rtl.css<br />
drupal-7.10/modules/shortcut/shortcut.test<br />
drupal-7.10/modules/shortcut/shortcut.admin.js<br />
drupal-7.10/modules/shortcut/shortcut.png<br />
drupal-7.10/modules/shortcut/shortcut.api.php<br />
drupal-7.10/modules/shortcut/shortcut.module<br />
drupal-7.10/modules/shortcut/shortcut.admin.inc<br />
drupal-7.10/modules/shortcut/shortcut.info<br />
drupal-7.10/modules/path/<br />
drupal-7.10/modules/path/path.test<br />
drupal-7.10/modules/path/path.admin.inc<br />
drupal-7.10/modules/path/path.module<br />
drupal-7.10/modules/path/path.api.php<br />
drupal-7.10/modules/path/path.info<br />
drupal-7.10/modules/path/path.js<br />
drupal-7.10/modules/taxonomy/<br />
drupal-7.10/modules/taxonomy/taxonomy.pages.inc<br />
drupal-7.10/modules/taxonomy/taxonomy.info<br />
drupal-7.10/modules/taxonomy/taxonomy.admin.inc<br />
drupal-7.10/modules/taxonomy/taxonomy.js<br />
drupal-7.10/modules/taxonomy/taxonomy.css<br />
drupal-7.10/modules/taxonomy/taxonomy.test<br />
drupal-7.10/modules/taxonomy/taxonomy.api.php<br />
drupal-7.10/modules/taxonomy/taxonomy.tokens.inc<br />
drupal-7.10/modules/taxonomy/taxonomy-term.tpl.php<br />
drupal-7.10/modules/taxonomy/taxonomy.module<br />
drupal-7.10/modules/taxonomy/taxonomy.install<br />
drupal-7.10/modules/field_ui/<br />
drupal-7.10/modules/field_ui/field_ui.api.php<br />
drupal-7.10/modules/field_ui/field_ui.test<br />
drupal-7.10/modules/field_ui/field_ui-rtl.css<br />
drupal-7.10/modules/field_ui/field_ui.module<br />
drupal-7.10/modules/field_ui/field_ui.css<br />
drupal-7.10/modules/field_ui/field_ui.js<br />
drupal-7.10/modules/field_ui/field_ui.admin.inc<br />
drupal-7.10/modules/field_ui/field_ui.info<br />
drupal-7.10/modules/update/<br />
drupal-7.10/modules/update/update.manager.inc<br />
drupal-7.10/modules/update/update.settings.inc<br />
drupal-7.10/modules/update/update.compare.inc<br />
drupal-7.10/modules/update/update.module<br />
drupal-7.10/modules/update/update.install<br />
drupal-7.10/modules/update/update-rtl.css<br />
drupal-7.10/modules/update/update.test<br />
drupal-7.10/modules/update/tests/<br />
drupal-7.10/modules/update/tests/update_test_basetheme.1_1-sec.xml<br />
drupal-7.10/modules/update/tests/ccc_update_test.info<br />
drupal-7.10/modules/update/tests/bbb_update_test.module<br />
drupal-7.10/modules/update/tests/aaa_update_test.module<br />
drupal-7.10/modules/update/tests/aaa_update_test.info<br />
drupal-7.10/modules/update/tests/bbb_update_test.1_0.xml<br />
drupal-7.10/modules/update/tests/update_test_subtheme.1_0.xml<br />
drupal-7.10/modules/update/tests/update_test.info<br />
drupal-7.10/modules/update/tests/ccc_update_test.module<br />
drupal-7.10/modules/update/tests/aaa_update_test.1_0.xml<br />
drupal-7.10/modules/update/tests/drupal.0.xml<br />
drupal-7.10/modules/update/tests/drupal.2-sec.xml<br />
drupal-7.10/modules/update/tests/ccc_update_test.1_0.xml<br />
drupal-7.10/modules/update/tests/bbb_update_test.info<br />
drupal-7.10/modules/update/tests/update_test.module<br />
drupal-7.10/modules/update/tests/drupal.dev.xml<br />
drupal-7.10/modules/update/tests/aaa_update_test.tar.gz<br />
drupal-7.10/modules/update/tests/aaa_update_test.no-releases.xml<br />
drupal-7.10/modules/update/tests/drupal.1.xml<br />
drupal-7.10/modules/update/update.api.php<br />
drupal-7.10/modules/update/update.css<br />
drupal-7.10/modules/update/update.authorize.inc<br />
drupal-7.10/modules/update/update.report.inc<br />
drupal-7.10/modules/update/update.info<br />
drupal-7.10/modules/update/update.fetch.inc<br />
drupal-7.10/modules/poll/<br />
drupal-7.10/modules/poll/poll-bar--block.tpl.php<br />
drupal-7.10/modules/poll/poll.install<br />
drupal-7.10/modules/poll/poll.css<br />
drupal-7.10/modules/poll/poll.info<br />
drupal-7.10/modules/poll/poll.test<br />
drupal-7.10/modules/poll/poll-rtl.css<br />
drupal-7.10/modules/poll/poll-results--block.tpl.php<br />
drupal-7.10/modules/poll/poll.module<br />
drupal-7.10/modules/poll/poll.tokens.inc<br />
drupal-7.10/modules/poll/poll-results.tpl.php<br />
drupal-7.10/modules/poll/poll.pages.inc<br />
drupal-7.10/modules/poll/poll-vote.tpl.php<br />
drupal-7.10/modules/poll/poll-bar.tpl.php<br />
drupal-7.10/modules/aggregator/<br />
drupal-7.10/modules/aggregator/aggregator.parser.inc<br />
drupal-7.10/modules/aggregator/aggregator.pages.inc<br />
drupal-7.10/modules/aggregator/aggregator.fetcher.inc<br />
drupal-7.10/modules/aggregator/aggregator-feed-source.tpl.php<br />
drupal-7.10/modules/aggregator/aggregator.processor.inc<br />
drupal-7.10/modules/aggregator/aggregator-summary-item.tpl.php<br />
drupal-7.10/modules/aggregator/aggregator.info<br />
drupal-7.10/modules/aggregator/aggregator.api.php<br />
drupal-7.10/modules/aggregator/aggregator.install<br />
drupal-7.10/modules/aggregator/aggregator.test<br />
drupal-7.10/modules/aggregator/aggregator-rtl.css<br />
drupal-7.10/modules/aggregator/aggregator.css<br />
drupal-7.10/modules/aggregator/aggregator.admin.inc<br />
drupal-7.10/modules/aggregator/aggregator.module<br />
drupal-7.10/modules/aggregator/aggregator-wrapper.tpl.php<br />
drupal-7.10/modules/aggregator/tests/<br />
drupal-7.10/modules/aggregator/tests/aggregator_test.info<br />
drupal-7.10/modules/aggregator/tests/aggregator_test_atom.xml<br />
drupal-7.10/modules/aggregator/tests/aggregator_test_rss091.xml<br />
drupal-7.10/modules/aggregator/tests/aggregator_test.module<br />
drupal-7.10/modules/aggregator/aggregator-summary-items.tpl.php<br />
drupal-7.10/modules/aggregator/aggregator-item.tpl.php<br />
drupal-7.10/modules/field/<br />
drupal-7.10/modules/field/field.attach.inc<br />
drupal-7.10/modules/field/field.multilingual.inc<br />
drupal-7.10/modules/field/modules/<br />
drupal-7.10/modules/field/modules/field_sql_storage/<br />
drupal-7.10/modules/field/modules/field_sql_storage/field_sql_storage.test<br />
drupal-7.10/modules/field/modules/field_sql_storage/field_sql_storage.module<br />
drupal-7.10/modules/field/modules/field_sql_storage/field_sql_storage.info<br />
drupal-7.10/modules/field/modules/field_sql_storage/field_sql_storage.install<br />
drupal-7.10/modules/field/modules/text/<br />
drupal-7.10/modules/field/modules/text/text.test<br />
drupal-7.10/modules/field/modules/text/text.module<br />
drupal-7.10/modules/field/modules/text/text.install<br />
drupal-7.10/modules/field/modules/text/text.info<br />
drupal-7.10/modules/field/modules/text/text.js<br />
drupal-7.10/modules/field/modules/options/<br />
drupal-7.10/modules/field/modules/options/options.info<br />
drupal-7.10/modules/field/modules/options/options.test<br />
drupal-7.10/modules/field/modules/options/options.api.php<br />
drupal-7.10/modules/field/modules/options/options.module<br />
drupal-7.10/modules/field/modules/list/<br />
drupal-7.10/modules/field/modules/list/list.info<br />
drupal-7.10/modules/field/modules/list/list.module<br />
drupal-7.10/modules/field/modules/list/tests/<br />
drupal-7.10/modules/field/modules/list/tests/list_test.info<br />
drupal-7.10/modules/field/modules/list/tests/list_test.module<br />
drupal-7.10/modules/field/modules/list/tests/list.test<br />
drupal-7.10/modules/field/modules/list/list.install<br />
drupal-7.10/modules/field/modules/number/<br />
drupal-7.10/modules/field/modules/number/number.module<br />
drupal-7.10/modules/field/modules/number/number.install<br />
drupal-7.10/modules/field/modules/number/number.info<br />
drupal-7.10/modules/field/modules/number/number.test<br />
drupal-7.10/modules/field/field.install<br />
drupal-7.10/modules/field/field.form.inc<br />
drupal-7.10/modules/field/field.info<br />
drupal-7.10/modules/field/theme/<br />
drupal-7.10/modules/field/theme/field.css<br />
drupal-7.10/modules/field/theme/field.tpl.php<br />
drupal-7.10/modules/field/theme/field-rtl.css<br />
drupal-7.10/modules/field/field.info.inc<br />
drupal-7.10/modules/field/field.default.inc<br />
drupal-7.10/modules/field/field.module<br />
drupal-7.10/modules/field/field.api.php<br />
drupal-7.10/modules/field/tests/<br />
drupal-7.10/modules/field/tests/field.test<br />
drupal-7.10/modules/field/tests/field_test.info<br />
drupal-7.10/modules/field/tests/field_test.field.inc<br />
drupal-7.10/modules/field/tests/field_test.module<br />
drupal-7.10/modules/field/tests/field_test.entity.inc<br />
drupal-7.10/modules/field/tests/field_test.storage.inc<br />
drupal-7.10/modules/field/tests/field_test.install<br />
drupal-7.10/modules/field/field.crud.inc<br />
drupal-7.10/modules/statistics/<br />
drupal-7.10/modules/statistics/statistics.info<br />
drupal-7.10/modules/statistics/statistics.admin.inc<br />
drupal-7.10/modules/statistics/statistics.tokens.inc<br />
drupal-7.10/modules/statistics/statistics.module<br />
drupal-7.10/modules/statistics/statistics.test<br />
drupal-7.10/modules/statistics/statistics.install<br />
drupal-7.10/modules/statistics/statistics.pages.inc<br />
drupal-7.10/modules/contact/<br />
drupal-7.10/modules/contact/contact.info<br />
drupal-7.10/modules/contact/contact.test<br />
drupal-7.10/modules/contact/contact.install<br />
drupal-7.10/modules/contact/contact.pages.inc<br />
drupal-7.10/modules/contact/contact.module<br />
drupal-7.10/modules/contact/contact.admin.inc<br />
drupal-7.10/modules/toolbar/<br />
drupal-7.10/modules/toolbar/toolbar.module<br />
drupal-7.10/modules/toolbar/toolbar.tpl.php<br />
drupal-7.10/modules/toolbar/toolbar.png<br />
drupal-7.10/modules/toolbar/toolbar.info<br />
drupal-7.10/modules/toolbar/toolbar.css<br />
drupal-7.10/modules/toolbar/toolbar-rtl.css<br />
drupal-7.10/modules/toolbar/toolbar.js<br />
drupal-7.10/themes/<br />
drupal-7.10/themes/seven/<br />
drupal-7.10/themes/seven/vertical-tabs-rtl.css<br />
drupal-7.10/themes/seven/ie6.css<br />
drupal-7.10/themes/seven/style-rtl.css<br />
drupal-7.10/themes/seven/maintenance-page.tpl.php<br />
drupal-7.10/themes/seven/ie7.css<br />
drupal-7.10/themes/seven/logo.png<br />
drupal-7.10/themes/seven/reset.css<br />
drupal-7.10/themes/seven/vertical-tabs.css<br />
drupal-7.10/themes/seven/style.css<br />
drupal-7.10/themes/seven/template.php<br />
drupal-7.10/themes/seven/images/<br />
drupal-7.10/themes/seven/images/task-item.png<br />
drupal-7.10/themes/seven/images/task-check.png<br />
drupal-7.10/themes/seven/images/ui-icons-888888-256x240.png<br />
drupal-7.10/themes/seven/images/arrow-asc.png<br />
drupal-7.10/themes/seven/images/fc-rtl.png<br />
drupal-7.10/themes/seven/images/ui-icons-800000-256x240.png<br />
drupal-7.10/themes/seven/images/arrow-desc.png<br />
drupal-7.10/themes/seven/images/fc.png<br />
drupal-7.10/themes/seven/images/ui-icons-ffffff-256x240.png<br />
drupal-7.10/themes/seven/images/ui-icons-222222-256x240.png<br />
drupal-7.10/themes/seven/images/task-item-rtl.png<br />
drupal-7.10/themes/seven/images/arrow-next.png<br />
drupal-7.10/themes/seven/images/add.png<br />
drupal-7.10/themes/seven/images/list-item-rtl.png<br />
drupal-7.10/themes/seven/images/ui-icons-454545-256x240.png<br />
drupal-7.10/themes/seven/images/buttons.png<br />
drupal-7.10/themes/seven/images/list-item.png<br />
drupal-7.10/themes/seven/images/arrow-prev.png<br />
drupal-7.10/themes/seven/seven.info<br />
drupal-7.10/themes/seven/jquery.ui.theme.css<br />
drupal-7.10/themes/seven/ie.css<br />
drupal-7.10/themes/seven/page.tpl.php<br />
drupal-7.10/themes/seven/screenshot.png<br />
drupal-7.10/themes/garland/<br />
drupal-7.10/themes/garland/style-rtl.css<br />
drupal-7.10/themes/garland/maintenance-page.tpl.php<br />
drupal-7.10/themes/garland/print.css<br />
drupal-7.10/themes/garland/fix-ie.css<br />
drupal-7.10/themes/garland/color/<br />
drupal-7.10/themes/garland/color/base.png<br />
drupal-7.10/themes/garland/color/preview.css<br />
drupal-7.10/themes/garland/color/preview.png<br />
drupal-7.10/themes/garland/color/color.inc<br />
drupal-7.10/themes/garland/fix-ie-rtl.css<br />
drupal-7.10/themes/garland/garland.info<br />
drupal-7.10/themes/garland/comment.tpl.php<br />
drupal-7.10/themes/garland/logo.png<br />
drupal-7.10/themes/garland/theme-settings.php<br />
drupal-7.10/themes/garland/style.css<br />
drupal-7.10/themes/garland/template.php<br />
drupal-7.10/themes/garland/images/<br />
drupal-7.10/themes/garland/images/bg-navigation-item-hover.png<br />
drupal-7.10/themes/garland/images/menu-leaf.gif<br />
drupal-7.10/themes/garland/images/bg-navigation-item.png<br />
drupal-7.10/themes/garland/images/menu-collapsed.gif<br />
drupal-7.10/themes/garland/images/menu-collapsed-rtl.gif<br />
drupal-7.10/themes/garland/images/bg-tab.png<br />
drupal-7.10/themes/garland/images/bg-content-right.png<br />
drupal-7.10/themes/garland/images/bg-bar-white.png<br />
drupal-7.10/themes/garland/images/task-list.png<br />
drupal-7.10/themes/garland/images/body.png<br />
drupal-7.10/themes/garland/images/gradient-inner.png<br />
drupal-7.10/themes/garland/images/bg-bar.png<br />
drupal-7.10/themes/garland/images/bg-content.png<br />
drupal-7.10/themes/garland/images/menu-expanded.gif<br />
drupal-7.10/themes/garland/images/bg-content-left.png<br />
drupal-7.10/themes/garland/images/bg-navigation.png<br />
drupal-7.10/themes/garland/node.tpl.php<br />
drupal-7.10/themes/garland/page.tpl.php<br />
drupal-7.10/themes/garland/screenshot.png<br />
drupal-7.10/themes/README.txt<br />
drupal-7.10/themes/bartik/<br />
drupal-7.10/themes/bartik/color/<br />
drupal-7.10/themes/bartik/color/base.png<br />
drupal-7.10/themes/bartik/color/preview.css<br />
drupal-7.10/themes/bartik/color/preview.png<br />
drupal-7.10/themes/bartik/color/preview.js<br />
drupal-7.10/themes/bartik/color/color.inc<br />
drupal-7.10/themes/bartik/color/preview.html<br />
drupal-7.10/themes/bartik/logo.png<br />
drupal-7.10/themes/bartik/template.php<br />
drupal-7.10/themes/bartik/images/<br />
drupal-7.10/themes/bartik/images/comment-arrow-rtl.gif<br />
drupal-7.10/themes/bartik/images/add.png<br />
drupal-7.10/themes/bartik/images/buttons.png<br />
drupal-7.10/themes/bartik/images/tabs-border.png<br />
drupal-7.10/themes/bartik/images/search-button.png<br />
drupal-7.10/themes/bartik/images/comment-arrow.gif<br />
drupal-7.10/themes/bartik/bartik.info<br />
drupal-7.10/themes/bartik/css/<br />
drupal-7.10/themes/bartik/css/ie6.css<br />
drupal-7.10/themes/bartik/css/layout.css<br />
drupal-7.10/themes/bartik/css/style-rtl.css<br />
drupal-7.10/themes/bartik/css/print.css<br />
drupal-7.10/themes/bartik/css/maintenance-page.css<br />
drupal-7.10/themes/bartik/css/layout-rtl.css<br />
drupal-7.10/themes/bartik/css/style.css<br />
drupal-7.10/themes/bartik/css/ie-rtl.css<br />
drupal-7.10/themes/bartik/css/ie.css<br />
drupal-7.10/themes/bartik/css/colors.css<br />
drupal-7.10/themes/bartik/templates/<br />
drupal-7.10/themes/bartik/templates/comment-wrapper.tpl.php<br />
drupal-7.10/themes/bartik/templates/maintenance-page.tpl.php<br />
drupal-7.10/themes/bartik/templates/comment.tpl.php<br />
drupal-7.10/themes/bartik/templates/node.tpl.php<br />
drupal-7.10/themes/bartik/templates/page.tpl.php<br />
drupal-7.10/themes/bartik/screenshot.png<br />
drupal-7.10/themes/engines/<br />
drupal-7.10/themes/engines/phptemplate/<br />
drupal-7.10/themes/engines/phptemplate/phptemplate.engine<br />
drupal-7.10/themes/tests/<br />
drupal-7.10/themes/tests/test_theme/<br />
drupal-7.10/themes/tests/test_theme/test_theme.info<br />
drupal-7.10/themes/tests/test_theme/template.php<br />
drupal-7.10/themes/tests/README.txt<br />
drupal-7.10/themes/tests/update_test_subtheme/<br />
drupal-7.10/themes/tests/update_test_subtheme/update_test_subtheme.info<br />
drupal-7.10/themes/tests/update_test_basetheme/<br />
drupal-7.10/themes/tests/update_test_basetheme/update_test_basetheme.info<br />
drupal-7.10/themes/tests/block_test_theme/<br />
drupal-7.10/themes/tests/block_test_theme/block_test_theme.info<br />
drupal-7.10/themes/tests/block_test_theme/page.tpl.php<br />
drupal-7.10/themes/stark/<br />
drupal-7.10/themes/stark/layout.css<br />
drupal-7.10/themes/stark/README.txt<br />
drupal-7.10/themes/stark/logo.png<br />
drupal-7.10/themes/stark/screenshot.png<br />
drupal-7.10/themes/stark/stark.info<br />
drupal-7.10/COPYRIGHT.txt<br />
drupal-7.10/UPGRADE.txt<br />
drupal-7.10/README.txt<br />
drupal-7.10/robots.txt<br />
drupal-7.10/.gitignore<br />
drupal-7.10/LICENSE.txt<br />
drupal-7.10/INSTALL.txt<br />
drupal-7.10/sites/<br />
drupal-7.10/sites/example.sites.php<br />
drupal-7.10/sites/all/<br />
drupal-7.10/sites/all/modules/<br />
drupal-7.10/sites/all/modules/README.txt<br />
drupal-7.10/sites/all/themes/<br />
drupal-7.10/sites/all/themes/README.txt<br />
drupal-7.10/sites/all/README.txt<br />
drupal-7.10/sites/default/<br />
drupal-7.10/sites/default/default.settings.php<br />
drupal-7.10/authorize.php<br />
drupal-7.10/install.php<br />
drupal-7.10/scripts/<br />
drupal-7.10/scripts/dump-database-d6.sh<br />
drupal-7.10/scripts/code-clean.sh<br />
drupal-7.10/scripts/cron-lynx.sh<br />
drupal-7.10/scripts/password-hash.sh<br />
drupal-7.10/scripts/generate-d6-content.sh<br />
drupal-7.10/scripts/drupal.sh<br />
drupal-7.10/scripts/cron-curl.sh<br />
drupal-7.10/scripts/generate-d7-content.sh<br />
drupal-7.10/scripts/run-tests.sh<br />
drupal-7.10/scripts/test.script<br />
drupal-7.10/scripts/dump-database-d7.sh<br />
drupal-7.10/profiles/<br />
drupal-7.10/profiles/testing/<br />
drupal-7.10/profiles/testing/testing.install<br />
drupal-7.10/profiles/testing/modules/<br />
drupal-7.10/profiles/testing/modules/drupal_system_listing_incompatible_test/<br />
drupal-7.10/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module<br />
drupal-7.10/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info<br />
drupal-7.10/profiles/testing/modules/drupal_system_listing_compatible_test/<br />
drupal-7.10/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module<br />
drupal-7.10/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info<br />
drupal-7.10/profiles/testing/testing.profile<br />
drupal-7.10/profiles/testing/testing.info<br />
drupal-7.10/profiles/standard/<br />
drupal-7.10/profiles/standard/standard.info<br />
drupal-7.10/profiles/standard/standard.install<br />
drupal-7.10/profiles/standard/standard.profile<br />
drupal-7.10/profiles/standard/translations/<br />
drupal-7.10/profiles/standard/translations/README.txt<br />
drupal-7.10/profiles/minimal/<br />
drupal-7.10/profiles/minimal/minimal.info<br />
drupal-7.10/profiles/minimal/minimal.profile<br />
drupal-7.10/profiles/minimal/minimal.install<br />
drupal-7.10/profiles/minimal/translations/<br />
drupal-7.10/profiles/minimal/translations/README.txt<br />
drupal-7.10/INSTALL.sqlite.txt<br />
drupal-7.10/update.php<br />
drupal-7.10/index.php<br />
drupal-7.10/INSTALL.mysql.txt<br />
drupal-7.10/misc/<br />
drupal-7.10/misc/powered-gray-80x15.png<br />
drupal-7.10/misc/throbber.gif<br />
drupal-7.10/misc/message-24-help.png<br />
drupal-7.10/misc/message-24-error.png<br />
drupal-7.10/misc/arrow-asc.png<br />
drupal-7.10/misc/vertical-tabs-rtl.css<br />
drupal-7.10/misc/jquery.js<br />
drupal-7.10/misc/batch.js<br />
drupal-7.10/misc/print-rtl.css<br />
drupal-7.10/misc/textarea.js<br />
drupal-7.10/misc/powered-blue-88x31.png<br />
drupal-7.10/misc/farbtastic/<br />
drupal-7.10/misc/farbtastic/wheel.png<br />
drupal-7.10/misc/farbtastic/mask.png<br />
drupal-7.10/misc/farbtastic/marker.png<br />
drupal-7.10/misc/farbtastic/farbtastic.js<br />
drupal-7.10/misc/farbtastic/farbtastic.css<br />
drupal-7.10/misc/watchdog-error.png<br />
drupal-7.10/misc/draggable.png<br />
drupal-7.10/misc/powered-black-80x15.png<br />
drupal-7.10/misc/permissions.png<br />
drupal-7.10/misc/print.css<br />
drupal-7.10/misc/tree.png<br />
drupal-7.10/misc/powered-blue-80x15.png<br />
drupal-7.10/misc/favicon.ico<br />
drupal-7.10/misc/message-24-ok.png<br />
drupal-7.10/misc/ui/<br />
drupal-7.10/misc/ui/jquery.ui.dialog.min.js<br />
drupal-7.10/misc/ui/jquery.ui.accordion.css<br />
drupal-7.10/misc/ui/jquery.effects.shake.min.js<br />
drupal-7.10/misc/ui/jquery.effects.clip.min.js<br />
drupal-7.10/misc/ui/jquery.ui.slider.min.js<br />
drupal-7.10/misc/ui/jquery.ui.resizable.css<br />
drupal-7.10/misc/ui/jquery.ui.tabs.css<br />
drupal-7.10/misc/ui/jquery.ui.progressbar.min.js<br />
drupal-7.10/misc/ui/jquery.effects.blind.min.js<br />
drupal-7.10/misc/ui/jquery.ui.autocomplete.css<br />
drupal-7.10/misc/ui/jquery.ui.button.css<br />
drupal-7.10/misc/ui/jquery.ui.widget.min.js<br />
drupal-7.10/misc/ui/jquery.effects.drop.min.js<br />
drupal-7.10/misc/ui/jquery.effects.scale.min.js<br />
drupal-7.10/misc/ui/jquery.ui.selectable.css<br />
drupal-7.10/misc/ui/jquery.ui.core.css<br />
drupal-7.10/misc/ui/jquery.ui.core.min.js<br />
drupal-7.10/misc/ui/jquery.ui.draggable.min.js<br />
drupal-7.10/misc/ui/jquery.ui.sortable.min.js<br />
drupal-7.10/misc/ui/jquery.ui.droppable.min.js<br />
drupal-7.10/misc/ui/jquery.effects.core.min.js<br />
drupal-7.10/misc/ui/jquery.effects.transfer.min.js<br />
drupal-7.10/misc/ui/images/<br />
drupal-7.10/misc/ui/images/ui-bg_glass_95_fef1ec_1x400.png<br />
drupal-7.10/misc/ui/images/ui-icons_222222_256x240.png<br />
drupal-7.10/misc/ui/images/ui-bg_flat_0_aaaaaa_40x100.png<br />
drupal-7.10/misc/ui/images/ui-icons_454545_256x240.png<br />
drupal-7.10/misc/ui/images/ui-bg_glass_55_fbf9ee_1x400.png<br />
drupal-7.10/misc/ui/images/ui-bg_glass_65_ffffff_1x400.png<br />
drupal-7.10/misc/ui/images/ui-bg_glass_75_e6e6e6_1x400.png<br />
drupal-7.10/misc/ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png<br />
drupal-7.10/misc/ui/images/ui-bg_glass_75_dadada_1x400.png<br />
drupal-7.10/misc/ui/images/ui-icons_cd0a0a_256x240.png<br />
drupal-7.10/misc/ui/images/ui-bg_flat_75_ffffff_40x100.png<br />
drupal-7.10/misc/ui/images/ui-icons_2e83ff_256x240.png<br />
drupal-7.10/misc/ui/images/ui-icons_888888_256x240.png<br />
drupal-7.10/misc/ui/jquery.effects.fade.min.js<br />
drupal-7.10/misc/ui/jquery.ui.mouse.min.js<br />
drupal-7.10/misc/ui/jquery.effects.slide.min.js<br />
drupal-7.10/misc/ui/jquery.effects.pulsate.min.js<br />
drupal-7.10/misc/ui/jquery.effects.bounce.min.js<br />
drupal-7.10/misc/ui/jquery.effects.fold.min.js<br />
drupal-7.10/misc/ui/jquery.effects.highlight.min.js<br />
drupal-7.10/misc/ui/jquery.ui.theme.css<br />
drupal-7.10/misc/ui/jquery.ui.resizable.min.js<br />
drupal-7.10/misc/ui/jquery.ui.datepicker.css<br />
drupal-7.10/misc/ui/jquery.ui.selectable.min.js<br />
drupal-7.10/misc/ui/jquery.effects.explode.min.js<br />
drupal-7.10/misc/ui/jquery.ui.datepicker.min.js<br />
drupal-7.10/misc/ui/jquery.ui.button.min.js<br />
drupal-7.10/misc/ui/jquery.ui.slider.css<br />
drupal-7.10/misc/ui/jquery.ui.dialog.css<br />
drupal-7.10/misc/ui/jquery.ui.autocomplete.min.js<br />
drupal-7.10/misc/ui/jquery.ui.progressbar.css<br />
drupal-7.10/misc/ui/jquery.ui.accordion.min.js<br />
drupal-7.10/misc/ui/jquery.ui.position.min.js<br />
drupal-7.10/misc/ui/jquery.ui.tabs.min.js<br />
drupal-7.10/misc/watchdog-warning.png<br />
drupal-7.10/misc/druplicon.png<br />
drupal-7.10/misc/machine-name.js<br />
drupal-7.10/misc/arrow-desc.png<br />
drupal-7.10/misc/message-16-info.png<br />
drupal-7.10/misc/forum-icons.png<br />
drupal-7.10/misc/drupal.js<br />
drupal-7.10/misc/grippie.png<br />
drupal-7.10/misc/jquery.form.js<br />
drupal-7.10/misc/vertical-tabs.css<br />
drupal-7.10/misc/help.png<br />
drupal-7.10/misc/menu-collapsed-rtl.png<br />
drupal-7.10/misc/tableselect.js<br />
drupal-7.10/misc/menu-expanded.png<br />
drupal-7.10/misc/message-24-info.png<br />
drupal-7.10/misc/progress.gif<br />
drupal-7.10/misc/jquery.once.js<br />
drupal-7.10/misc/tableheader.js<br />
drupal-7.10/misc/message-24-warning.png<br />
drupal-7.10/misc/form.js<br />
drupal-7.10/misc/authorize.js<br />
drupal-7.10/misc/powered-black-88x31.png<br />
drupal-7.10/misc/vertical-tabs.js<br />
drupal-7.10/misc/states.js<br />
drupal-7.10/misc/powered-black-135x42.png<br />
drupal-7.10/misc/powered-gray-135x42.png<br />
drupal-7.10/misc/timezone.js<br />
drupal-7.10/misc/powered-gray-88x31.png<br />
drupal-7.10/misc/message-16-error.png<br />
drupal-7.10/misc/menu-leaf.png<br />
drupal-7.10/misc/jquery.ba-bbq.js<br />
drupal-7.10/misc/autocomplete.js<br />
drupal-7.10/misc/message-16-ok.png<br />
drupal-7.10/misc/ajax.js<br />
drupal-7.10/misc/powered-blue-135x42.png<br />
drupal-7.10/misc/configure.png<br />
drupal-7.10/misc/progress.js<br />
drupal-7.10/misc/menu-collapsed.png<br />
drupal-7.10/misc/message-16-help.png<br />
drupal-7.10/misc/message-16-warning.png<br />
drupal-7.10/misc/tree-bottom.png<br />
drupal-7.10/misc/watchdog-ok.png<br />
drupal-7.10/misc/collapse.js<br />
drupal-7.10/misc/feed.png<br />
drupal-7.10/misc/jquery.cookie.js<br />
drupal-7.10/misc/tabledrag.js<br />
drupal-7.10/.htaccess<br />
drupal-7.10/CHANGELOG.txt<br />
drupal-7.10/web.config<br />
drupal-7.10/cron.php<br />
ubuntu@ip-10-248-6-249:~$ cd /var/www<br />
ubuntu@ip-10-248-6-249:/var/www$ rm -rf *<br />
rm: cannot remove `index.html.bak': Permission denied<br />
rm: cannot remove `index.php': Permission denied<br />
ubuntu@ip-10-248-6-249:/var/www$ sudo rm -rf *<br />
ubuntu@ip-10-248-6-249:/var/www$ ls -latr<br />
total 8<br />
drwxr-xr-x 13 root root 4096 2012-01-15 23:43 ..<br />
drwxr-xr-x 2 root root 4096 2012-01-15 23:56 .<br />
ubuntu@ip-10-248-6-249:/var/www$ cd ~<br />
ubuntu@ip-10-248-6-249:~$ ls -latr<br />
total 3036<br />
-rw-r--r-- 1 ubuntu ubuntu 675 2011-05-18 09:54 .profile<br />
-rw-r--r-- 1 ubuntu ubuntu 3353 2011-05-18 09:54 .bashrc<br />
-rw-r--r-- 1 ubuntu ubuntu 220 2011-05-18 09:54 .bash_logout<br />
-rw-rw-r-- 1 ubuntu ubuntu 3067653 2011-12-05 22:50 drupal-7.10.tar.gz<br />
drwxr-xr-x 9 6226 6226 4096 2011-12-05 22:50 drupal-7.10<br />
drwxr-xr-x 3 root root 4096 2012-01-08 06:00 ..<br />
drwx------ 2 ubuntu ubuntu 4096 2012-01-15 23:38 .ssh<br />
drwx------ 2 ubuntu ubuntu 4096 2012-01-15 23:40 .cache<br />
-rw-r--r-- 1 ubuntu ubuntu 0 2012-01-15 23:41 .sudo_as_admin_successful<br />
-rw-rw-r-- 1 ubuntu ubuntu 581 2012-01-15 23:44 .htoprc<br />
-rw------- 1 ubuntu ubuntu 908 2012-01-15 23:47 .viminfo<br />
drwxr-xr-x 5 ubuntu ubuntu 4096 2012-01-15 23:55 .<br />
ubuntu@ip-10-248-6-249:~$ sudo mv drupal-7.10/* drupal-7.10/.htaccess /var/www<br />
ubuntu@ip-10-248-6-249:~$ cd /var/www<br />
ubuntu@ip-10-248-6-249:/var/www$ ls -latr<br />
total 240<br />
-rw-rw-r-- 1 6226 6226 18092 2011-09-17 21:50 LICENSE.txt<br />
-rw-r--r-- 1 6226 6226 417 2011-12-05 22:18 xmlrpc.php<br />
-rw-r--r-- 1 6226 6226 2051 2011-12-05 22:18 web.config<br />
-rw-r--r-- 1 6226 6226 9453 2011-12-05 22:18 UPGRADE.txt<br />
-rw-r--r-- 1 6226 6226 19338 2011-12-05 22:18 update.php<br />
drwxr-xr-x 8 6226 6226 4096 2011-12-05 22:18 themes<br />
drwxr-xr-x 4 6226 6226 4096 2011-12-05 22:18 sites<br />
drwxr-xr-x 2 6226 6226 4096 2011-12-05 22:18 scripts<br />
-rw-r--r-- 1 6226 6226 1561 2011-12-05 22:18 robots.txt<br />
-rw-r--r-- 1 6226 6226 3494 2011-12-05 22:18 README.txt<br />
drwxr-xr-x 5 6226 6226 4096 2011-12-05 22:18 profiles<br />
drwxr-xr-x 42 6226 6226 4096 2011-12-05 22:18 modules<br />
drwxr-xr-x 4 6226 6226 4096 2011-12-05 22:18 misc<br />
-rw-r--r-- 1 6226 6226 7975 2011-12-05 22:18 MAINTAINERS.txt<br />
-rw-r--r-- 1 6226 6226 17856 2011-12-05 22:18 INSTALL.txt<br />
-rw-r--r-- 1 6226 6226 1298 2011-12-05 22:18 INSTALL.sqlite.txt<br />
-rw-r--r-- 1 6226 6226 688 2011-12-05 22:18 install.php<br />
-rw-r--r-- 1 6226 6226 1874 2011-12-05 22:18 INSTALL.pgsql.txt<br />
-rw-r--r-- 1 6226 6226 1447 2011-12-05 22:18 INSTALL.mysql.txt<br />
-rw-r--r-- 1 6226 6226 529 2011-12-05 22:18 index.php<br />
drwxr-xr-x 4 6226 6226 4096 2011-12-05 22:18 includes<br />
-rw-r--r-- 1 6226 6226 5170 2011-12-05 22:18 .htaccess<br />
-rw-r--r-- 1 6226 6226 720 2011-12-05 22:18 cron.php<br />
-rw-r--r-- 1 6226 6226 996 2011-12-05 22:18 COPYRIGHT.txt<br />
-rw-r--r-- 1 6226 6226 63171 2011-12-05 22:18 CHANGELOG.txt<br />
-rw-r--r-- 1 6226 6226 6605 2011-12-05 22:18 authorize.php<br />
drwxr-xr-x 13 root root 4096 2012-01-15 23:43 ..<br />
drwxr-xr-x 9 root root 4096 2012-01-15 23:56 .<br />
ubuntu@ip-10-248-6-249:/var/www$ sudo a2enmod rewrite<br />
Enabling module rewrite.<br />
To activate the new configuration, you need to run:<br />
service apache2 restart<br />
ubuntu@ip-10-248-6-249:/var/www$ sudo service apache2 restart<br />
* Restarting web server apache2<br />
... waiting ...done.<br />
ubuntu@ip-10-248-6-249:/var/www$ mysql -h rds-1.co2owf2nhidh.us-west-2.rds.amazonaws.com -u awsuser -p<br />
Enter password:<br />
^C<br />
ubuntu@ip-10-248-6-249:/var/www$ mysql -h rds-1.co2owf2nhidh.us-west-2.rds.amazonaws.com -u awsuser -p<br />
Enter password:<br />
Welcome to the MySQL monitor. Commands end with ; or \g.<br />
Your MySQL connection id is 7<br />
Server version: 5.1.57-log MySQL Community Server (GPL)<br />
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.<br />
This software comes with ABSOLUTELY NO WARRANTY. This is free software,<br />
and you are welcome to modify and redistribute it under the GPL v2 license<br />
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.<br />
mysql&gt; show databases;<br />
+--------------------+<br />
| Database |<br />
+--------------------+<br />
| information_schema |<br />
| innodb |<br />
| mysql |<br />
| rdsdrupal1 |<br />
+--------------------+<br />
4 rows in set (0.01 sec)<br />
mysql&gt; connect rdsdrupal1<br />
Connection id: 9<br />
Current database: rdsdrupal1<br />
mysql&gt; show tables;<br />
Empty set (0.00 sec)<br />
mysql&gt; exit;<br />
Bye<br />
ubuntu@ip-10-248-6-249:/var/www$ cd sites/<br />
ubuntu@ip-10-248-6-249:/var/www/sites$ ls<br />
all default example.sites.php<br />
ubuntu@ip-10-248-6-249:/var/www/sites$ cd default/<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ ls -latr<br />
total 28<br />
-rw-r--r-- 1 6226 6226 20327 2011-12-05 22:18 default.settings.php<br />
drwxr-xr-x 4 6226 6226 4096 2011-12-05 22:18 ..<br />
drwxr-xr-x 2 6226 6226 4096 2011-12-05 22:18 .<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ sudo mkdir files<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ sudo cp default.settings.php settings.php<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ ls -latr<br />
total 52<br />
-rw-r--r-- 1 6226 6226 20327 2011-12-05 22:18 default.settings.php<br />
drwxr-xr-x 4 6226 6226 4096 2011-12-05 22:18 ..<br />
drwxr-xr-x 2 root root 4096 2012-01-16 00:01 files<br />
-rw-r--r-- 1 root root 20327 2012-01-16 00:01 settings.php<br />
drwxr-xr-x 3 6226 6226 4096 2012-01-16 00:01 .<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ sudo chmod +w settings.php files/<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ sudo chmod -R 766 settings.php files/<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ ls -latr<br />
total 52<br />
-rw-r--r-- 1 6226 6226 20327 2011-12-05 22:18 default.settings.php<br />
drwxr-xr-x 4 6226 6226 4096 2011-12-05 22:18 ..<br />
drwxrw-rw- 2 root root 4096 2012-01-16 00:01 files<br />
-rwxrw-rw- 1 root root 20327 2012-01-16 00:01 settings.php<br />
drwxr-xr-x 3 6226 6226 4096 2012-01-16 00:01 .<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ mysql -h rds-1.co2owf2nhidh.us-west-2.rds.amazonaws.com -u awsuser -p<br />
Enter password:<br />
Welcome to the MySQL monitor. Commands end with ; or \g.<br />
Your MySQL connection id is 18<br />
Server version: 5.1.57-log MySQL Community Server (GPL)<br />
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.<br />
This software comes with ABSOLUTELY NO WARRANTY. This is free software,<br />
and you are welcome to modify and redistribute it under the GPL v2 license<br />
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.<br />
mysql&gt; connect rdsdrupal1<br />
Reading table information for completion of table and column names<br />
You can turn off this feature to get a quicker startup with -A<br />
Connection id: 20<br />
Current database: rdsdrupal1<br />
mysql&gt; show tables;<br />
+-----------------------------+<br />
| Tables_in_rdsdrupal1 |<br />
+-----------------------------+<br />
| actions |<br />
| authmap |<br />
| batch |<br />
| block |<br />
| block_custom |<br />
| block_node_type |<br />
| block_role |<br />
| blocked_ips |<br />
| cache |<br />
| cache_block |<br />
| cache_bootstrap |<br />
| cache_field |<br />
| cache_filter |<br />
| cache_form |<br />
| cache_image |<br />
| cache_menu |<br />
| cache_page |<br />
| cache_path |<br />
| comment |<br />
| date_format_locale |<br />
| date_format_type |<br />
| date_formats |<br />
| field_config |<br />
| field_config_instance |<br />
| field_data_body |<br />
| field_data_comment_body |<br />
| field_data_field_image |<br />
| field_data_field_tags |<br />
| field_revision_body |<br />
| field_revision_comment_body |<br />
| field_revision_field_image |<br />
| field_revision_field_tags |<br />
| file_managed |<br />
| file_usage |<br />
| filter |<br />
| filter_format |<br />
| flood |<br />
| history |<br />
| image_effects |<br />
| image_styles |<br />
| menu_custom |<br />
| menu_links |<br />
| menu_router |<br />
| node |<br />
| node_access |<br />
| node_comment_statistics |<br />
| node_revision |<br />
| node_type |<br />
| queue |<br />
| rdf_mapping |<br />
| registry |<br />
| registry_file |<br />
| role |<br />
| role_permission |<br />
| search_dataset |<br />
| search_index |<br />
| search_node_links |<br />
| search_total |<br />
| semaphore |<br />
| sequences |<br />
| sessions |<br />
| shortcut_set |<br />
| shortcut_set_users |<br />
| system |<br />
| taxonomy_index |<br />
| taxonomy_term_data |<br />
| taxonomy_term_hierarchy |<br />
| taxonomy_vocabulary |<br />
| url_alias |<br />
| users |<br />
| users_roles |<br />
| variable |<br />
| watchdog |<br />
+-----------------------------+<br />
73 rows in set (0.00 sec)<br />
mysql&gt; exit;<br />
Bye<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ sudo chmod 755 settings.php<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ ls -latr<br />
total 56<br />
-rw-r--r-- 1 6226 6226 20327 2011-12-05 22:18 default.settings.php<br />
drwxr-xr-x 4 6226 6226 4096 2011-12-05 22:18 ..<br />
drwxrw-rw- 2 root root 4096 2012-01-16 00:01 files<br />
drwxr-xr-x 3 6226 6226 4096 2012-01-16 00:01 .<br />
-rwxr-xr-x 1 root root 20675 2012-01-16 00:03 settings.php<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ sudo chmod 744 settings.php<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ ls -latr<br />
total 56<br />
-rw-r--r-- 1 6226 6226 20327 2011-12-05 22:18 default.settings.php<br />
drwxr-xr-x 4 6226 6226 4096 2011-12-05 22:18 ..<br />
drwxrw-rw- 2 root root 4096 2012-01-16 00:01 files<br />
drwxr-xr-x 3 6226 6226 4096 2012-01-16 00:01 .<br />
-rwxr--r-- 1 root root 20675 2012-01-16 00:03 settings.php<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ htop<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ sudo a2enmod rewrite<br />
Module rewrite already enabled<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ cd files/<br />
-bash: cd: files/: Permission denied<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ ls -latr<br />
total 56<br />
-rw-r--r-- 1 6226 6226 20327 2011-12-05 22:18 default.settings.php<br />
drwxr-xr-x 4 6226 6226 4096 2011-12-05 22:18 ..<br />
drwxrw-rw- 2 root root 4096 2012-01-16 00:01 files<br />
drwxr-xr-x 3 6226 6226 4096 2012-01-16 00:01 .<br />
-rwxr--r-- 1 root root 20675 2012-01-16 00:03 settings.php<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ sudo chmod -R 777 files/<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ ls -latr<br />
total 56<br />
-rw-r--r-- 1 6226 6226 20327 2011-12-05 22:18 default.settings.php<br />
drwxr-xr-x 4 6226 6226 4096 2011-12-05 22:18 ..<br />
drwxrwxrwx 2 root root 4096 2012-01-16 00:01 files<br />
drwxr-xr-x 3 6226 6226 4096 2012-01-16 00:01 .<br />
-rwxr--r-- 1 root root 20675 2012-01-16 00:03 settings.php<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ mysql -h rds-1.co2owf2nhidh.us-west-2.rds.amazonaws.com -u awsuser -p<br />
Enter password:<br />
Welcome to the MySQL monitor. Commands end with ; or \g.<br />
Your MySQL connection id is 92<br />
Server version: 5.1.57-log MySQL Community Server (GPL)<br />
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.<br />
This software comes with ABSOLUTELY NO WARRANTY. This is free software,<br />
and you are welcome to modify and redistribute it under the GPL v2 license<br />
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.<br />
mysql&gt; connect rdsdrupal1<br />
Reading table information for completion of table and column names<br />
You can turn off this feature to get a quicker startup with -A<br />
Connection id: 93<br />
Current database: rdsdrupal1<br />
mysql&gt; show tables;<br />
+-----------------------------+<br />
| Tables_in_rdsdrupal1 |<br />
+-----------------------------+<br />
| accesslog |<br />
| actions |<br />
| authmap |<br />
| batch |<br />
| block |<br />
| block_custom |<br />
| block_node_type |<br />
| block_role |<br />
| blocked_ips |<br />
| cache |<br />
| cache_block |<br />
| cache_bootstrap |<br />
| cache_field |<br />
| cache_filter |<br />
| cache_form |<br />
| cache_image |<br />
| cache_menu |<br />
| cache_page |<br />
| cache_path |<br />
| cache_update |<br />
| comment |<br />
| date_format_locale |<br />
| date_format_type |<br />
| date_formats |<br />
| field_config |<br />
| field_config_instance |<br />
| field_data_body |<br />
| field_data_comment_body |<br />
| field_data_field_image |<br />
| field_data_field_tags |<br />
| field_revision_body |<br />
| field_revision_comment_body |<br />
| field_revision_field_image |<br />
| field_revision_field_tags |<br />
| file_managed |<br />
| file_usage |<br />
| filter |<br />
| filter_format |<br />
| flood |<br />
| history |<br />
| image_effects |<br />
| image_styles |<br />
| menu_custom |<br />
| menu_links |<br />
| menu_router |<br />
| node |<br />
| node_access |<br />
| node_comment_statistics |<br />
| node_counter |<br />
| node_revision |<br />
| node_type |<br />
| poll |<br />
| poll_choice |<br />
| poll_vote |<br />
| queue |<br />
| rdf_mapping |<br />
| registry |<br />
| registry_file |<br />
| role |<br />
| role_permission |<br />
| search_dataset |<br />
| search_index |<br />
| search_node_links |<br />
| search_total |<br />
| semaphore |<br />
| sequences |<br />
| sessions |<br />
| shortcut_set |<br />
| shortcut_set_users |<br />
| system |<br />
| taxonomy_index |<br />
| taxonomy_term_data |<br />
| taxonomy_term_hierarchy |<br />
| taxonomy_vocabulary |<br />
| url_alias |<br />
| users |<br />
| users_roles |<br />
| variable |<br />
| watchdog |<br />
+-----------------------------+<br />
79 rows in set (0.00 sec)<br />
mysql&gt; show tables;<br />
+-----------------------------+<br />
| Tables_in_rdsdrupal1 |<br />
+-----------------------------+<br />
| accesslog |<br />
| actions |<br />
| authmap |<br />
| batch |<br />
| block |<br />
| block_custom |<br />
| block_node_type |<br />
| block_role |<br />
| blocked_ips |<br />
| cache |<br />
| cache_block |<br />
| cache_bootstrap |<br />
| cache_field |<br />
| cache_filter |<br />
| cache_form |<br />
| cache_image |<br />
| cache_menu |<br />
| cache_page |<br />
| cache_path |<br />
| cache_update |<br />
| comment |<br />
| date_format_locale |<br />
| date_format_type |<br />
| date_formats |<br />
| field_config |<br />
| field_config_instance |<br />
| field_data_body |<br />
| field_data_comment_body |<br />
| field_data_field_image |<br />
| field_data_field_tags |<br />
| field_revision_body |<br />
| field_revision_comment_body |<br />
| field_revision_field_image |<br />
| field_revision_field_tags |<br />
| file_managed |<br />
| file_usage |<br />
| filter |<br />
| filter_format |<br />
| flood |<br />
| history |<br />
| image_effects |<br />
| image_styles |<br />
| menu_custom |<br />
| menu_links |<br />
| menu_router |<br />
| node |<br />
| node_access |<br />
| node_comment_statistics |<br />
| node_counter |<br />
| node_revision |<br />
| node_type |<br />
| poll |<br />
| poll_choice |<br />
| poll_vote |<br />
| queue |<br />
| rdf_mapping |<br />
| registry |<br />
| registry_file |<br />
| role |<br />
| role_permission |<br />
| search_dataset |<br />
| search_index |<br />
| search_node_links |<br />
| search_total |<br />
| semaphore |<br />
| sequences |<br />
| sessions |<br />
| shortcut_set |<br />
| shortcut_set_users |<br />
| system |<br />
| taxonomy_index |<br />
| taxonomy_term_data |<br />
| taxonomy_term_hierarchy |<br />
| taxonomy_vocabulary |<br />
| url_alias |<br />
| users |<br />
| users_roles |<br />
| variable |<br />
| watchdog |<br />
+-----------------------------+<br />
79 rows in set (0.01 sec)<br />
mysql&gt; show tables;<br />
+-----------------------------+<br />
| Tables_in_rdsdrupal1 |<br />
+-----------------------------+<br />
| accesslog |<br />
| actions |<br />
| authmap |<br />
| batch |<br />
| block |<br />
| block_custom |<br />
| block_node_type |<br />
| block_role |<br />
| blocked_ips |<br />
| cache |<br />
| cache_block |<br />
| cache_bootstrap |<br />
| cache_field |<br />
| cache_filter |<br />
| cache_form |<br />
| cache_image |<br />
| cache_menu |<br />
| cache_page |<br />
| cache_path |<br />
| cache_update |<br />
| comment |<br />
| date_format_locale |<br />
| date_format_type |<br />
| date_formats |<br />
| field_config |<br />
| field_config_instance |<br />
| field_data_body |<br />
| field_data_comment_body |<br />
| field_data_field_image |<br />
| field_data_field_tags |<br />
| field_revision_body |<br />
| field_revision_comment_body |<br />
| field_revision_field_image |<br />
| field_revision_field_tags |<br />
| file_managed |<br />
| file_usage |<br />
| filter |<br />
| filter_format |<br />
| flood |<br />
| history |<br />
| image_effects |<br />
| image_styles |<br />
| menu_custom |<br />
| menu_links |<br />
| menu_router |<br />
| node |<br />
| node_access |<br />
| node_comment_statistics |<br />
| node_counter |<br />
| node_revision |<br />
| node_type |<br />
| poll |<br />
| poll_choice |<br />
| poll_vote |<br />
| queue |<br />
| rdf_mapping |<br />
| registry |<br />
| registry_file |<br />
| role |<br />
| role_permission |<br />
| search_dataset |<br />
| search_index |<br />
| search_node_links |<br />
| search_total |<br />
| semaphore |<br />
| sequences |<br />
| sessions |<br />
| shortcut_set |<br />
| shortcut_set_users |<br />
| system |<br />
| taxonomy_index |<br />
| taxonomy_term_data |<br />
| taxonomy_term_hierarchy |<br />
| taxonomy_vocabulary |<br />
| url_alias |<br />
| users |<br />
| users_roles |<br />
| variable |<br />
| watchdog |<br />
+-----------------------------+<br />
79 rows in set (0.00 sec)<br />
mysql&gt; show tables;<br />
ERROR 2006 (HY000): MySQL server has gone away<br />
No connection. Trying to reconnect...<br />
ERROR 2003 (HY000): Can't connect to MySQL server on 'rds-1.co2owf2nhidh.us-west-2.rds.amazonaws.com' (111)<br />
ERROR:<br />
Can't connect to the server<br />
mysql&gt; exit;<br />
Bye<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$ mysql -h rds-1.co2owf2nhidh.us-west-2.rds.amazonaws.com -u awsuser -p<br />
Enter password:<br />
^C<br />
ubuntu@ip-10-248-6-249:/var/www/sites/default$<br />
Broadcast message from root@ip-10-248-6-249<br />
(unknown) at 0:17 ...<br />
The system is going down for power off NOW!<br />
Connection to ec2-50-112-31-121.us-west-2.compute.amazonaws.com closed by remote host.<br />
Connection to ec2-50-112-31-121.us-west-2.compute.amazonaws.com closed.</code></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/edukatr?a=NQ0G4FW0i2s:QBZcv1Xs5Fg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/edukatr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=NQ0G4FW0i2s:QBZcv1Xs5Fg:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/edukatr?i=NQ0G4FW0i2s:QBZcv1Xs5Fg:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=NQ0G4FW0i2s:QBZcv1Xs5Fg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/edukatr?i=NQ0G4FW0i2s:QBZcv1Xs5Fg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=NQ0G4FW0i2s:QBZcv1Xs5Fg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/edukatr?i=NQ0G4FW0i2s:QBZcv1Xs5Fg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=NQ0G4FW0i2s:QBZcv1Xs5Fg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/edukatr?i=NQ0G4FW0i2s:QBZcv1Xs5Fg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=NQ0G4FW0i2s:QBZcv1Xs5Fg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/edukatr?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=NQ0G4FW0i2s:QBZcv1Xs5Fg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/edukatr?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/edukatr/~4/NQ0G4FW0i2s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.edukatr.com/how-to-install-drupal-7-10-on-aws-ec2-with-an-rds-back-end-demo-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.edukatr.com/how-to-install-drupal-7-10-on-aws-ec2-with-an-rds-back-end-demo-code/</feedburner:origLink></item>
		<item>
		<title>Zipcar error message for a bad link is epifail</title>
		<link>http://feedproxy.google.com/~r/edukatr/~3/d32IqF9lzi4/</link>
		<comments>http://www.edukatr.com/zipcar-error-message-for-a-bad-link-is-epifail/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 17:41:46 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[#epifail]]></category>
		<category><![CDATA[Zipcar]]></category>

		<guid isPermaLink="false">http://www.edukatr.com/?p=247</guid>
		<description><![CDATA[This morning I went to Zipcar to check out their offering. I clicked on the drop down menu which is captioned &#8220;where can I drive?&#8221;. Then I clicked on San Francisco. Here is the error message is got: I did &#8230; <a href="http://www.edukatr.com/zipcar-error-message-for-a-bad-link-is-epifail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This morning I went to <a title="Zipcar" href="http://zipcar.com" target="_blank">Zipcar</a> to check out their offering. I clicked on the drop down menu which is captioned &#8220;where can I drive?&#8221;. Then I clicked on San Francisco.</p>
<p>Here is the error message is got:</p>
<p style="text-align: center;">
<div id="attachment_248" class="wp-caption aligncenter" style="width: 495px"><a href="http://www.edukatr.com/wp-content/uploads/2011/08/Screen-shot-2011-08-31-at-10.20.59-AM.png"><img class="size-full wp-image-248 " title="ZipCar Error Message" src="http://www.edukatr.com/wp-content/uploads/2011/08/Screen-shot-2011-08-31-at-10.20.59-AM.png" alt="ZipCar Error Message" width="485" height="204" /></a><p class="wp-caption-text">ZipCar Error Message</p></div>
<p><span id="more-247"></span></p>
<p>I did not click on Zipcar fleet id.  Much less value is the fact that fleet id is not a &#8220;natural&#8221; number even lesser is the fact &#8220;an integer greater than or equal to zero&#8221;!!!!</p>
<p>Do you know of any other ones like this? Post them in the comments.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/edukatr?a=d32IqF9lzi4:Wl1Hsq46-lQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/edukatr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=d32IqF9lzi4:Wl1Hsq46-lQ:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/edukatr?i=d32IqF9lzi4:Wl1Hsq46-lQ:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=d32IqF9lzi4:Wl1Hsq46-lQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/edukatr?i=d32IqF9lzi4:Wl1Hsq46-lQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=d32IqF9lzi4:Wl1Hsq46-lQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/edukatr?i=d32IqF9lzi4:Wl1Hsq46-lQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=d32IqF9lzi4:Wl1Hsq46-lQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/edukatr?i=d32IqF9lzi4:Wl1Hsq46-lQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=d32IqF9lzi4:Wl1Hsq46-lQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/edukatr?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=d32IqF9lzi4:Wl1Hsq46-lQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/edukatr?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/edukatr/~4/d32IqF9lzi4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.edukatr.com/zipcar-error-message-for-a-bad-link-is-epifail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.edukatr.com/zipcar-error-message-for-a-bad-link-is-epifail/</feedburner:origLink></item>
		<item>
		<title>What Everybody Ought to Know About How to Clone a Windows 2008 Datacenter edition EBS backed AWS AMI?</title>
		<link>http://feedproxy.google.com/~r/edukatr/~3/25gxLagvu20/</link>
		<comments>http://www.edukatr.com/what-everybody-ought-to-know-about-how-to-clone-a-windows-2008-datacenter-edition-ebs-backed-aws-ami/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 23:41:37 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[Windows 2008 Datacenter edition Basic 30Gib default Amazon Image]]></category>

		<guid isPermaLink="false">http://www.edukatr.com/?p=241</guid>
		<description><![CDATA[Hint: It is NOT to use ec2-create-image command from command line. Most of my previous posts on AWS have focused on Linux AMI&#8217;s specifically (Ubuntu) on EC2. This time I have decided to focus to default Windows AMIs from Amazon &#8230; <a href="http://www.edukatr.com/what-everybody-ought-to-know-about-how-to-clone-a-windows-2008-datacenter-edition-ebs-backed-aws-ami/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hint: It is NOT to use ec2-create-image command from command line.</p>
<p>Most of my previous posts on AWS have focused on Linux AMI&#8217;s specifically (Ubuntu) on EC2. This time I have decided to focus to default Windows AMIs from Amazon which are EBS backed (t1.micro, et al) and how to clone them to enable instant starts from previously known state or elastic load balancing for auto scaling.<span id="more-241"></span></p>
<p>Why is the cloning of Windows machine different from my previous post of Ubuntu Linux:</p>
<ol>
<li>Windows 2008 Datacenter edition AMI&#8217;s of AWS are HVM based virtualization vs paravirtualization of Linux</li>
<li>The AWS Management console has developed much further than when I wrote the Linux post.</li>
<li>Command line cloning using ec2-create-image for Windows will lead to creation of an image that will show as paravirtual instead of HVM in the AWS Management Console and it will be inaccessible.</li>
</ol>
<p>So here are the steps:</p>
<ol>
<li>Start a Windows 2008 32 bit edition AMI Id: ami-c3e40daa
<p><div id="attachment_243" class="wp-caption aligncenter" style="width: 867px"><a href="http://www.edukatr.com/wp-content/uploads/2011/03/AWS-Default-Windows-32-bit-AMI.png"><img class="size-full wp-image-243" title="AWS-Default-Windows-32-bit-AMI" src="http://www.edukatr.com/wp-content/uploads/2011/03/AWS-Default-Windows-32-bit-AMI.png" alt="AWS-Default-Windows-32-bit-AMI" width="857" height="567" /></a><p class="wp-caption-text">Default AWS Windows 2008 DataCenter Edition 32-bit image</p></div></li>
<li>I started a t1.micro SPOT instance for the above. It will have a 30 GB initial volume instead of the normal 7-10GB common with Linux images. (Windows image thus will have higher cost for the persistent storage)</li>
<li>Just remember to create a new windows specific key during the machine initiation process and save it to a folder to your computer that you can remember. I usually download it to my Downloads folder on my Mac. You will need this to retrieve the Administrator password of your windows instance in order to access it. Lose it and you will have to terminate your instance.</li>
<li>Once the Windows instance is fired up it takes 15-20 minutes before Amazon allows you to access the Get Windows Administrator password link to function.</li>
<div id="attachment_244" class="wp-caption aligncenter" style="width: 716px"><a href="http://www.edukatr.com/wp-content/uploads/2011/03/Instance-Actions.png"><img class="size-full wp-image-244" title="Instance-Actions" src="http://www.edukatr.com/wp-content/uploads/2011/03/Instance-Actions.png" alt="Instance-Actions-Drop-Down-Menu" width="706" height="440" /></a><p class="wp-caption-text">Instance Action Drop Down Menu in AWS Management Console to Access the Windows administrator password</p></div>
<li>Once sufficient time has lapsed the link will bring up a pop up which will allow you to put the entire content of the key that you created and you will be able to retrieve the administrator password. In order to not go through the pain again and again to retrieve those cryptic passwords, I highly recommend changing the Admin password as soon as you get into the machine by using the standard Ctrl+Alt+delete and selecting change password functionality. You can enter the newly fired up machine using your RDC. Then you can use the server manager to install IIS, SQL Server (Express), Visual Studio Express, File Server, etc and any tools that you need. I installed WAMP.</li>
<li>Then while the machine is still on, click on the &#8220;Create Image&#8221; option shown in the above screenshot. This process will take sometime. It will also create a snapshot of the instance in the process that you will be able to see in your snapshots view. When it is done, the most important thing to note is to fire up a new machine using this newly created AMI and make sure you can get in with the credentials you created and only when successful destroy the initial machine. When you fire up the new machine using the created AMI you will notice the Windows icon associated with the machine in the Instances panel. When you use the command line this will not be the case. You will also be able to see the type of virtualization is HVM for this new instance.</li>
</ol>
<p>Let me know if you have any questions or comments or if you have any experiences to share pertaining to Windows instances on AWS.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/edukatr?a=25gxLagvu20:Dm1Nc3fvyZg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/edukatr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=25gxLagvu20:Dm1Nc3fvyZg:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/edukatr?i=25gxLagvu20:Dm1Nc3fvyZg:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=25gxLagvu20:Dm1Nc3fvyZg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/edukatr?i=25gxLagvu20:Dm1Nc3fvyZg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=25gxLagvu20:Dm1Nc3fvyZg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/edukatr?i=25gxLagvu20:Dm1Nc3fvyZg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=25gxLagvu20:Dm1Nc3fvyZg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/edukatr?i=25gxLagvu20:Dm1Nc3fvyZg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=25gxLagvu20:Dm1Nc3fvyZg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/edukatr?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=25gxLagvu20:Dm1Nc3fvyZg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/edukatr?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/edukatr/~4/25gxLagvu20" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.edukatr.com/what-everybody-ought-to-know-about-how-to-clone-a-windows-2008-datacenter-edition-ebs-backed-aws-ami/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.edukatr.com/what-everybody-ought-to-know-about-how-to-clone-a-windows-2008-datacenter-edition-ebs-backed-aws-ami/</feedburner:origLink></item>
		<item>
		<title>Screencast of Installing LAMP apps on Amazon EC2 t1.micro EBS backed instance [video]</title>
		<link>http://feedproxy.google.com/~r/edukatr/~3/uU87SnIXQWg/</link>
		<comments>http://www.edukatr.com/screencast-of-installing-lamp-apps-on-amazon-ec2-t1-micro-ebs-backed-instance-video/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 19:14:02 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Drupal 7]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://www.edukatr.com/?p=234</guid>
		<description><![CDATA[Here is the screencast of my Bay Area LAMP MeetUp presentation.]]></description>
			<content:encoded><![CDATA[<p>Here is the screencast of my <a title="Feb 22 2011 Bay Area LAMP MeetUp" href="http://www.meetup.com/GreaterSanFranciscoBayApacheLAMP/events/16522417/" target="_blank">Bay Area LAMP MeetUp</a> presentation.<span id="more-234"></span></p>
<p><iframe width="640" height="430" src="http://www.youtube.com/embed/FahwYn3bhiQ" frameborder="0" allowfullscreen></iframe></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/edukatr?a=uU87SnIXQWg:-pmtzgUmXWc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/edukatr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=uU87SnIXQWg:-pmtzgUmXWc:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/edukatr?i=uU87SnIXQWg:-pmtzgUmXWc:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=uU87SnIXQWg:-pmtzgUmXWc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/edukatr?i=uU87SnIXQWg:-pmtzgUmXWc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=uU87SnIXQWg:-pmtzgUmXWc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/edukatr?i=uU87SnIXQWg:-pmtzgUmXWc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=uU87SnIXQWg:-pmtzgUmXWc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/edukatr?i=uU87SnIXQWg:-pmtzgUmXWc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=uU87SnIXQWg:-pmtzgUmXWc:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/edukatr?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=uU87SnIXQWg:-pmtzgUmXWc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/edukatr?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/edukatr/~4/uU87SnIXQWg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.edukatr.com/screencast-of-installing-lamp-apps-on-amazon-ec2-t1-micro-ebs-backed-instance-video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.edukatr.com/screencast-of-installing-lamp-apps-on-amazon-ec2-t1-micro-ebs-backed-instance-video/</feedburner:origLink></item>
		<item>
		<title>Here is the biggest mistake you will make on Amazon EC2…</title>
		<link>http://feedproxy.google.com/~r/edukatr/~3/VhwLUK4MAr0/</link>
		<comments>http://www.edukatr.com/here-is-the-biggest-mistake-you-will-make-on-amazon-ec2/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 03:12:32 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[aws block storage fail]]></category>
		<category><![CDATA[aws ec2]]></category>
		<category><![CDATA[cron ebs snapshots]]></category>
		<category><![CDATA[ebs]]></category>
		<category><![CDATA[ec2]]></category>

		<guid isPermaLink="false">http://www.edukatr.com/?p=230</guid>
		<description><![CDATA[So do you remember my flagship Amazon Web Services EC2 post &#8220;How to start an AWS EC2 Ubuntu Server for your developer in 6 minutes?&#8221; I showed you step by step how to start yourself on AWS and then how &#8230; <a href="http://www.edukatr.com/here-is-the-biggest-mistake-you-will-make-on-amazon-ec2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So do you remember my flagship <a title="Amazon AWS" href="http://aws.amazon.com" target="_blank">Amazon Web Services</a> <a title="AWS EC2" href="http://aws.amazon.com/ec2" target="_blank">EC2</a> post &#8220;<a title="Ubuntu AWS EC2 server" href="http://www.edukatr.com/how-to-start-an-ec2-ubuntu-server-for-your-developer-in-6-minutes/" target="_blank">How to start an AWS EC2 Ubuntu Server for your developer in 6 minutes?</a>&#8221;<br />
I showed you step by step how to start yourself on AWS and then how to create keypairs and logon to your instance on the command prompt, add new user, give the new user sudo access and finally configure ssh access without keypair and opening up ssh access for any machine using a user id and password.<span id="more-230"></span><br />
Well then I also showed you step by step <a title="Back up AWS EC2 instance on S3" href="http://www.edukatr.com/how-to-backup-and-launch-your-custom-ec2-ubuntu-machine-from-s3/" target="_blank">how to back up your entire AWS EC2 machine on S3</a><br />
Then I also showed you all step by step <a title="LAMP on EC2 Ubuntu with phpMyAdmin" href="http://www.edukatr.com/how-to-install-lamp-on-ec2-ubuntu-with-phpmyadmin-in-4-mins/" target="_blank">how to install LAMP stack with phpMyAdmin</a> to make it ready for apps such as <a title="Drupal" href="http://drupal.org" target="_blank">drupal</a>, <a title="Wordpress" href="http://wordpress.org" target="_blank">wordpress</a> or <a title="Magento" href="http://magento.org" target="_blank">magento</a>.<br />
Guess what after all that, I did not pay attention to Vaibhav&#8217;s <a title="AWS Musings Vaibhav" href="http://aws-musings.com" target="_blank">AWS musings</a> advice and in the middle of Oct, I accidentally rebooted my <a title="m1.small instance type" href="http://aws.amazon.com/ec2/instance-types/" target="_blank">m1.small reserved instance</a>. That reboot rendered my instance completely unusable. I was not able to logon to the instance nor was <a title="AWS premium support" href="http://aws.amazon.com/premiumsupport/" target="_blank">Amazon Premium Support</a>. Guess what? This blog and its data was on that instance, so was another site which was just beginning to start getting over 25000 page views a day using its rich content which stored on that virtual machine&#8217;s mysql database. The total database was 900 MB. The whole DB was gone forever. I lost the whole machine and both web sites on Oct 15, 2010. I was ripping my hair and only in the last couple of months have I begun rebuilding the databases of the site as well as Edukatr. I recovered most posts through the <a title="Feedburner" href="http://google.com/feedburner" target="_blank">feedburner</a> emails. This was a very disruptive and catastrophic event.<br />
So how am I fixing it this time. Here are the steps I am taking this time around to avoid cloud catastrophe:<br />
1. I began an <a title="AWS EBS" href="http://aws.amazon.com/ebs" target="_blank">EBS </a> backed volume. This is persistent storage on AWS as opposed to block storage which can be lost (and was lost).<br />
2. I started a T1.micro instance using the 32-bit ami-ccf405a5 from http://alestic.com/ (15 GB ebs backed volume).<br />
3. I got the initial machine to the state that I need it i.e., with the LAMP stack, my applications installed, <a title="Codeigniter PHP MVC" href="http://codeigniter.com" target="_blank">codeigniter</a>, <a title="Wordpress" href="http://wordpress.org" target="_blank">wordpress</a>.<br />
4. I cloned this ebs machine and saved it as described above.<br />
5. I started an m1.small instance with my ebs backed ami.<br />
6. When I ran df -h on this new machine you will see that it has /dev/sda1 which was 15 GB and /mnt which was 160 GB.<br />
7. What is this 160 GB? This is the block storage that an m1.small comes with. Just remember you cannot have your application files or the mysql db files on /mnt as tempting as it may be because of the large empty space. You can choose to put unimportant archived log files there if you have to.<br />
8. Then I begged of Vaibhav to write me an <a title="Python EBS Snapshot script" href="http://aws-musings.com/manage-ebs-snapshots-with-a-python-script/" target="_blank">automated ebs volume snapshot backup script </a> of my ebs machines.<br />
9. I then cron&#8217;d them on one of my machines to run it nightly so that I always have a back up of the ebs volume at any and all times.</p>
<p><code><br />
0   3        *   *         *  /usr/bin/python /opt/scripts/manage_snapshots.py vol-9wety85ff 2 Dahsg<br />
0   0        *   *         *  /usr/bin/python /opt/scripts/manage_snapshots.py vol-edfxvnf8l 2 Edukatr<br />
</code></p>
<p>In this way if ever any one of my machines got stuck in a limbo I could start up a machine with a snapshot volume. Watch for a post how to do that next since I am now planning to increase the capacity of my root volume from 15 GB to 30 GB.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/edukatr?a=VhwLUK4MAr0:oHFDeHiNmbU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/edukatr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=VhwLUK4MAr0:oHFDeHiNmbU:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/edukatr?i=VhwLUK4MAr0:oHFDeHiNmbU:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=VhwLUK4MAr0:oHFDeHiNmbU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/edukatr?i=VhwLUK4MAr0:oHFDeHiNmbU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=VhwLUK4MAr0:oHFDeHiNmbU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/edukatr?i=VhwLUK4MAr0:oHFDeHiNmbU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=VhwLUK4MAr0:oHFDeHiNmbU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/edukatr?i=VhwLUK4MAr0:oHFDeHiNmbU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=VhwLUK4MAr0:oHFDeHiNmbU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/edukatr?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=VhwLUK4MAr0:oHFDeHiNmbU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/edukatr?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/edukatr/~4/VhwLUK4MAr0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.edukatr.com/here-is-the-biggest-mistake-you-will-make-on-amazon-ec2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.edukatr.com/here-is-the-biggest-mistake-you-will-make-on-amazon-ec2/</feedburner:origLink></item>
		<item>
		<title>Now you can have a WordPress Blog on Amazon EC2′s t1.micro instance for cheap</title>
		<link>http://feedproxy.google.com/~r/edukatr/~3/Rrj1T9g8vVw/</link>
		<comments>http://www.edukatr.com/now-you-can-have-a-wordpress-blog-on-amazon-ec2s-t1-micro-instance-for-cheap/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 21:30:53 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wcla]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[wordpress on aws]]></category>
		<category><![CDATA[wordpress on cloud]]></category>

		<guid isPermaLink="false">http://www.edukatr.com/?p=223</guid>
		<description><![CDATA[Here is the video of my presentation at the 2010 WordCamp LA:]]></description>
			<content:encoded><![CDATA[<p>Here is the video of my presentation at the 2010 WordCamp LA:<span id="more-223"></span><br />
<iframe width="640" height="430" src="http://www.youtube.com/embed/XRADukh5wco" frameborder="0" allowfullscreen></iframe></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/edukatr?a=Rrj1T9g8vVw:UW5FXsXMXUo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/edukatr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=Rrj1T9g8vVw:UW5FXsXMXUo:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/edukatr?i=Rrj1T9g8vVw:UW5FXsXMXUo:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=Rrj1T9g8vVw:UW5FXsXMXUo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/edukatr?i=Rrj1T9g8vVw:UW5FXsXMXUo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=Rrj1T9g8vVw:UW5FXsXMXUo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/edukatr?i=Rrj1T9g8vVw:UW5FXsXMXUo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=Rrj1T9g8vVw:UW5FXsXMXUo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/edukatr?i=Rrj1T9g8vVw:UW5FXsXMXUo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=Rrj1T9g8vVw:UW5FXsXMXUo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/edukatr?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=Rrj1T9g8vVw:UW5FXsXMXUo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/edukatr?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/edukatr/~4/Rrj1T9g8vVw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.edukatr.com/now-you-can-have-a-wordpress-blog-on-amazon-ec2s-t1-micro-instance-for-cheap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.edukatr.com/now-you-can-have-a-wordpress-blog-on-amazon-ec2s-t1-micro-instance-for-cheap/</feedburner:origLink></item>
		<item>
		<title>How Google Instant makes SEO even more important</title>
		<link>http://feedproxy.google.com/~r/edukatr/~3/N-mTcaAz-wY/</link>
		<comments>http://www.edukatr.com/how-google-instant-makes-seo-even-more-important/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 02:39:35 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[Google Instant]]></category>
		<category><![CDATA[Long tail]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://www.edukatr.com/?p=213</guid>
		<description><![CDATA[Originally Posted: 08 Sep 2010 03:56 PM PDT Today’s Google instant release has a lot of buzz in the SEO world that Google instant will make SEO irrelevant. Contrary I think it makes SEO all the more relevant. Here is &#8230; <a href="http://www.edukatr.com/how-google-instant-makes-seo-even-more-important/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a name="12af6df924324b3e_1" href="http://feedproxy.google.com/%7Er/edukatr/%7E3/N-mTcaAz-wY/?utm_source=feedburner&amp;utm_medium=email" target="_blank"><br />
</a></p>
<p>Originally Posted: 08 Sep 2010 03:56 PM PDT</p>
<p>Today’s <a title="About Google Instant" href="http://www.google.com/instant/#utm_campaign=launch&amp;utm_medium=van&amp;utm_source=instant" target="_blank">Google instant</a> release has a lot of buzz in the SEO world that <a href="http://www.steverubel.com/google-instant-makes-seo-irrelevant" target="_blank">Google instant will make SEO irrelevant</a>.</p>
<p>Contrary I think it makes SEO all the more relevant. Here is why I have that opinion:</p>
<p>For each head search and long tail search sites that are well on page optimized and off-page (such as high quality in bound pointing links) will still bubble up to the top.<span id="more-213"></span></p>
<p>As a user moves along the “long tail” of search, a user typically  begins with the head search terms such as “internal” then “internal  hard” and then “internal hard drive”.</p>
<div>
<p><a href="../wp-content/uploads/2010/09/Screen-shot-2010-09-08-at-3.33.48-PM.png" target="_blank"><img title="Google Instant Search Example" src="../wp-content/uploads/2010/09/Screen-shot-2010-09-08-at-3.33.48-PM.png" alt="Google Instant Search Example" width="799" height="514" /></a>Google Instant Search Example</p>
</div>
<div>Each term brings up its own top results on the page along with the PPC results as well. So sites that do well in those head terms currently should continue doing the same according to <a title="Google Instant Help Page." href="http://www.google.com/support/websearch/bin/answer.py?answer=186610" target="_blank">Google’s statement</a>.<br />
Also there will be quite a number of people who will choose to switch of instant search by switching off the following setting.</div>
<div>
<p><a href="../wp-content/uploads/2010/09/Screen-shot-2010-09-08-at-3.34.41-PM1.png" target="_blank"><img title="Switch off Google Instant Search " src="../wp-content/uploads/2010/09/Screen-shot-2010-09-08-at-3.34.41-PM1.png" alt="Switch off Google Instant Search " width="178" height="104" /></a>Switch off Google Instant Search on the Google Search page</p>
</div>
<div>To sum it up as a user:<br />
- You will have more options to see the results and it may make you search on the long tail by putting in more specific keywords.<br />
- You may find your answer earlier with the head search if the relevant site shows up.</div>
<p>To sum it up for a site:<br />
- Your SEO has to be up to the mark for the term you choose to target head or long tail. Both your on page and off page factors will make user’s get to your site faster.<br />
- If you are really going after the long tail you will have to make sure  different search terms for the long tails have corresponding pages of  your site that will show up in the results to the top quicker.<br />
- If you do PPC your quality score, your ad and you landing page design still matter and  your ad will show up as it does for existing terms, but note if users  opts for longer or shorter tail then that behavior will impact if or not  you show up.</p>
<p>How it all plays out will ultimately be in the hands of the consumers of Google Search and it may be months before a pattern of usage will decide whether head terms or long tail will win this.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/edukatr?a=N-mTcaAz-wY:dIjSxv223cE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/edukatr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=N-mTcaAz-wY:dIjSxv223cE:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/edukatr?i=N-mTcaAz-wY:dIjSxv223cE:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=N-mTcaAz-wY:dIjSxv223cE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/edukatr?i=N-mTcaAz-wY:dIjSxv223cE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=N-mTcaAz-wY:dIjSxv223cE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/edukatr?i=N-mTcaAz-wY:dIjSxv223cE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=N-mTcaAz-wY:dIjSxv223cE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/edukatr?i=N-mTcaAz-wY:dIjSxv223cE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=N-mTcaAz-wY:dIjSxv223cE:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/edukatr?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=N-mTcaAz-wY:dIjSxv223cE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/edukatr?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/edukatr/~4/N-mTcaAz-wY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.edukatr.com/how-google-instant-makes-seo-even-more-important/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.edukatr.com/how-google-instant-makes-seo-even-more-important/</feedburner:origLink></item>
		<item>
		<title>New York State Senate homepage usability blooper</title>
		<link>http://feedproxy.google.com/~r/edukatr/~3/SxXi4qllc9M/</link>
		<comments>http://www.edukatr.com/new-york-state-senate-homepage-usability-blooper/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 02:34:50 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[NY State Senate]]></category>
		<category><![CDATA[Usability Blooper]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://www.edukatr.com/?p=208</guid>
		<description><![CDATA[Originally Posted: 06 Aug 2010 11:23 AM PDT This is the NY State Senate website: http://www.nysenate.gov/ Overall it is a very well laid out Drupal website. One of the functions of the website is to sign up for senate updates &#8230; <a href="http://www.edukatr.com/new-york-state-senate-homepage-usability-blooper/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://feeds.feedburner.com/%7Er/edukatr/%7E4/eFaBf3lknDs?utm_source=feedburner&amp;utm_medium=email" alt="" width="1" height="1" /></p>
<p>Originally Posted: 06 Aug 2010 11:23 AM PDT</p>
<div>This is the NY State Senate website: <a href="http://www.nysenate.gov/" target="_blank">http://www.nysenate.gov/</a></div>
<p>Overall it is a very well laid out <a title="Drupal Site" href="http://drupal.org/" target="_blank">Drupal</a> website.<span id="more-208"></span></p>
<p>One of the functions of the website is to sign up for senate updates by entering your email, zip and mobile # on the top left side .</p>
<div>
<p><a href="../wp-content/uploads/2010/08/NY-Senate-Sign-Up-Form.png" target="_blank"><img title="NY-Senate-Sign-Up-Form" src="../wp-content/uploads/2010/08/NY-Senate-Sign-Up-Form.png" alt="NY Senate Sign Up Form" width="304" height="105" /></a>NY Senate Sign Up Form</p>
</div>
<div>If a form field is left blank the error should  appear within the sign up form itself. However as shown below the sign  up form error appears in the center column and at first I did not even notice it because it was not above the fold.</div>
<div>So the flaw or blooper of the form error feedback is the location and context in which it is presented.</div>
<div>
<div>
<p><a href="../wp-content/uploads/2010/08/NY-State-Senate-Sign-Up-Form-Error-Blooper.png" target="_blank"><img title="NY-State-Senate-Sign-Up-Form-Error-Blooper" src="../wp-content/uploads/2010/08/NY-State-Senate-Sign-Up-Form-Error-Blooper.png" alt="NY State Senate Sign Up Form Error Blooper" width="987" height="574" /></a>NY State Senate Sign Up Form Error Blooper</p>
</div>
</div>
<div>
<p>Instead it should look like this:</p>
<div>
<p><a href="../wp-content/uploads/2010/08/NY-State-Senate-Form-Error-Correct-Usability.png" target="_blank"><img title="NY-State Senate Form Error Correct Usability" src="../wp-content/uploads/2010/08/NY-State-Senate-Form-Error-Correct-Usability.png" alt="NY State Senate Form Error Corrected User experience" width="616" height="436" /></a>NY State Senate Form Error Corrected Usability</p>
</div>
</div>
<div>Let me know what you think in your responses below.</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/edukatr?a=SxXi4qllc9M:wb7mEM861sE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/edukatr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=SxXi4qllc9M:wb7mEM861sE:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/edukatr?i=SxXi4qllc9M:wb7mEM861sE:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=SxXi4qllc9M:wb7mEM861sE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/edukatr?i=SxXi4qllc9M:wb7mEM861sE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=SxXi4qllc9M:wb7mEM861sE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/edukatr?i=SxXi4qllc9M:wb7mEM861sE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=SxXi4qllc9M:wb7mEM861sE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/edukatr?i=SxXi4qllc9M:wb7mEM861sE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=SxXi4qllc9M:wb7mEM861sE:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/edukatr?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=SxXi4qllc9M:wb7mEM861sE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/edukatr?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/edukatr/~4/SxXi4qllc9M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.edukatr.com/new-york-state-senate-homepage-usability-blooper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.edukatr.com/new-york-state-senate-homepage-usability-blooper/</feedburner:origLink></item>
		<item>
		<title>How to be up on Drupal 7 on Amazon EC2 Ubuntu 9.10 and Apache, PHP and Postgres 8.4 in 2 mins?</title>
		<link>http://feedproxy.google.com/~r/edukatr/~3/KWdrH1wHpeA/</link>
		<comments>http://www.edukatr.com/how-to-be-up-on-drupal-7-on-amazon-ec2-ubuntu-9-10-and-apache-php-and-postgres-8-4-in-2-mins/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 02:31:21 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Postgres]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[D7]]></category>
		<category><![CDATA[Drupal 7]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[Postgres 8.4]]></category>

		<guid isPermaLink="false">http://www.edukatr.com/?p=205</guid>
		<description><![CDATA[Originally Posted: 29 Jul 2010 10:38 AM PDT Once you are up with your Amazon EC2 instance of Ubuntu 9.10 (Karmic Koala) using Alestic’s ami-bb709dd2, I will show you how to install Drupal 7 with Postgres 8.4 instead of Mysql &#8230; <a href="http://www.edukatr.com/how-to-be-up-on-drupal-7-on-amazon-ec2-ubuntu-9-10-and-apache-php-and-postgres-8-4-in-2-mins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Originally Posted: 29 Jul 2010 10:38 AM PDT</p>
<p>Once you are up with your <a title="Amazon EC2 Ubuntu 9.10 installation" href="../how-to-start-an-ec2-ubuntu-server-for-your-developer-in-6-minutes/" target="_blank">Amazon EC2 instance of Ubuntu 9.10 (Karmic Koala)</a> using <a title="Alestic Ubuntu image" href="http://alestic.com/" target="_blank">Alestic’s <tt>ami-bb709dd2</tt></a>, I will show you how to install Drupal 7 with Postgres 8.4 instead of Mysql database.</p>
<p>Here are the steps you take:<span id="more-205"></span></p>
<ol>
<li>Login to your instance using your terminal.</li>
<li>Use the following command :
<pre>sudo apt-get install apache2 php5-gd libapache2-mod-php5 postgresql php5-pgsql</pre>
<p>The above will install Apache, Postgres, PHP and the hooks for apache and php, the php image library, the php and postgres hooks.</li>
<li>Run:
<pre>sudo a2enmod rewrite
sudo vi /etc/apache2/sites-available/default</pre>
<p>Find every instance of “AllowOverride none” and replace with “AllowOverride All” then</p>
<pre>sudo /etc/init.d/apache2 restart</pre>
<p>This will enable rewrite functions of apache (which will enable clean urls for drupal).</li>
<li>Then run:
<pre>sudo su postgres</pre>
<pre>createuser -D -A -P drupal7user</pre>
<pre>createdb -O drupal7user drupal7db</pre>
<p>These commands make you logon to postgres, create a drupal 7 specific user for the database and create a database for the Drupal 7 installation and bind the newly created user to this database.</li>
<li>Then run
<pre>sudo vi /etc/postgresql/8.4/main/pg_hba.conf</pre>
<p>Your version of Postgres if it is not 8.4 please change to the postgres folder to find out the correct folder name.<br />
Comment out:</p>
<pre># local   all         all                               ident</pre>
<p>Add this line:</p>
<pre>#       TYPE    DATABASE        USER             IP-ADDRESS     IP-MASK           METHOD
        host    drupal7db      drupal7user       127.0.0.1       255.255.255.255   password</pre>
<p>Then run this:</p>
<pre>sudo /etc/init.d/postgresql* restart</pre>
</li>
<li>Now install Drupal 7 using the following steps:
<pre>wget <a href="http://ftp.drupal.org/files/projects/drupal-7.0-alpha6.tar.gz" target="_blank">http://ftp.drupal.org/files/projects/drupal-7.0-alpha6.tar.gz</a>
tar xvzf drupal-7.0-alpha6.tar.gz
sudo mkdir /var/www/drupal
sudo mv drupal-7.0-alpha6/* drupal-7.0-alpha6/.htaccess /var/www/drupal
</pre>
<p>Then:</p>
<pre>sudo mkdir /var/www/drupal/sites/default/files
sudo chown www-data:www-data /var/www/drupal/sites/default/files</pre>
<p>Then create the initial config files:</p>
<pre>sudo cp /var/www/drupal/sites/default/default.settings.php /var/www/drupal/sites/default/settings.php
sudo chown www-data:www-data /var/www/drupal/sites/default/settings.php
sudo chown www-data:www-data /var/www/drupal/sites/default/files
</pre>
</li>
<li> Then add the connection string for your Drupal 7 installation to your Postgres db
<pre>sudo vi  /var/www/drupal/sites/default/settings.php
</pre>
<p>And replace line 174</p>
<pre>$databases = array();</pre>
<p>with the following:</p>
<pre>$databases['default']['default'] = array(
  'driver' =&gt; 'pgsql',
  'database' =&gt; 'drupal7db',
  'username' =&gt; 'drupal7',
  'password' =&gt; 'password',<a href="http://www.edukatr.com/wp-admin/post-new.php" target="_blank">http://www.edukatr.com/wp-admin/post-new.php</a>
  'host' =&gt; 'localhost',
  'prefix' =&gt; '',
);
</pre>
</li>
<li>Restart apache for all to take effect:
<pre>sudo /etc/init.d/apache2 restart</pre>
</li>
<li>You are almost done. Now sit back and fire up your browser. Connect to your EC2 instance by typing in the IP that you get from the aws management console for your instance e.g:
<pre><a href="http://204.236.206.77/drupal7/install.php/" target="_blank">http://204.236.206.77/drupal7/install.php/</a></pre>
<p>You will be walked through the guided process of installation of  drupal. Essentially the installer asks you to select the language and it sets up the datastructures in the postgres db to enable this great Content Management System to function.</li>
</ol>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/edukatr?a=KWdrH1wHpeA:E6cAAuYhFAI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/edukatr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=KWdrH1wHpeA:E6cAAuYhFAI:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/edukatr?i=KWdrH1wHpeA:E6cAAuYhFAI:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=KWdrH1wHpeA:E6cAAuYhFAI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/edukatr?i=KWdrH1wHpeA:E6cAAuYhFAI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=KWdrH1wHpeA:E6cAAuYhFAI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/edukatr?i=KWdrH1wHpeA:E6cAAuYhFAI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=KWdrH1wHpeA:E6cAAuYhFAI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/edukatr?i=KWdrH1wHpeA:E6cAAuYhFAI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=KWdrH1wHpeA:E6cAAuYhFAI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/edukatr?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=KWdrH1wHpeA:E6cAAuYhFAI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/edukatr?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/edukatr/~4/KWdrH1wHpeA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.edukatr.com/how-to-be-up-on-drupal-7-on-amazon-ec2-ubuntu-9-10-and-apache-php-and-postgres-8-4-in-2-mins/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.edukatr.com/how-to-be-up-on-drupal-7-on-amazon-ec2-ubuntu-9-10-and-apache-php-and-postgres-8-4-in-2-mins/</feedburner:origLink></item>
		<item>
		<title>Amazon AWS EC2 Spot Instance takes forever to spawn?</title>
		<link>http://feedproxy.google.com/~r/edukatr/~3/5Y3Ysyvoay8/</link>
		<comments>http://www.edukatr.com/amazon-aws-ec2-spot-instance-takes-forever-to-spawn/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 02:28:22 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[Spot Instance AWS]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[Spot Instance]]></category>

		<guid isPermaLink="false">http://www.edukatr.com/?p=203</guid>
		<description><![CDATA[Originally Posted: 18 Jul 2010 12:18 PM PDT As noted before, I started a reserved instance for hosting an online game project. I also need a processing machine every other day to run 3 processes: my game import, upload game &#8230; <a href="http://www.edukatr.com/amazon-aws-ec2-spot-instance-takes-forever-to-spawn/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Originally Posted: 18 Jul 2010 12:18 PM PDT</p>
<p>As noted before, I started a <a title="EC2 Ubuntu server in 6 minutes" href="../how-to-start-an-ec2-ubuntu-server-for-your-developer-in-6-minutes/" target="_blank">reserved instance</a> for hosting an online game project. I also need a processing machine  every other day to run 3 processes: my game import, upload game swf and image to S3 and translator for the game meta. I use Amazon’s <a title="Amazon AWS EC2 Spot Instances" href="http://aws.amazon.com/ec2/spot-instances/" target="_blank">spot instances</a> to accomplish this. A spot instance is a cheaper instance than an <a title="EC2 AWS on-demand instance" href="http://aws.amazon.com/ec2/pricing/" target="_blank">on-demand instance </a>and its pricing is based on availability of excess capacity that Amazon has at any given point in time.<br />
<span id="more-203"></span><br />
The past few days that I have tried using the spot instance, <a title="Amazon AWS" href="http://aws.amazon.com/" target="_blank">Amazon</a> took forever to spawn the instance. The past two times it has been so  annoying that I cancelled the request each time since the request time  had exceeded 45 minutes.</p>
<p>Look at the screenshot below:</p>
<p>I tried starting an instance at 11:22 am and  it was still not spawned (I did check by hitting the refresh button) at  12:07 pm. At that point, I terminated my request for the spot instance.</p>
<div><a href="../wp-content/uploads/2010/07/aws-ec2-spot-instance-request.png" target="_blank"><img title="AWS EC2 Spot Instance Request" src="../wp-content/uploads/2010/07/aws-ec2-spot-instance-request-e1279480419212.png" alt="AWS EC2 Spot Instance Request" width="698" height="339" /></a>Click to see larger image</p>
</div>
<div>Have you faced problems with Spot Instances within US-East or other regions and availability zones too?</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/edukatr?a=5Y3Ysyvoay8:Q5CUOgAvR5E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/edukatr?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=5Y3Ysyvoay8:Q5CUOgAvR5E:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/edukatr?i=5Y3Ysyvoay8:Q5CUOgAvR5E:-BTjWOF_DHI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=5Y3Ysyvoay8:Q5CUOgAvR5E:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/edukatr?i=5Y3Ysyvoay8:Q5CUOgAvR5E:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=5Y3Ysyvoay8:Q5CUOgAvR5E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/edukatr?i=5Y3Ysyvoay8:Q5CUOgAvR5E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=5Y3Ysyvoay8:Q5CUOgAvR5E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/edukatr?i=5Y3Ysyvoay8:Q5CUOgAvR5E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=5Y3Ysyvoay8:Q5CUOgAvR5E:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/edukatr?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/edukatr?a=5Y3Ysyvoay8:Q5CUOgAvR5E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/edukatr?d=qj6IDK7rITs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/edukatr/~4/5Y3Ysyvoay8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.edukatr.com/amazon-aws-ec2-spot-instance-takes-forever-to-spawn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.edukatr.com/amazon-aws-ec2-spot-instance-takes-forever-to-spawn/</feedburner:origLink></item>
	</channel>
</rss>

