LESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/typography.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/template.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/responsive.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/k2.less

-

Follow Me Icons

 

Follow @KendrickColeman on TwitterConnect on LinkedInWatch My Videos on YouTubeFollow me on FacebookCheck Out My Projects on GitHubStay Up To Date with RSS

Search

  • Home
  • Tech Blog

    Latest Posts

    • 5 Ways to Build a Better Database for Your Business
    • How to Install Harbor on CentOS 7 using Bash
    • Closing My Chapter With The {code} Team
    • 4 Factors to Consider when Picking a PCB Design Tool
    • My Constraints Aren’t Your Constraints: A Lesson to Learn with Containers
  • Tech Presentations
  • Coding Projects

    Ruby on Rails

    • JumpSquares
    • MonsterRemote
    • Automate vCD Org VDCs
    • Simple World Cup Stats

    Chef Cookbooks

    • Thin + Nginx
    • JumpSquares
  • vCAC

    vCloud Automation Center

    • Part 1: Deploy and Configure the Identity Appliance
    • Part 2: Deploy and Configure the vCloud Automation Center Appliance
    • Part 3: Installing IaaS Components
    • Part 4: Tenant Configuration
    • Part 5: Agent, Endpoint, and Group Configuration
    • Part 6: Create and Publish Blueprints
    • Part 7: Setup vCO, Endpoints, and Advanced Services
    • Part 8: Amazon AWS Configuration
  • vCD

    vCloud Director

    • How To Install vCloud Director on RHEL 6.2
    • How To Configure VXLAN - Step by Step
    • RHEL Firewall Settings
    • Networking - From Setup to Install
    • How To Deploy a VM or vApp
    • Sharing Organization Networks
    • Top 9 Critical Design Concepts
    • vCenter and vCloud Management Design
    • Storage Allocation with Thin & Fast Provisioning
    • Understanding Lease Times
    • Automating vCD Organization VDCs
  • Partners

    Partners

    • Turbonomic
    • Veeam
    • Vembu
  • About Me

    Follow Me Icons

     

    Follow @KendrickColeman on TwitterConnect on LinkedInWatch My Videos on YouTubeFollow me on FacebookCheck Out My Projects on GitHubStay Up To Date with RSS

  • Advertise Here!

Trending Favorites

  • List of VMware Default Usernames and Passwords
  • How To Install vCloud Automation Center (vCAC) 6.0 - Part 3 - IaaS Components
  • How To Install vCloud Director on RHEL 6.2 - No GUI
  • VMware vCloud Director Networking - From Setup to Install
  • JumpSquares.net - a new kind of bookmark

BSA 728x90 Center Banner

Most Popular

  • List of VMware Default Usernames and Passwords
  • A List of FREE VMware vSphere Tools
  • VMware vSphere 5 Host NIC Network Design Layout and vSwitch Configuration [Major Update]
  • Top 10 Free vSphere ESX Tools and Utilities
  • Total Noob Guide To Move Your Old Wired Security System to SmartThings

Creating a worker process on Cloud Foundry with Clockwork

Category: Tech Blog
Published: 24 November 2014
Last Updated: 07 December 2014

I just got finished writing a Rails application that requires a 'cron'-like job to run every 30 seconds. This job will scrape a website for data every 30 seconds and update the database and notify me via SMS about any changes. I was able to get this all working on Heroku after a while with the assistance of some Procfiles. but I wanted to try this on Cloud Foundry as well.

 

The problem existed because of lots of out-of-date documentation on the part of Cloud Foundry. The most confusing part was not understanding this requires 2 containers/applications. One for the app, and another for running the clockwork task. In Heroku, this requires 2 Dynos as well because 1 is for 'web' and the other is for 'clock', however, this is all masked behind Heroku's magic.

 

So how do you create a worker process? I was going back and forth creating rake tasks, then tried putting logic into my controller, and having everything ultimately fail. After some trial and error, I found out the best & easiest way is to put all the logic into the Modal. Once the logic is in your modal, you can easily call it by doing Modal.method.

 

Second, add the clockwork gem to your Gemfile, then create the file "lib/clock.rb". Follow the gist below to configure your clock.rb file. Specify the Modal.method that you wish to call.

 

Great! now we just need to build our manifest.yml file for Cloud Foundry. The important thing to remember is that we are essentially going to spin up 2 applications. The first container will be the web front-end of our rails app, and the second container is just the clockwork reoccurring job. If your reoccurring process will need to make changes to the database (which it most certainly will) make sure you append the correct services. In this case, both of my containers will be using the same database.

Read more: Creating a worker process on Cloud Foundry with Clockwork

Phonegap Cordova Geolocation Integration with Google Maps Javascript API v3

Category: Tech Blog
Published: 03 November 2014
Last Updated: 03 November 2014

