CoNetrix Blog

TripIt Online Travel Itinerary

Posted on November 29, 2009 3:58 PM

If you travel often, it's nice to have a fairly automated way to keep up with trips.  Tripit.com will collect and organize flights and other reservations (car, hotel, etc.) for you.  The account is free and the iPhone app is also free.  I've been using it lately and found it very useful.

You can forward the confirmation e-mail message from the airline, etc. to plans@tripit.com and it'll automatically create and organize the trip information for you.  Of course you can update things online but the forwarding e-mail feature saves a lot of time. Read More...

Excellent Monospaced Fonts

Posted on October 25, 2009 10:13 AM

I found some excellent mono-space fonts at http://www.proggyfonts.com.  These fonts were designed by programmers for viewing code.  They save a lot of space and make it easier to read.  I really like the dotted or slashed zero characters they use, because it makes it so much easier to distinguish them from the letter '0'.  I personnally use proggy clean and proggy tiny (with slashed zeroes).

Increase Your iPhone Battery Life

Posted on August 31, 2009 10:32 AM

One of my few frustrations with my new iPhone was battery life – it seemed I had to charge my phone every day.  So, I googled to see if I could find some tips on how to increase my iPhone batter life.  While searching, I found a link from Apple (http://www.apple.com/batteries/iphone.html) with the following tips that helped with preserving the battery life of my iPhone:

  1. I implemented the following recommendations, and it has made a difference in my battery life – I even went a little over two days without charging on one occasion…
    Disable WiFi & Bluetooth when not needed
  2. Disable unnecessary sounds (i.e. audio keyboard clicks)
  3. Enable Auto-Brightness (note: uses the camera to automatically adjust the screen’s brightness)
  4. Store the iPhone at room temperature & do not expose it to direct sunlight (exposure to heat causes damage to lithium-ion batteries due to intense ionization)
  5. Turn off location services when not needed
  6. Turn off EQ (equalizer setting for song playback)

CoNetrix Risk Assessment and BCP Software Solutions are Candidates for the BankNews 2009 Innovative Solutions Award

Posted on August 15, 2009 10:05 AM

CoNetrix is pleased to announce the CoNetrix Information Security Risk Assessment software and Business Continuity Planning (BCP) software are candidates for the BankNews 2009 Innovative Solutions Award.

The Innovative Solutions Award, sponsored by BankNews, recognizes companies that have introduced or enhanced a product or service designed to help banks better serve their customers.  Entries are divided into four categories:

  1. Architectural/Equipment Solutions
  2. Consulting/Outsourcing/Training Solutions
  3. Management Software Solutions
  4. Online/Remote/Mobile Solutions

The CoNetrix Risk Assessment tool is listed under the category 2 "Consulting/Outsourcing/Training Solution", and the BCP tool is listed under the category 3 "Management Solutions".

To vote now, go to http://www.banknews.com/2009-Entries.704.0.html

To learn more about the Innovative Solutions Award, visit http://www.banknews.com/

Microsoft Releases Windows 7 and Windows Server 2008 R2

Posted on July 23, 2009 9:01 AM

In a News Press Release yesterday, Microsoft Corp. announced the release to manufacturing (RTM) of Windows 7 and Windows Server 2008 R2.  Windows 7 should be generally available to customers around the world in mid to late October, and Windows Server 2008 R2 should be generally available on or before October.  To learn more, visit http://www.microsoft.com/Presspass/press/2009/jul09/07-22Windows7RTMPR.mspx

Keyboard Shortcut Database

Posted on June 30, 2009 9:58 PM

We frequently use comments in Word documents as part of our Information Security Audit process and I finally looked for a keyboard shortcut to insert a comment.  The shortcut is Ctrl+Alt+M.  However, the most useful thing I found when looking for this was a comprehensive Word 2007 keyboard shortcut list at http://www.keyxl.com/aaa367b/5/Microsoft-Word-keyboard-shortcuts.htmKeyXL.com has keyboard shortcuts for all types of Microsoft, Adobe, Google, and other applications.  It's definitely worth adding a bookmark for if you're a fan of using shortcuts.

CoNetrix is now on Twitter

Posted on May 5, 2009 1:41 PM

CoNetrix is now on Twitter.  To follow us, visit http://twitter.com/CoNetrix

Twitter is a free social messaging utility for staying connected with others in "real-time".

My Left Pinky Hurts

Posted on April 3, 2009 9:55 PM

Many years ago, PC makers came out with the “enhanced keyboard” and the control key got moved.  It used to be located to the left of the caps lock key, but for some reason that is still unknown, it got moved to way down below the left shift key, where you really have to cramp up your hand to reach it. The most popular solution to this is to switch the caps lock and the control keys.  I use a nice GUI program, KeyTweak http://webpages.charter.net/krumsick.  Since NT, Microsoft Windows has had a registry key that lets you remap your keyboard. This lets you remap just about every key by setting this registry key.  It is the most complete utility I could find.  It works with Windows NT/2000/XP/Vista/Win 7. Since this is a feature built into Windows, no kernel mode driver, service, or anything else needs to be running. You can edit the registry yourself, but this tool makes it really easy.  It has an option to show the registry entry and what all the bytes mean.

How a Buffer Overflow Works

Posted on April 1, 2009 1:10 PM

A blog entry on Wired published a good animated overview of how a "Buffer Overflow" attack works.  In light of the new "Conflicker worm" that is gaining attention, this blog does a good job of explaining in a short, simple, interactive way, how buffer overflow attacks work.

http://blog.wired.com/27bstroke6/2009/03/conficker-how-a.html

Computer Security Day

Posted on November 30, 2008 8:00 AM

Computer Security Day (CSD) is a worldwide, annual security awareness event.  It started in 1988 to help raise awareness of security concerns and remind people to protect their computers.  CSD is officially November 30th; however, when November 30th falls on a weekend or Holiday, it is usually observed the next business day.  The theme of CSD for 2008 is "A Good Defense"

To learn more, visit the official CSD website at http://www.computersecurityday.org

 

Premature ASP.NET Authentication Timeout

Posted on October 5, 2008 11:18 PM

I recently ran into a problem on one of our websites where users’ authentication was timing out before the amount of time I had set in the configuration.  I was using ASP.NET forms authentication with the timeout set to 30 minutes and sliding expiration set to true.  After some investigation this turned out to be a two part problem.

This first cause I found was that the sliding expiration functionality for forms authentication isn’t exactly intuitive.  When sliding expiration is turned on, each time a web page is requested, the user’s authentication cookie timeout is supposed to be updated to the expire in X minutes from the time of the page request.  However, even though you set a timeout of X minutes it is perfectly normal for a users authentication ticket to expire before that time limit due to the sliding expiration is implemented in the .NET framework.  From the MSDN .NET Framework Reference:

“If the SlidingExpiration attribute is true, the timeout attribute is a sliding value, expiring at the specified number of minutes after the time the last request was received. To prevent compromised performance, and to avoid multiple browser warnings for users that have cookie warnings turned on, the cookie is updated when more than half the specified time has elapsed. This might result in a loss of precision.”

Basically, if the timeout is set to 30 minutes then the expiration time of the authentication cookie is only updated if 15 minutes have passed when a request is made. Read More...

Free Clipboard Manager Software

Posted on September 10, 2008 10:42 PM

Using a clipboard manager can really save time and make working on a computer easier.  I have been using a free open source application named Ditto.

Here are some of the key features:

  • Easy to use interface
  • Search and paste previous copy entries
  • Keep multiple computer's clipboards in sync Read More...