Welcome to Hard Answers
Hello and welcome. I’m Ned Martin. Ever spent a long time finding the answer to something? I have, and when I do, I put it here in the hope that it might help someone else—plus, if I ever need it again… I know where to look.
Got a question? Ask me.
Or, if you’ve found an answer to something you think would help other people, let me know, and I’ll add it to my growing collection of hard answers.
Search
Categories
Select a category below, to view all answers about that subject.
Random Articles
Here’s a few random answers, for no apparent reason. Perhaps you were looking for them?
Improve Advanced Custom Fields Relationship And Post Object Fields Search
How to get the ACF Relationship and Post Object fields to sort by search results relevance, only show published posts, search by URL, and exclude the current page
How To Activate An XP Mode VM On Windows 10
You are running Windows 10 and you want keep using an XP Mode virtual machine after its activation has expired
Correcting Clock Drift On A CentOS VM Under Hyper-V On Server 2008 R2
How to correct clock drift on a CentOS 5 virtual machine guest running on a Server 2008 R2 Hyper-V host.
Delete Photos Without Descriptions From Google Photos
How to delete photos without descriptions from Google Photos using a Greasemonkey/Tampermonkey script.
Ignore Files In Git .gitignore But Keep Directory
How to .gitignore all files in a directory, but keep the directory
Songs From Gossip Girl’s Pilot Episode
What is the complete list of songs and when they were played in the pilot episode for Gossip Girl?
Remove Folders From Media Center’s Media Library
How to remove folders from Media Center’s Media Library, including those that you can’t normally.
Get An External USB Audio DAC Working On Raspberry Pi
You are using a USB Audio DAC on a Raspberry Pi, and it does not work properly.
How NOT To Redirect OWA On Exchange 2010
How to simplify the Exchange 2010 OWA address without causing all sorts of problems.
Soundblaster Live ASIO Support
How to use a Soundblaster Live with APS drivers to provide ASIO support
How To Fix Windows 7 Bug Where “thumbs.db” Prevents Renaming Or Deleting Most Recently Viewed Folder
You receive an error “The action can’t be completed because the folder or a file in it is open in another program. Close the file or folder and try again” and it mentions Thumbs.db.
Useful Linux Commands
A little list of basic commands I keep needing, but which I don’t use often enough to bother remembering. It’s basically an online sticky note. These are specific to CentOS.
Site Comments
All comments left on the site.
Bypass PHP Output Buffering When Using Apache Mod_deflate
How to output content immediately to the browser by bypassing PHP’s output buffering using flush() & ob_flush() while still using Apache mod_deflate to compress page contents.
Perform A Regular Expression Search And Replace
This page lets you perform a PHP perl-compatible regular expression find and replace using preg_replace.