Justin Cooney
Web Development Tips and Examples
Category: Technology
-
This is an article that is more or less just for me to remember the steps involved in renewing an Entrust certificate for a Web site in IIS. I think the process should be pretty much the same for other providers, but this is specific to enabling https for a Web site in IIS on…
-
After installing and quickly uninstalling some software on my Ubuntu machine I saw an error on each boot saying: linux the list of sources could not be read. It also included the name that was causing the problem abc.list. In my case it was a file called waydroid.list that was causing the trouble after I had…
-
This is a fun thought exercise…. in MS SQL Server, use a linked server to compare how many rows are in each table of a backup development server with how many rows are in the actual production server. This would be especially relevant if you just did a database backup from prod into development and…