Mount a Windows file share in Linux
Here are the basic steps to mount a Windows share under Linux:
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;...
For now, I've just decided to run ColdFusion under WINE. While I want to run it natively eventually, I don't want to undertake updating the code to use the ...
Having moved to a Linux desktop at work, I'm in the process of migrating my development environment to the extent possible. Eclipse + JBOSS were a slam dunk...
Quick hit today. Ever open a file in vim, only to realize that you need sudo to write to it? Usually, you have to exit out of vim, open vi as sudo, and make...