Within Avatar’s first 4 days, I’ve seen it twice already, both times in 3D. The short version: Bar none the greatest movie of 2009, and it is easily within my personal Top 5 Movies of All Time, if not Numero Uno.
Avatar features gorgeous visuals, stunning action sequences, and a great script carried out by solid acting. If you see it in 3D, it’s even more amazing. (more…)
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 don’t work effectively in mixed-system environments (e.g. Windows and Mac computers) or where networks may be connected but yet distinct (such as a satellite office); further, many personal firewall products result in these systems simply not working at all.
Enter DNS, the basic system that makes the internet itself work. Today’s post will show you how to set up your own DNS server on your network. We will start with a simple caching-only (aka forwarding-only) set up, and then build upon that to assign DNS entries to systems within your own network.
This post will build upon my previous post, Networking 201: Running your own DHCP server, however you don’t need to have your own DHCP server to follow along; I will offer alternative suggestions to help you use a different set up at each step that refers to the DHCP server from that post. (more…)
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 convenient little boxes provide routing, basic firewalling, DHCP, and occasionally even DNS support for your network, via a handy web interface. However, if you find these devices to be too limiting, or you just want to flex your geek muscle by doing it all yourself, one of the first things you’ll need is a DHCP server.
This post will walk you through installing and configuring dhcp3-server on an Ubuntu server. The nice thing about this is that the resource requirements are very low – I use an old HP Pavilion computer running a scant 64 MB of RAM with a sloth-like 667 MHz processor, which is more than enough to also serve as my network’s DNS server and firewall. Installing Ubuntu in such a slim environment can be vexatious, but it runs just fine once installed; that, however, is beyond the scope of this post – for now I will simply assume you have Ubuntu installed and ready to go.
This is the first in a short series of articles about networking set up and configuration; this post will serve as reference material for later how-tos, including a detailed description of how I make effective use of VirtualBox’s internal network feature to virtualize entire networks of VMs. (more…)