I'm venturing into a new world of hybrid mobile development to test the waters and I have a new project I'm currently starting. I can't divulge the specifics yet, but the very first part is to get Google Maps working. I had a harder time doing this than I thought.

 

At first I tried using the recently released phonegap-googlemaps-plugin and got it semi-successfully working. I had it working in both iOS and Android but then came to find out that you can't use the Places API to find POIs on the map. That won't work so I reverted to using the old Javascript API to show in 'browser' mode instead of the native SDK. I came across  Implement Google Maps API on PhoneGap Using the Device API and struggled for 2 days on trying to figure out exactly why it wasn't working. It was a combination of type, outdatedness, failure to copy/paste, and missing CSS variables. I'm going to recreate it to make "spoonfed" useful.

 

You can see this entire project at https://github.com/kacole2/jsmap1 or look at this Gist for the entire code: Phonegap Cordova Geolocation with Google Maps Javascript API v3

 

Read more: Phonegap Cordova Geolocation Integration with Google Maps Javascript API v3

A Move Into "Full Stack IT"

Category: Tech Blog
Published: 03 October 2014
Last Updated: 03 October 2014

Last week I published a blog post detailing my shift into code and development. One very important thing I purposely left out was “What am I going to do with it?”. 

 

For the past 7ish years, I’ve been dealing with infrastructure and operations. Things got complacent so I wanted to learn some new skills on the other side of IT, programming and software development. To be clear, I don’t plan on becoming a full-time developer because that would essentially mean starting my career over from scratch. Instead, I want to do what I call “Full Stack IT”. I can configure networks, build virtual farms, deal with storage, do that thing called “cloud”, script, and hack code with varying front-end & back-end languages. My code is “good enough” to get the job done. :)

 

If you’re thinking I plan on creating my own software startup and selling it to Google for $200 million… well, maybe one day.

 

Next week I’m beginning a new role with EMC as a Developer Advocate. I’m very excited to be joining a new team with the likes of Clint Kitson, Jonas Rosland, and Brian Gracely. Our team is tasked with a few different goals in mind. 

Read more: A Move Into "Full Stack IT"

Where has my focus been the past few months?

Category: Tech Blog
Published: 24 September 2014
Last Updated: 24 September 2014

I'm sure everyone has probably noticed a steady decrease in the amount of blog posts I put out. If you pay attention to twitter, you might have seen a shift in my focus.

 

VMware has been good, but there comes a time when you need to pump the brakes. I've reached a point where I don't care about the intricate details of all the vSphere products and trying to be an expert in them. If there is one thing that VCE has taught me, it's that converged and hyper-converged infrastructure is removing the need to be in expert in the core product set. There will come a time when you realize knowing storage pathing policies or trying to understand the DRS algorithm is pointless. And with EVO:Rail coming to market (and once it becomes fully baked) you won't need to know how to administer the environment what-so-ever, negating the need for many of those VCP skills. Argue with me all you want, but the goal is abstraction from vSphere for many product sets.

 

I turned my focus to IaaS offerings with vCloud Director then vCloud Automation Center and UCS Director to bring everything up to a higher order of control. This is what I talk about in my every day job. But I still look at IaaS like, "there has got to be more".

 

I started learning Ruby back in September of 2013 and have since released a few different Rails applications including JumpSquares.net, MonsterRemote, and Simple World Cup Stats. I've also started diving into more languages recently and I'll get to that later. So what led me to this point?

 

Read more: Where has my focus been the past few months?

20+ VMworld Sessions available on YouTube

Category: Tech Blog
Published: 03 September 2014
Last Updated: 03 September 2014

I'm sure many people have seen this but for those of you who didn't make it to VMworld (me included), there are 23 (as of right now) VMworld videos available on YouTube. Thanks to Eric Sloof for getting these uploaded.

 

Check out the VMworld 2014 Keynotes & Sessions Playlist.

Read more: 20+ VMworld Sessions available on YouTube

My Synology SynoLocker Debacle

Category: Tech Blog
Published: 18 August 2014
Last Updated: 18 August 2014

It all starts with a text message from my wife...

 

 

Of course, all of the DS iOS apps fail to connect to the device. This has happened before. I figured I'll just open up the browser when I get to my Mac and restart the services. Then I get this screen.

 

 

My first thought was WTF? Took a screencap and put it out on twitter thinking Synology installed some encryption service on my device through some automatic update. Then the swarms of "oh no..." tweets come replying back. Apparently, I must have been hiding under a rock. And I was. For the past two weeks I've been heads down doing some front-end web development training. I literally saw nothing over the prior week about SynoLocker.

 

