Tag Archives: guide

Running a Minecraft Server from a RAM Disk

RAM is fast. Very fast. Very, very fast. If you were to think of your hard drive as a Ferrari, your RAM would be a tachyon — a theoretical particle that moves faster than the speed of light! have-upgrade-great That’s … Continue reading

Posted in How-to | Tagged , , | 1 Comment

Dynamic DNS with Linode and CloudFlare

Linode is a great provider of Linux-based VPS — this site is running from one right now, in fact! To help support it, and for a tad of extra security, I also use the free CloudFlare service, which provides a … Continue reading

Posted in How-to | Tagged , , , , , | 1 Comment

Move an SVN Repository From One Server to Another

There’s certainly no shortage of sites offering quick instructions to move your SVN repository from one server to another. About 3.3 million (at the time of this writing) of them, it seems. So why do I have to make it … Continue reading

Posted in How-to | Tagged , , | 2 Comments

Name-Based Virtual Hosts With nginx on IPv6

Linode.com has recently added native IPv6 support to many of its data centers. Linode hosts the VPS that runs this blog, and it happens to reside in their Dallas data center. I was busy planning my wedding when IPv6 support … Continue reading

Posted in How-to | Tagged , , , , | 4 Comments

Changing an Exchange User Mailbox to a Resource

Creating a resource mailbox in Exchange Server is easy. And it can make managing your organization’s resources — conference rooms, projectors, etc. — real easy, especially in avoiding double-booking. your-manually-heres But what if you accidentally create your resource mailbox as … Continue reading

Posted in How-to | Tagged , , | Leave a comment

Microsoft’s Virtual Machine Manager: “Host not responding”

Microsoft’s Virtual Machine Manager, or VMM, is a slick piece of tech that smoothly enables users to control virtual machines spread out across multiple hosts, including, of course, localhost. but-responding-localhost But what happens when VMM reports “Host not responding”, even … Continue reading

Posted in Tech | Tagged , , , | Leave a comment

Networking 201: Running your own DNS server

Setting up your own DNS server is an effective way to enable more interaction between systems on your network. While NetBIOS and WINS can enable the same kinds of interactions without requiring users to resort to IP addresses, they often … Continue reading

Posted in How-to | Tagged , , , , , | 1 Comment

Networking 201: Running your own DHCP server

Whether you run a small business network, or just your own home network, you’ve probably made use of what I call “plastic routers” – off-the-shelf devices that you plug in to share your single internet hookup between multiple computers. These … Continue reading

Posted in How-to | Tagged , , , | Leave a comment

Apache on Windows: Serving Files From the Network

Recently I had a problem: Without going into the “whys” here, I found myself on a Windows XP system needed to parse and serve PHP files in Apache from a network share. Sounds easy enough, right? Unfortunately, the obvious answer … Continue reading

Posted in How-to | Tagged , , , | 10 Comments

RAID 10 with mdadm

If I had to pick one fault of Linux, it would be that for almost everything, the Linux user is inundated with hundreds of possible solutions. This is both a blessing and a curse – for the veterans, it means … Continue reading

Posted in How-to | Tagged , , , | 13 Comments