Testimonials

What our customers are saying

"You're the best I have."


- D. Barton, Global Oracle Consulting Firm

about us

Service Delivery

Multiple ways to access M&S

M&S offers technology and process solutions through multiple offerings and vehicles. End-to-end solutions, training and mentoring, staffing, ongoing support.

read more

Effective and Efficient

Exceptional Results

M&S today reflects a rare combination of out-of-the-box thinkers, deep business acumen, enterprise architectural design/engineering, and software prowess.

contact us

From the M&S Blog...

Semantics, Reality, Marketing: I’m “Cloud Computing” Too

If there were a buzz word that could compete with the speed to fame, breadth of use (and misuse), and popularity of “Web 2.0″, it would have to be “Cloud Computing”.

read more

Amazon EC2 Server Pricing Matrix (Linux and Windows)

I was trying to figure out Amazon EC2 pricing recently, and found myself pulling out a calculator for what they really should provide readily. So, here is a a quick table you can multi-sort that will provide you a format you can actually use to make cost comparisons.

read more

Oracle on Amazon EC2 Cloud – APEX, Apps, Middleware, and DB Virtualized Hosting

The economy is evolving, technology is getting better, and overall, the game is changing with cloud computing. M&S is now resellers for the Amazon EC2 Cloud, providing customers with access and expertise to make their enterprises run on “the cloud”. To host an enterprise environment, let alone Oracle, simply does not appear cost effective in the long run. In fact, I am open to healthy discussion contending that statement.

read more

Move Oracle Linux VM to New Machine – Static IP

I just copied an Oracle Enterprise Linux VM from one Windows machine to another and the IP address for the guest Linux machine changed. I had a feeling that this might happen, but wasn’t quite sure why it did nor how to get it back to the old IP address. As we all know, an IP address changing in an Oracle environment is best avoided.

read more

Oracle VM Templates Firewall Policy

Many Oracle VM templates come with a default firewall policy turned on.  You can disable it by running the following commands as root:

chkconfig iptables off
service iptables save
service iptables stop