Enough is enough! I’ve intended to write this review for some time now, but have neglected. Now is the time. I don’t usually do product reviews but this must be said. SPOILER ALERT: DO NOT BUY the Blinc M2 with FM Tuner! And don’t expect any kind of customer support or service from Quickline Motorsports! I […]
Author: user
Elasticfox Firefox Extension for Amazon EC2 is Now Elasticfox-ec2tag
Previously I wrote about a great Amazon AWS management tool, Elasticfox, which is, or was, an extension for Firefox. I started using Elasticfox a few years ago when I started using Amazon’s EC2 (Elastic Compute Cloud) service. At the time Amazon’s Management Console wasn’t all that great; it lacked many features and was a little […]
Resizing the Root Disk on an AWS EC2 EBS-backed Instance
Have you ever wanted to have a larger root EBS volume on an EC2 Ubuntu instance? With these steps it’s easily accomplished with minimal down time. (Some of these steps were gleaned from this post at alestic.com.) I’m setting up a new “base” image for some servers I’m starting in Amazon’s us-west-1 region. I started […]
What Version of Ubuntu Am I Running?
How to check the version of Ubuntu you are running from the command prompt / terminal (remotely using something like PuTTY or locally…). Simply run the command: lsb_release -a This will display the description, release and Ubuntu codename, which you can cross reference at Ubuntu Release Versions.
HP Procurve Switches: Setting Time Using SNTP
I recently picked up a couple ProCurve 2910al-48G-PoE switches. Since it had been a while since is setup time on a switch I had to research a bit. Here are the settings I used. First, you can view the switches current time, timezone, etc. with the show time command. Next go into config mode (configure terminal) […]
Update Windows Path Environment Variable
Today I had to make similar changes to 10 Windows servers. The changes consisted of copying a couple specialized programs from a source location and updating the Windows path. I couldn’t remember how to update the Windows path variable from the command prompt (other than for the current command prompt of course) so I tooled […]
Optimizing Images to Save Bandwidth on AWS
Last month our finance guy came to me in a bit of a panic to point out that our Amazon Web Services (AWS) bill was way higher than expected – by several thousand dollars. After the initial shock wore off I started digging to figure out just what was going on. From Amazon’s bill I […]
Delete Files by Date With DOS Batch File
I have a server that is continuously filling it’s drive with temporary files left over from a video encoding process we use. Every week or so I have to manually delete the old files to prevent the drive from filling. Finally today I headed on a journey to figure out a way to programmatically clean […]
ASA 5500 SSL VPN Add Licenses to ASA
I recently had to enable some of my mobile Mac clients with Cisco AnyConnect VPN Client for Mac. Then, of course since the ASA only included 2 SSL VPN licenses and that’s what the AnyConnect VPN Client uses I had to purchase some additional licenses. I purchased the licenses through a reseller & a couple […]
Cisco AnyConnect VPN Client for Mac
Recently some of our mobile users needed to connect to one of our networks that’s protected by a pair of Cisco ASA firewalls. It was no problem for the Windows users as I already had what I needed in place, however it was a different story for our Mac users. Since it had been a […]