gareth_bowles

1,295
reputation
146 views

Registered User

name gareth_bowles
member for 1 year
seen 3 hours ago
website
location Santa Cruz, CA
age
1d
comment What sort of workloads would be appropriate for use on Amazon EC2 Spot Instances?
+1 for Daniel's observation that it's hard to see how spot instances could be used to solve business problems. AFAICT there's no guarantee at all that making a given bid will get you an instance at all, so you can't even rely on it being launched in off-peak hours - it all depends on the demand at the time. Thus, 1 for your original question as well.
Dec
10
comment Why does this linux shell command halt the system?
+1 for question and answer; the question closers on here seem a bit over-zealous sometimes.
Dec
9
accepted What are good test automation frameworks?
Dec
7
comment What tools do you use to upload files to amazon ec2 Linux instances?
I misunderstood your question - you're right that S3 is mainly for data storage. As you are on Windows I'd recommend WinSCP for file transfer; it takes less than 5 minutes to set up and you don't need any additional setup on your EC2 server, since SCP uses the SSH protocol which will already be enabled on the server. All you'll need to do is tell WinSCP the location of the keypair file that you you to access the EC2 instance.
Dec
4
answered What are good test automation frameworks?
Dec
4
answered please compare QTP, RIATest , Selenium for Flex Application Automation Testing
Dec
4
answered What tools do you use to upload files to amazon ec2 Linux instances?
Nov
20
revised Binary compatibility between Linux distributions
added 513 characters in body
Nov
20
comment Binary compatibility between Linux distributions
Actually, objdump run on SuSE gives me the same "File format not recognized" error that the linker does. I've edited the question to reflect that and to show the output from the file and ldd commands, which do work.
Nov
20
comment Binary compatibility between Linux distributions
I should have mentioned that the build platform and the target SuSE 10.2 platform are both x86_64.
Nov
20
asked Binary compatibility between Linux distributions
Nov
19
answered What’s a good way to collect logs from Amazon EC2 instances?
Nov
16
comment Find all htaccess files on server
Note that, if you start from the root directory / , you'll need to run the find command with root privileges so that you're able to read all subdirectories on the system.
Nov
13
answered How should I stress test my web application?
Nov
9
comment Can I run Windows Server 2008 on Amazon EC2
+1 for actually answering the question
Nov
2
comment Rails based EC2 AMI
The EC2 instance is really more like $42 / month - there is an up front charge for reserved instances, the cheapest being $350 if you reserve for 3 years. That adds nearly another $20 / month to your bill.
Oct
30
comment hiring software developer for testing position
I am soooo tired of the assumption that developers merit higher pay than testers. If you pay peanuts you will get monkeys, whatever the job description.
Oct
28
accepted Running builds in the cloud
Oct
24
accepted Help me understand apache ab
Oct
22
comment How do I set the timezone in Tomcat for a single web app?
This solution would change the overall time zone for the Tomcat server; the question author wanted to set different time zones per webapp.
Oct
7
comment Tracking requirements across multiple projects with JIRA (or other tools)
Thanks for the answer - I slightly prefer Sereda's suggestion, but I may give yours a try if it doesn't work out.
Oct
7
comment Tracking requirements across multiple projects with JIRA (or other tools)
Thanks, that's an interesting idea; I'd really prefer to have the requirements issues in the projects they relate to, but I'm going to see how your suggestion works out.
Oct
7
comment Tracking requirements across multiple projects with JIRA (or other tools)
We have Confluence and use it extensively for free-form documentation such as initial requirements gathering and discussion, but Confluence isn't suitable for the detailed requirement tracking that I need to do.
Oct
6
asked Tracking requirements across multiple projects with JIRA (or other tools)
Sep
28
answered Remote Java development with Eclipse (or something else)?
Sep
28
answered Windows software to browse SVN repository that isn’t TortoiseSVN?
Sep
18
comment How do I hire a really good build / install engineer ?
I disagree with the last comment; it's cheaper to get rid of a contractor than a permanent employee, but the cost of having somebody unsatisfactory on board for a while and then having to replace them is much greater.
Sep
17
accepted Can you share components between Jira projects?
Sep
17
accepted Deploying on EC2
Sep
17
awarded  Yearling
Sep
16
asked How do I hire a really good build / install engineer ?
Sep
16
answered Can you share components between Jira projects?
Sep
14
comment How can I use Perl to test C programs?
+1 for @docgnome - the whole point of Stack Overflow is that answers are useful to the community, not just the original poster.
Sep
12
comment Building Linux packages for multiple distributions and versions
Thanks - our build infrastructure in on Amazon EC2 so using build agents is a possibility, but I'd prefer to keep everything on one build server if possible for ease of maintenance (for example, if we upgrade the version of some dependent package, I don't want to have to update multiple Amazon machine images).
Sep
12
accepted Are all clouds (such as AWS) still too “public” for internal corporate use?
Sep
11
comment Monkey testing for iPhone?
I haven't had the best luck with chimpanzees; their large fingers are not very accurate on the iPhone's relatively small touch screen. Smaller monkeys like Macaques work really well, though.
Sep
3
answered Migration of Test Scripts into a New Release
Aug
28
answered Is there a single software for multiple browser testing?
Aug
26
answered What is the recommended/standard install path for apache-tomcat on a linux box
Aug
24
comment How do I set the timezone in Tomcat for a single web app?
Good question; I'm scratching my head over a Tomcat installation I have where the timestamps in the Tomcat logs are an hour behind the system time.
Aug
21
comment what is the best free self-hosted bug tracking software?
I'm suprised that people are getting upvotes here for just saying the name of the tool they prefer without any supporting info whatsoever. This seems subjective and thus more suited for the community wiki.
Aug
19
answered Deploying on EC2
Aug
14
answered Help me understand apache ab
Aug
13
answered A software testing book from an engineering perspective?
Aug
6
comment Integrating Automated Web Testing Into Build Process
Can you add some info on your deployment environment, e.g. the web and/or application servers you use, whether you deploy your app as a WAR file, etc. ?
Aug
4
answered Why would you not want to use Cloud Computing
Aug
3
answered Web based client for Amazon S3
Jul
31
answered How do I go about building a test plan for our QA department?
Jul
16
comment Should QA report to development ?
Interesting comment - how small is the shop you work in ? I have an engineering team of 7 people in total, and find it very hard to have a deicated QA person who is not also tasked with other things like documentation, build or support (although I have managed to avoid having QA people do development at least).
Jul
15
comment Dynamic / auto scaling
We're planning to use the Amazon auto-scaling tools (aws.amazon.com/autoscaling)