spk-logo-white-text-short2
0%
1-888-310-4540 (main) / 1-888-707-6150 (support) info@spkaa.com
Select Page

Engineering Operations

FlexPOD for Infrastructure as a Service

FlexPOD for Infrastructure as a Service

The other day, I went to a presentation of FlexPOD and was impressed.   FlexPOD is a collaboration of efforts from Cisco, VMWare, and NetApp.   What it offers is a highly flexible framework to grow IT datacenters they are calling Infrastructure as a service (IIAS). If...

Integrating Meld with Git under Linux

Integrating Meld with Git under Linux

Have you ever used Git? Git has quickly grown to become one of today's most popular source code management solutions for software engineering projects large, small, professional and personal. Developed by Linus Torvalds, Git is classified as a “distributed version...

Using inSSIDer to be a good wireless neighbor

Using inSSIDer to be a good wireless neighbor

Have you ever noticed that the wireless neighborhood is seemingly always located in the bad part of town? This is especially true in the crowded wasteland of the 2400 block of Megahertz Ave. Where might you find this undesirable neighborhood? Unfortunately, the answer...

Oracle Database Cloning Made Easy

Oracle Database Cloning Made Easy

As a systems integrator, I spend my time behind a variety of applications every day.  Each of these applications stores its data in some type of database.  The most common databases I deal with are typically MySQL, Oracle, DB2, Postgres, and MS SQL Server. As such,...

Software Development Using Kanban

Software Development Using Kanban

Software Development Using Kanban The SPK development team engages with customers utilizing agile principals. This typically means incremental sprint deliveries of code as part of a scrum model. At a recent engagement, we employed an interesting variation of this...

How to Setup License Statistics Free Version

How to Setup License Statistics Free Version

Software asset management tools, particularly license usage and monitoring software are gaining more and more interest among large corporations. It should come as no surprise since by utilizing such tools they stand to gain upwards to 10% in cost reductions and that...

How to Obtain Electric Commander Metrics for Use in a GWT Plugin

How to Obtain Electric Commander Metrics for Use in a GWT Plugin

Developed by Electric Cloud, Electric Commander is an extremely versatile tool for enhancing and automating your organization’s software development build-test-deploy cycle. Commander makes it possible to eliminate unnecessary lag time between phases of the...

Setting up Web metrics with Webalizer

Setting up Web metrics with Webalizer

When managing websites, it's important to have metrics on the site for both admin and content owners. One of the easiest ways to do this is Webalizer. It is a free tool that uses the Apache access log to provide a graphical presentation of usage. Attached is a quick...

Unix 101: Utilize the “Screen” Command

Unix 101: Utilize the “Screen” Command

In my previous post, I highlighted 5 great commands to improve administering your Unix machines within your infrastructure. The very first command I mentioned was screen, which allows you to run multiple pseudo-terminal "windows" within one shell session. Screen also...

Trigger UAC to Ensure Scripts are run As Administrator in Windows 7

Trigger UAC to Ensure Scripts are run As Administrator in Windows 7

I wanted to post this solution since we run into this problem all the time: Often, our .bat scripts include making registry changes or copying files which require Administrative access. This code will cause the .bat file to trigger a UAC prompt before running...