Name resolution failure caching in SMB
If you have a production file server failing, you have serious problems. Client requests are failing. But they may not be failing quickly. If your product i...
If you have a production file server failing, you have serious problems. Client requests are failing. But they may not be failing quickly. If your product i...
One of the reasons Lucene is awesomely fast is that it treats all data as strings. This is a perfect optimisation for most searching tasks. However, it does...
If you're using using a web-based bug tracking system (in my case, JIRA), or getting Subversion check-in emails in a web-based client, you may have seen URI...
Here are the basic steps to mount a Windows share under Linux:
I usually have several terminals open running various daemon processes in tabs. To make the tabs more identifiable, you can set the tab title from your BASH...
Subversion 1.5 added a feature called mergeinfo, which is just a property that can be set on any resource that tracks merges made to the resource. When you ...
I took some time this week to figure out how to rotate just my Dell 2005FPW in an Ubuntu dual-monitor setup. The graphics card is an Nvidia GeForce 6200 LE,...
Even since I moved from Windows to Linux, I have been experiencing an exception trying to edit certain CFMs in CFEclipse.
I ran into some trouble this week attaching my JSON Exception Handling to a new ColdFusion feature. Specifically, there was content from that page that surv...
I've been playing with VirtualBox, a great open-source virtual machine. Mostly I've been deploying Windows guests on a Linux host. Right now I have two VMs;...