"After a much larger delay than I would have liked, Capistrano 2.1 is now available! There is a lot going on in this release, including some pretty exciting changes. As ever, install it via RubyGems...
Read more »HAMMER Performance
"I've never looked at the Reiser code though the comments I get from friends who use it are on the order of 'extremely reliable but not the fastest filesystem in the world'," Matt Dillon explained when asked to compare his new clustering HAMMER filesystem with ReiserFS, both of which utilize BTrees to organize objects and records...
Read more »- Login to post comments
FreeBSD RELENG_7 branched, time-based release cycles from now on
The FreeBSD development team has silently created the RELENG_7 branch. This is an important step in the release process of FreeBSD 7.
Ken Smith has also told that the team will shift to time-based release cycles now on, instead of feature-based ones.
- Login to post comments
HAMMER filesystem design document posted
Project leader Matthew Dillon is starting to commit parts of his HAMMER file system work into DragonFlyBSD; he anticipates it being available in beta form by the 2.0 release at the end of this year. He posted a design document, describing how it should work.
Read more »- Login to post comments
Web Browser-Based Interaction with the Eclipse IDE : Overview
An Eclipse plug-in that enables browser-based access to Eclipse.!!!
Read more »- Login to post comments
What is Ruby on Rails ?
- Login to post comments
Configuring Apache httpd
"Ben Laurie shows how to build up an Apache configuration file from first principles." via Simon Willison.
Read more »- Login to post comments
How to create an IRC bot
This article will show how to write an IRC bot to manage a channel for your open source project, like the one I have managing #springpython, the IRC chat channel for Spring Python
Read more »- Login to post comments
Zero to Z-Shell: Learn what all the fuss is about with Z-Shell
By and large, most Red Hat Linux systems will have Bash as the default shell. Bash is a darn great shell, but this article is about another equally great shell, called Z-Shell, that has most of the attributes of Bash, but in some cases goes the extra mile to give you the flexibility to customize your shell more than Bash allows.
Read more »- Login to post comments
How to Think Like a (Python) Programmer
"How to Think Like a Computer Scientist: Learning with Python" is a free textbook available under the GNU Free Documentation License. Readers are free to copy and distribute the text; they are also free to modify it, which allows them to adapt the book to different needs, and to help develop new material. It is currently only in draft form.
Read more »- Login to post comments
A Visual Explanation of SQL Joins
"I thought Ligaya Turmelle's post on SQL joins was a great primer for novice developers. Since SQL joins are fundamentally set-based, the use of Venn diagrams to explain them seems, at first blush, to be a natural fit. However, like the commenters to her post, I found that the Venn diagrams didn't quite match the SQL join syntax reality in my testing..."
Read more »- Login to post comments
Running a Jabber server under Debian with eJabberd
"I like to run my own jabber server, so that I can be contacted as tom@jerakeen.org. Also, I’m a sucker for punishment. I’ve run serveral different Jabber servers over the last year or so, and yesterday I started toying with ejabberd. It was probably the easiest to set up of any of the servers I’ve tried, and I recommend it..."
Read more »- Login to post comments
An Absolute Review
Absolute Linux is a stripped-down version of Slackware. It is made for speed, stability, security, and ease of use and development. Its chief aim is to make installation and maintenance easier than of the original Slackware. Absolute Linux uses the ultra-lightweight IceWM window manager and ROX for handling files.
Read more »- Login to post comments
Installing Tomcat 6 on Ubuntu
If you are running Ubuntu and want to use the Tomcat servlet container, you should not use the version from the repositories as it just doesn't work correctly. Instead you'll need to use the manual installation process that I'm outlining here.
Read more »- Login to post comments
Comments on 'Security without firewalls'
Debian Administration has an article up about the usefulness of firewalls. Are they really necessary? If you consider a firewall as just a non-stateful, layer-3 packet filter, then I would agree they are not very useful. However, modern firewalls can do all sorts of useful filtering that can protect a public application from compromise
Read more »- Login to post comments