matthanson.ca
New Sandy Bridge Workstation | Matt Hanson
http://www.matthanson.ca/2011/05/new-sandy-bridge-workstation
May 9, 2011. New Sandy Bridge Workstation. A couple of weeks ago I finally purchased all of the components I needed to upgrade my main computer. My old one from a couple of years ago (AMD Athlon 64 X2 5600 processor, 4 GB of RAM, 7200 RPM HDD) wasn’t bad for some simple programming or other “basic” tasks, but it was lagging behind when trying to run multiple virtual machines. Intel Core i7-2600K processor. 34 GHz, 4 cores, 8 threads). ASUS P8P67 Deluxe motherboard. Corsair 16 GB RAM. OCZ Vertex 3 SSD.
matthanson.ca
Implementing a Proper Backup Plan | Matt Hanson
http://www.matthanson.ca/2011/07/implementing-a-proper-backup-plan
July 6, 2011. Implementing a Proper Backup Plan. Who has heard this scenario before from a friend, family member, or co-worker? Them: “Hey, so my computer was making this weird ticking noise and then this morning it said it couldn’t find the hard drive.”. You: “Uh-oh. It sounds like your hard drive is toast.”. Them: “Can you fix it? Them, after a brief pause: “Um, no. I’ve been meaning to do that.”. There are three very important things that you must do with any backup plan in order to consider your data...
matthanson.ca
Free Professional Tools for Startups | Matt Hanson
http://www.matthanson.ca/2010/07/free-professional-tools-for-startups
July 6, 2010. Free Professional Tools for Startups. I’ve been thinking for a while now about writing about some really good. Tools for developers just starting out and micro ISVs, as well as students. The truth is, there are some very decent tools out there. You just have to sift through the pile of costly alternatives. Hopefully, it’ll be a little easier if some of the items are pointed out for you. I’ll keep adding to this list as I find, use, and enjoy more tools. Click here to cancel reply.
matthanson.ca
Free Professional Tools for Startups: FogBugz | Matt Hanson
http://www.matthanson.ca/2010/07/fogbugz
July 6, 2010. Free Professional Tools for Startups: FogBugz. From Joel Spolsky and the team at Fog Creek Software comes FogBugz. Best bug tracking software package available. The Student and Startup edition has only one limitation that you can only have two users. In most cases, if you’re reading this, that’s probably not an issue at all. Other than that, it is a fully working version of FogBugz OnDemand (their online, Fog Creek hosted service). The Student and Startup edition of FogBugz can be found here.
matthanson.ca
Development | Matt Hanson
http://www.matthanson.ca/category/development
Posts from the ‘Development’ Category. Free Professional Tools for Startups: FogBugz. From Joel Spolsky and the team at Fog Creek Software comes FogBugz. Best bug tracking software package available. The Student and Startup edition has only one limitation that you can only have two users. In most cases, if you’re reading this, that’s probably not an issue at all. Other than that, it is a fully working version of FogBugz OnDemand (their online, Fog Creek hosted service). Free Professional Tools for Startu...
matthanson.ca
.NET | Matt Hanson
http://www.matthanson.ca/category/development/net
Posts from the ‘.NET’ Category. Get Application GUID at Runtime. The following “snippit” (a bit long, but meh) will retrieve your application’s GUID (which can normally be found in the AssemblyInfo file). Great for referencing your application in the event that the name might change or any other time you need to uniquely identify it. Shorten a Path String. LabelSourcePath.Text = ShortenPathString(C: Users Matt Documents Visual Studio 2008 Projects, LabelSourcePath.Width, LabelSourcePath.Font)...Although ...
matthanson.ca
Matt Hanson
http://www.matthanson.ca/page/3
Just Released: Gmailer CLI. Out of my home, I’m running a file server (specifically a HP MediaSmart EX485. That runs a weekly, automated backup of all my data to another server off-site via SFTP ( WinSCP. What I didn’t have though was an easy way to have an email sent to me containing a simple “success” or “failed” message along with logs of the operation. Aside from being able to send the email message, there were a couple other requirements that I had:. Remove Adobe Drive CS4 Context Menu Item. YouR...
matthanson.ca
Archives | Matt Hanson
http://www.matthanson.ca/archives
Ran Out of Registry Space on Windows 7. SQL Server 2012 Unattended Installation. Alpine KCE-400BT Shows “No Unit”. Implementing a Proper Backup Plan. New Sandy Bridge Workstation. Peeking Inside Windows Image Files (WIMs). Free Professional Tools for Startups: FogBugz. Free Professional Tools for Startups. Get Application GUID at Runtime. No public Twitter messages. Active Directory Users and Computers. Ran Out of Registry Space on Windows 7. SQL Server 2012 Unattended Installation. By The Theme Foundry.
matthanson.ca
SQL Server 2012 Unattended Installation | Matt Hanson
http://www.matthanson.ca/2012/04/sql-server-2012-unattended-installation
April 29, 2012. SQL Server 2012 Unattended Installation. Automating installations is a good thing. It means that the installations are consistent across multiple installations, there’s (by necessity) documentation for later reference of what and how something was installed, and automatic, unattended installations scale. Well If you’re doing it more than once, you should be automating it. There are two ways to specify installation parameters for an unattended install of SQL Server 2012:. You have a few di...
matthanson.ca
Gmailer CLI | Matt Hanson
http://www.matthanson.ca/projects/gmailercli
A lightweight command line utility used to send email messages. Originally developed to send mail using Gmail’s SMTP servers, but also supports a custom defined SMTP server name as well. Windows XP, Vista, 7, Server 2003, or Server 2008. Supports both 32-bit and 64-bit versions of Windows. Microsoft .NET Framework 2.0 or higher. Get the latest version (1.0.2): Download Now. Buy Me a Coffee. If you liked this work and effort, then please consider to make a kind donation through PayPal. By The Theme Foundry.