Summersault
Home About Us Services Portfolio Community Support
Database Driven Websites
community home
local community
partner community
online community
weblog


Archives: Categories: Authors:

 

Summersault Weblog

Archive for April, 2005

darcs leading distributed SCM in kerneltrap.org survey

Posted by Mark Stosberg on April 26th, 2005

There’s been quite a lof interest in source control management (SCM) software since Linus Torvalds recently announced that he will no longer be using BitKeeper to manage the Linux kernel project. Related to this, kerneltrap.org has a timely survey about favorite SCM software. Sure it’s unscientific, but being skewed towards people who have some interest in large projects like the like the Linux kernel does make it more interesting. These are generally readers of kerneltrap.org, after all.

The two in the lead are no surprises: CVS and Subversion. CVS is the old heavyweight with a large mindshare. Subversion has gained popularity as a “better CVS”. Beyond these, the options get interesting because they get distributed.
Read the rest of this entry »


Horrors of Domain Management on the Internet

Posted by Chris Hardie on April 25th, 2005

The “Domain Name System” (DNS) is essentially the phone book of the Internet. It’s what translates human readable domain names like “summersault.com” into computer-friendly numeric addresses that identify where a particular website, e-mail account, or other service related to that domain actually lives. Like most of the rest of the Internet’s technologies and supporting systems, the DNS system was not designed for level or type of usage it currently experiences. Over time and through some poor policy decision making, the DNS infrastructure has become, in the context of what constitutes a reasonable quality of operations given modern expectations about network technologies, essentially broken. In recent years, as commercialization of the Internet continues and more and more services become available, DNS has become broken in new and painful ways that have a daily impact on our operations as a hosting company. Even if you’re a casual user, the dysfunction probably affects your own use of the Internet more than you know.
Read the rest of this entry »


Running a local SMTP blacklist with rbldnsd

Posted by Chris Hardie on April 25th, 2005

A Realtime Blackhole List (RBL) is a list of computers on the Internet that made it onto the list because they were caught spamming, sending out viruses, or some other unsavory activity that met the list maintainer’s standard for being listed. Mail service providers all over the Internet then use these lists to decide whether to accept or reject mail from those listed computers (or, in many cases, just “tag” mail from those computers as suspect). As Summersault has continued to rely more heavily on RBLs for keeping out unwanted junkmail and viruses, we’ve also increasingly found the need for being able to maintain exceptions to those lists. This post talks about how to setup your own RBL system for listing those exceptions.
Read the rest of this entry »


turn any ssh-accessible box into an instant personal file server

Posted by Mark Stosberg on April 23rd, 2005

I love simplicity, and I found it today in shfs, a tool that allows me to
browse any server I can ssh into as a local file system.

Consider this common case: I’m working on some content for my website at home, and I’m ready to upload to my website. I can only access with SSH-based tools, to prevent my password from being sent in the clear, as FTP would do. That means my choices are basically ssh, scp, and sftp.
Read the rest of this entry »


Checkinstall: A safe way to try out cutting edge Linux software.

Posted by Mark Stosberg on April 23rd, 2005

Linux as a desktop operating system is finally at place where it can be
comfortable alternative to Windows or Mac OS X for a lot of people.

Linux has outgrown the perception that it’s necessary to use the command line
or have to compile your own software.

Yet, the hacker culture it has evolved from is ripe with opportunities for
additional efficiency and power for those users that do dare to visit the
command line.
Read the rest of this entry »


RT power tip: quickly process unrelated tickets

Posted by Mark Stosberg on April 19th, 2005

We use the excellent RT request tracker for our support system.

Each request is tracked through a unique ID that gets passed the e-mail subject line. Sometimes I want to update several tickets at once using a collection of unrelated IDs I have in my Inbox. Read the rest of this entry »


The opinions expressed by individuals posting in the Summersault Weblog are not necessarily those of Summersault, LLC. While we try to insure the quality and accuracy of the information presented here, we make no guarantees about its suitability for any particular purpose.