Don't know what SynoLocker is? It's a form of malware/ransomware based on a different strain of the Cryptolocker ransomware. Once you are infected, all of your files are overwritten with an encryption algorithm that can only be decrypted with a key held by the person that created the strain. Essentially, your files are gone unless you pay the person a certain amount for the decryption key. SynoLocker ransomware scans the internet for port 5000 and 5001 and will return a Synology ACK. This means you have to have the management port of 5000 & 5001 exposed on the internet. Once discovered, the ransomware plants itself through an exploit and begins encrypting your files. The files targeted are <100mb because the larger the file, the longer the encryption process takes. Their target were smaller files such as documents and photos.

 

Read more: My Synology SynoLocker Debacle

Win Passes to VMworld Europe from VMTurbo

Category: Tech Blog
Published: 11 August 2014
Last Updated: 11 August 2014

The folks over at VMTurbo are giving away 3 pairs of tickets to VMworld Europe. 1 winners will be drawn every Friday starting 8/22. VMworld Europe will be held in Barcelona, so enter for your chance to win!

 

 

Read more: Win Passes to VMworld Europe from VMTurbo

Talking Career & Fashion with Chris Wahl at Indy VMUG

Category: Tech Blog
Published: 08 August 2014
Last Updated: 08 August 2014

My good buddy, Chris Wahl over at the http://wahlnetwork.com/, conducted a series of interviews at Indy VMUG. We chatted about careers, where my focus is heading, and a little about my latest twitter profile photo.

 

 

Read more: Talking Career & Fashion with Chris Wahl at Indy VMUG

JumpSquares 1.3.1 with Updated CSS

Category: Tech Blog
Published: 06 August 2014
Last Updated: 06 August 2014

I'm going through some front-end web development training and the first few courses have been over CSS. We're all pretty accustom to manipulating CSS to do what we want to do, but have you ever started out with a blank slate and created your own CSS back-end without a template? I certainly haven't up until this point.

 

To utilize these new CSS skills, I figured I would update the homepage of JumpSquares.net to look like a nice fancy modern web page. When I was going through all of this, I realized I was using static containers instead of fluid containers with Twitter Bootstrap so I had to make a bunch of changes inside of JumpSquares. The latest version uses fluid containers, so we can actually cram more jumpsquares into a single screen by using every edge of space. At the same time, I fixed some minor issues in window and row spacing for twitter bootstrap. Therefore, the latest version of JumpSquares (Project Homepage) is now at 1.3.1

Read more: JumpSquares 1.3.1 with Updated CSS

IndyVMUG: Come watch my sessions on Docker & Cloud Foundry

Category: Tech Blog
Published: 30 July 2014
Last Updated: 30 July 2014

Indianapolis VMUG (@IndyVMUG) is back in season again and it will be bigger than ever this year. If you've never been, it's one of the largest VMUG gatherings in the nation with a few thousand attendees. (register and see the schedule)

 

This year, there will be a dedicated User Content Track with a lightening talk format where all presentations are limited to 15 minutes. This is NOT in the Official VMUG Schedule so you will have to find it once you get there. If you have never been to a conference with <30min sessions, you are going to love it. With one hour sessions, people tend to start veering off into iDevice land around the 20 minute mark. These 15 minute sessions will allow you to get more out of the conference with lots of great information crammed in. This is being sponosored by the #vBrownBag folks so there will be NOTHING VENDOR RELATED!!!

 

I will present two lightening talks:

  1. 11:00am - Riding The Next Wave: Docker Containers
  2. 11:30am - Riding The Next Wave: Cloud Foundry

 

I am tentatively scheduled for an afternoon track unless all the slots are consumed and other people want to present other topics.

  1. 2:30pm - Riding The Next Wave: Docker Containers
  2. 2:45pm - Riding The Next Wave: Cloud Foundry
Read more: IndyVMUG: Come watch my sessions on Docker & Cloud Foundry

More Articles ...

  1. How to setup your Mac with VMware Fusion, Vagrant, and boot2docker
  2. OSCON 2014 Day 2 - Go & Continuous Delivery Tutorials
  3. OSCON 2014 Day 1 - OpenStack & Docker Tutorials
  4. Ruby Example with the EMC ViPR REST API
  5. VMware View PowerCLI Active Session Count
  6. World Cup Fun with Ruby on Rails
  7. Discussing Cloud Foundry Summit on The Cloudcast
  8. Cloud Foundry Summit 2014 - A Review and Perspective

Page 5 of 35

  • Start
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next
  • End

Premium Sponsors

Advertisement

Site Sponsors

Google Adsense 250x250

Footer

Copyright © 2025 kendrick coleman dot com. All Rights Reserved.
Joomla! is Free Software released under the GNU General Public License.

Designed by: ThemeXpert

  • Home
  • Tech Blog
  • Tech Presentations
  • Coding Projects
  • vCAC
  • vCD
  • Partners
  • About Me
  • Advertise Here!
LESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/styles/blue.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/styles/green.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/styles/orange.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/styles/purple.less