Technology

Processor Performance by Rank


This data comes from the crowd-sourced "PassMark" benchmarking utility.
Users pass their CPU performance data back to Passmark, and they have a few tables on their website that break CPUs down by ranking. I have combined several tables here into a single dump that includes both Single and Multi CPU performance statistics/comparisons. There are over 1,500 individual CPUs compared in this table.
You can get their software at their web site here:
http://www.passmark.com

This table is sorted by CPU Ranking Read more »

EHR/EMR Solutions for Medical Practices

As a part of the 2009 Stimulus package, there is strong financial incentive for doctors to install and implement EMR systems in their practice.
According to the US Government, the benefits of IT use in the healthcare sector can bring these benefits:

Health information technology (HIT)
Health information technology in general are increasingly viewed as the most promising tool for improving the overall quality, safety and efficiency of the health delivery system (Chaudhry et al., 2006).
Broad and consistent utilization of HIT will:

  • Improve health care quality;
  • Prevent medical errors;
  • Reduce health care costs;
  • Increase administrative efficiencies;
  • Decrease paperwork; and
  • Expand access to affordable care.

Drupal's magical "DRUSH" CLI

I have just spent a few hours getting familiar with this cool tool. Drush allows most housekeeping for Drupal sites to be done from a command line - it's a wonderful thing. Just take a look at how much I got done executing this single command:

sudo drush @veo up

And here's what it did for me:


donmc@jbt:/var/www/VEOffice$ sudo drush @veo up
Update information last refreshed: Sat, 04/28/2012 - 16:25

Update status information on all installed and enabled Drupal projects:
 Read more »

Security+ Certified !

I finally sat the Security+ Cert exam from CompTIA last month. Passed it, but it is definitely not an easy exam - they require memorization of lots of niggly little things that really do nothing to ensure that you really know about Securty. it's more about knowing the names of certain exploits, viruses, etc.

Windows Server Login Script example

Found here:
\\domain.local\sysvol\domain.local\Policies\foldername\USER\Scripts\Logon

Login Script example:

Dim WSHELL, SETNETTIME
CONST DOMAINNAME = "myDomain"

Set WSHELL = Wscript.CreateObject("Wscript.Shell")

SETNETTIME = "net time /DOMAIN:" & DOMAINNAME & "/set /y"
'wscript.echo("Syncing workstation time with server time!")

WSHELL.run(SETNETTIME)
wscript.echo("Time has been Set." & vbCrLf & "Other Scripts disabled.")

Great Visio Resource

Greg Ferro has great ideas for representation of complex VLAN & routing layouts in Visio:
http://etherealmind.com/category/network-diagrams/

CentOS 5.6 HTTP Install

Website Name: mirror.centos.org
CentOS Directory: centos/5.6/os/i386

Sprint EVO 4G data reset procedure

In order to get your data working again after an outage of 3G or 4G you need to do the following in sequence:

  1. Phone this number: ##3283#
  2. Hit "EDIT" - it will prompt for a password
  3. Hit 287804
  4. Hit "OK"
  5. Select "DATA PROFILE"
  6. Go to Menu --> Restore
  7. Hit "OK" [Twice]

It will reboot, and do stuff...
Then, once it has fully rebooted, go to: Menu/Settings/System Updates/Update Profile
Once that is done, your data connection via 3G or 4G should be repaired.

Dell 5224 Password Reset

The documentation doesn't appear to give this up very easily: to reset to Factury Defaults, you'll need to restart the switch while having a serial console open, and hit CTRL-F (lots of times) until the boot completes, and it drops down to a boot-rom style prompt. Read more »

Fixing the Twitter module in Drupal

The Twitter module for Drupal now needs to use the new OAuth module for authentication in Twitter.  This has broken many web sites.  I use this feature on this site to automatically post a tweet whenever I add a new blog entry.  I use a global account in Drupal to do it, rather than individual Twitter accounts for each drupal user.
Syndicate content