Articles in the tools category

Using Lenny to Build Jaunty Packages

The process for building debian packages is actually very well documented, though many of the tutorials you will find are aimed at people who are packaging third-party software instead of their own.

Also, I'm running on Debian's Lenny, and I need to produce packages that install cleanly on ...

9 "Must-Have" Tools for Software Teams

The items below are useful systems based on my experience working with a bunch of different software teams at a handful of companies over the past decade-plus. I haven't bothered to list things like compilers, interpreters, libraries, etc. If you don't have those, you aren't making software ...

Hassle Free Way to Kill Sudo'd Jobs

Every now and then I have to run a foreground job under sudo that doesn't want to die when I hit ^C. Then it's a hassle to ^Z, get the pid of the sudo job, and sudo kill that pid.

So I wrote a little script (or a ...

The Toolkit of a Software Engineer

This is a rundown of the things you should have in your toolkit -- doesn't matter whether you call yourself a software engineer, programmer, developer, code monkey, etc.

Editor

You must have an excellent editor. It should slice, dice, puree and mince, all with minimal effort. Seriously, it should have ...

« Page 3 / 4 »