Update WordPress Manually using SSH
Upgrade WordPress core, themes, and plugins from the command line over SSH when the admin UI is unavailable.
Continue ReadingUpgrade WordPress core, themes, and plugins from the command line over SSH when the admin UI is unavailable.
Continue ReadingUpload HTML5 canvas images to ASP.NET by posting base64 data URLs or Blobs through AJAX.
Continue ReadingUpload files asynchronously in ASP.NET using AJAX FormData, generic handlers, and progress feedback.
Continue ReadingReusable SQL patterns for paging, duplicates, pivots, and date ranges across SQL Server and MySQL.
Continue ReadingDuplicate a SQL Server database with BACKUP/RESTORE, DBCC CLONEDATABASE, or scripting for dev/test copies.
Continue ReadingList and filter running processes on Linux with ps, top, htop, and pgrep for troubleshooting and monitoring.
Continue ReadingReturn correct HTTP status codes from ASP.NET when exceptions occur instead of always 500 with a generic page.
Continue ReadingConnect Visual Studio 2013 to legacy Visual SourceSafe repositories for maintenance of older codebases.
Continue ReadingPass through USB SD card readers to a Linux VM in VirtualBox for direct block device access.
Continue ReadingInstantiate .NET types at runtime from class name strings using reflection, Activator, and dependency injection.
Continue Reading