Valkyrie Wireless Equipment
Here’s a gallery of some of the old photos (2004-2008) of Valkyrie Internet Services (Valkyrie Wireless) network and tower equipment I had the privilege of working on. Definitely…
Here’s a gallery of some of the old photos (2004-2008) of Valkyrie Internet Services (Valkyrie Wireless) network and tower equipment I had the privilege of working on. Definitely…
I had some temperature spikes in the data center recently that caused havoc and for some reason I never received notifications. I guess this isn't configured to email…
This is inspired by a post on my Google+ stream from Pasi Ääpälä. I just wanted to create a quick demonstration video on how to save/redirect command output to…
There is an article outlining how to help increase stability of your Chrome browser by making plugins Click to Play. This is good and dandy but what I’ve…
SFTP Net Drive lets you create a virtual drive on your local computer that will expose the remote file system accessible via SFTP protocol. http://www.eldos.com/sftp-net-drive/ I have found…
[stextbox id=info]Note: Remote Server Administration Tools for Windows 7 with SP1 can be installed ONLY on computers that are running the Enterprise, Professional, or Ultimate editions of Windows…
I’m working on an Excel spreadsheet (cheatsheet) that will allow for user input to calculate some of the following: Calculate IOPS, Usable Space, MB/s based on Number of…
I recently discovered a utility called fio that allows you to benchmark disk subsystem in Linux. Here are the results for this test. What is fio? fio is…
Trying to get ManageEngine Service Desk Plus to run on Debian Linux Wheezy AMD64 and I got the following error: libgcc_s.so.1 must be installed for pthread_cancel to work…
[stextbox id=alert]Hi Everyone! I have taken the XLS file offline. There were a ton of bugs, as pointed out in comments and through emails/Twitter. I am working on…
In vSphere Client 4.1, it is documented that to disable the Getting Started tab of VMs, you go to Edit -> Client Settings and untick Show Getting Started…
Came across a decent host template for Cisco ASA devices that works well with Cacti. Grab the CISCO-FIREWALL-MIB if you don’t already have them. Get either Version 1…
It’s easy to backup and restore PuTTY sessions with a few commands: On the old computer: regedit /ea puttysession.reg HKEY_CURRENT_USERSoftwareSimonTathamPuTTY On the new computer: regedit /s puttysession.reg I…
Quick & dirty method to add a local administrator account on a Windows system using a batch file and hiding the login from the login screen in XP……
This is useful for me from time to time. Here's a screenshot. Code is below. @echo off color 1f cls : Possible processes that shouldn't be running...…