Mmm, software

Friday, January 31, 2014

Recovering the root password on a BeagleBone Black

›
I recently went to use a BeagleBone Black board on which I'd never booted from the eMMC before (that I could recall) and had been instea...
1 comment:

Implicit rules with Makefile

›
In my ongoing quest to make my builds less complex and faster, I've been going through my Makefiles and trying to learn as much as possi...
Thursday, January 02, 2014

Installing NTP on an Ubuntu server

›
NTP is used to synchronized time between machines. You can read the Ubuntu HOWTO here .

Installing a TFTP server using xinetd on Ubuntu

›
I recently had need to redo an old server that had been running an ancient Gentoo installation for which there was no longer a software upgr...
Wednesday, November 13, 2013

Digging into Raspberry Pi: Part 2

›
So, further into my quest to build a control system with the Raspberry Pi, I've been looking around at ways to have simple input from th...
Sunday, November 10, 2013

Digging into Raspberry Pi

›
I've recently purchased several Raspberry Pi boards so that I could use them with the RasPlex distribution to run Plex clients and conne...
Tuesday, September 24, 2013

Converting a .cer and .pvk to a .pfx file

›
The Windows SDK comes with a built-in tool for performing this conversion, the details of which you can find here . The command you'll n...
Wednesday, August 14, 2013

Journey to robust windows services: killing a service that failed during OnStartup and now won't stop (even though Stop() has been called)

›
I've found that sometimes I don't exactly get my service configuration right the first time, and this can cause a failure when calli...
Thursday, August 08, 2013

System.ArgumentException: Unable to find the requested .Net Framework Data Provider when using SQLite with MSTest unit tests in Visual Studio 2012

›
I recently encountered the exception in the post title while migrating solutions from Visual Studio 2010 to Visual Studio 2012. Going back a...
Sunday, August 04, 2013

Journey to robust web services: Fixing an error 404.3 message in IIS 7.0 / 8.0

›
I've recently had to go out of town, and only had my personal laptop to take with me. I usually develop in a Windows 7 environment with ...
Tuesday, June 18, 2013

Journey to robust Windows Services: Overriding the default web site when deploying your applications from the command line

›
I recently ran into a problem where I wanted to deploy a new application to the default web site on an old IIS 6 instance via MSDeploy on th...

Journey to robust Windows Services: NHibernate throws with System.InvalidOperationException: Unable to generate a temporary class

›
Recently I've been trying to deploy a new web application to an old machine running Windows Server 2003 (not by choice). When I would st...
Friday, May 31, 2013

How to fix the ugly ass Ubuntu boot splash OR Damn, Ubuntu, you ugly

›
TL;WR:  http://news.softpedia.com/news/How-to-Fix-the-Big-and-Ugly-Plymouth-Logo-in-Ubuntu-10-04-140810.shtml If you've had Ubuntu for...
Wednesday, May 29, 2013

Changing the password complexity requirements on Windows Server

›
To change the password complexity requirements on Windows Server (2008 at least) (for whatever reason), do the following : Start -> Run ...
Saturday, May 25, 2013

Journey to robust windows services: Service could not be installed. Verify that you have sufficient privileges to install system services

›
This is an annoying and almost entirely useless error. It can be caused by any number of things. However, in my case today, it was caused by...
Thursday, May 16, 2013

Journey to robust windows services: debugging your WiX custom actions

›
I've recently had some trouble getting WiX custom actions to work, and after searching around for a while, I found this article . It giv...
Tuesday, May 14, 2013

Journey to robust windows services: creating custom actions for your WiX installers

›
I've lately been trying to update my WiX installers to perform custom actions so that I can do some security configuration of my applica...
Wednesday, May 08, 2013

Journey to robust web services: installing a WCF 4.0 application on IIS 6.0

›
Due to budget and other constraints, I'm unable to get my hands on the latest and greatest software for running a WCF application I'...
Monday, May 06, 2013

Journey to robust web services: apparently we shouldn't use 'using'

›
I recently stumbled across an article stating why we shouldn't use the 'using' keyword with WCF services, and I found it rather ...

Journey to robust webservices: kickstarting use of certificates phase II: using certificates for client authentication

›
There are a number of means of authenticating users, and one of the most secure is via a certificate. This article on CodeProject provides ...
‹
›
Home
View web version

About Me

Alex Marshall
View my complete profile
Powered by Blogger.