-
as seen on Server Fault
- Search for 'Server Fault'
I needed to start a new EC2 instance today and decided to try out the new spot instances, where you can reduce your instance cost by bidding on the maximum per-hour price you're prepared to pay. Since today's spot price was only 35c / hour, compared with 85c / hour for an on-demand instance, I was…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I needed to start a new EC2 instance today and decided to try out the new spot instances, where you can reduce your instance cost by bidding on the maximum per-hour price you're prepared to pay. Since today's spot price was only 3.5c / hour, compared with 8.5c / hour for an on-demand instance, I…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
I am using cloudera setup to launch a cluster with hadoop on Amazon. Sometimes, the master hadoop node hangs and we have to restart the job from the job. Did anyone face similar problem and resolve the issue.
Thank you.
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
IIS 7.5:
Ftp Firewall Suport: Data Ranges 49152-65535 using external Ip of Amazon EC2 static IP
Ftp IPv4 Restriction: allow: Amazon EC2 static IP
Ftp Authentication: Anonymous: Enabled, Basic: Disabled, IISMgr: Enabled
Ftp Authorization: Allow All Users: Read/Write
Windows Firewall (Inbound):
Open…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am not a Linux admin, although I wish I was, and I have seen these questions
Amazon EC2 Backup Strategy
Amazon EC2 + EBS:: Regular backup plan?
Simple Backup Strategy for Amazon EC2 instances / volumes?
And this suggestion
http://alestic.com/2009/09/ec2-consistent-snapshot
I tried using…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a dual boot (Ubuntu 12.04 and Windows 8) system. Both systems have access to an NTFS "DATA" partition which contains all my images, documents, music and some application data like Chrome and Thunderbird Profiles which used by both OS.
Everything was working fine in my Dual boot Ubuntu/Windows…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello,
i have a situation with many trac instances. They all have the same structure in the filesystem.
PATH/trac1
PATH/trac2
PATH/trac3
i have this configuration
<Location /trac/trac1>
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend…
>>> More
-
as seen on West-Wind
- Search for 'West-Wind'
I love dynamic functionality in a strongly typed language because it offers us the best of both worlds. In C# (or any of the main .NET languages) we now have the dynamic type that provides a host of dynamic features for the static C# language. One place where I've found dynamic to be incredibly useful…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm creating a COM dll and it will be loaded by VBA. However, I noticed that for every excel instance (workbook), a new COM object is loading to memory. But I need to maintain single COM state irrespective of number of Excel instances exists.
Please help me achieve this purpose .
Thank you
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a simple inheritance heirarchy with MyType2 inheriting from MyType1.
I have an instance of MyType1, arg, passed in as an argument to a method. If arg is an instance of MyType2, then I'd like to perform some logic, transforming the instance. My code looks something like the code below.
Having…
>>> More