Bazaar Project Templates

Tuesday, October 02, 2007 at 09:39 PM

Cheap branches make for new uses.

IBM to Free Java - Next Week?

Wednesday, January 19, 2005 at 05:54 PM

Coverage of an odd mailing list thread suggesting that IBM is gearing up to slap an F/OSS license on their Java compiler and runtime.

Ross' Taint.. I mean, Tate.. I mean, Rawke!

Tuesday, January 11, 2005 at 09:04 AM

Ross Burton builds the first real-world application using Kid Templates.

Fedora Project Shaping Up

Wednesday, December 15, 2004 at 10:37 AM

A report on what seems to be real forward progress in the Fedora project.

FC2 to FC3 upgrade with Yum

Monday, December 06, 2004 at 03:33 PM

My notes on upgrading Fedora Core from 2 to 3 using the Yum package manager.

Java and Open Source

Monday, November 15, 2004 at 05:18 AM

Why Java won't even be considered for most types of F/OSS applications until they ease up on the license.

Disable horizontal wrapping in various textmode tools

Monday, July 19, 2004 at 01:53 AM

Redhat 9 to Fedora 2 Yum Upgrade

Tuesday, July 13, 2004 at 01:04 AM

"Screen"

Saturday, July 10, 2004 at 06:09 AM

Minimal System Backups with rdiff-backup and Yum

Sunday, November 16, 2003 at 01:46 AM

Some thoughts about a simple backup system that takes advantage of a package management system.

Experimental Firebird Extension RPMs Available

Wednesday, November 12, 2003 at 03:14 AM

RPMifying Mozilla Firebird Extensions

Monday, November 10, 2003 at 01:33 AM

Firebird Extension / Theme RPMs

Sunday, November 09, 2003 at 07:32 AM

First post!

Processes spawn faster than threads?

Friday, May 30, 2008 at 05:00 PM / blog.extracheese.org

Sometimes! Or, fork(2) is a very fast operation on legitimate operating systems. I didn't realize it could be as fast as spawning a thread, though.

Git Management KernelTrap Thread

Wednesday, May 21, 2008 at 07:14 PM / kerneltrap.org

Interesting thread wherein Linus describes the need for various types of Git workflows for leaf developers vs. maintainers. Lot's of talk about the pros and cons of rebasing in different situations.

Multiprocess versus Multithreaded ... or why Java infects Unix with the Windows mindset

Thursday, April 10, 2008 at 12:57 PM / erikengbrecht.blogspot.com

Erik Engbrecht: "Java took cheap Unix processes and made them expensive. To compensate, it provided primitives for multithreading."

Why aren’t you using ionice yet???

Wednesday, April 02, 2008 at 08:33 AM / friedcpu.wordpress.com

I'm more than a little embarased that I've never heard of this utility. I think most modern kernels prioritize IO with normal nice, though...

BashPitfalls

Sunday, March 16, 2008 at 03:29 PM / wooledge.org:8000

Most of these are relevant to POSIX sh(1). This one gets me every time: echo <<EOF :)

Csh Programming Considered Harmful

Monday, February 25, 2008 at 01:06 PM / faqs.org

Uggghhh. I just spent 30 minutes hunting some arcane tcsh bug caused by coreutils dircolors. This is my revenge. I don't even know I had any csh code running on this machine. It turns out that MacOS X's /usr/bin/which is implemented in csh. Dumb.

Chroot in OpenSSH

Thursday, February 21, 2008 at 02:11 AM / undeadly.org

"... adds a chroot(2) facility to sshd, controlled by a new sshd_config(5) option 'ChrootDirectory'. This can be used to 'jail' users into a limited view of the filesystem, such as their home directory ..."

Ubuntu's Upstart event-based init daemon

Monday, February 11, 2008 at 12:49 PM / linux.com

I have a strange fetish for init systems (sysv, rc, launchd, etc). This is the first quick introduction to Ubuntu's new init system (Upstart) I've seen. Nice examples of using the initctl command and writing job files.

Git User's Manual

Monday, February 11, 2008 at 11:06 AM / kernel.org

Finally: "this manual is designed to be readable by someone with basic UNIX command-line skills, but no previous knowledge of git."

htop - top(1) replacement with hierarchical process listing, nicer keyboard interface, and more...

Tuesday, February 05, 2008 at 10:53 PM / htop.sourceforge.net

Runs on Linux and FreeBSD (with linproc mounted on /compat/linux/proc). I've always wondered why top(1) just kind of stopped being developed 10 years ago.

In Unix, what do some obscurely named commands stand for?

Thursday, January 17, 2008 at 07:21 AM / kb.iu.edu

Dennis Ritchie: "There was a facility that would execute a bunch of commands stored in a file; it was called runcom for 'run commands', and the file began to be called 'a runcom'. rc in Unix is a fossil from that usage."

Nmap for Beginners

Monday, January 07, 2008 at 08:42 AM / blog.fourthirty.org

I can never remember nmap args for some reason...

VMWare: Coming Out of the Cloud?

Friday, December 07, 2007 at 03:17 AM / redmonk.com

EC2 is my current pick for most interesting / innovative tech development of the year. Everyone will have to have an EC2 clone by the end of 2008.

Bourne Shell Server Pages

Wednesday, November 21, 2007 at 08:28 PM / hyperrealm.com

"Installation is left as an exercise for the reader."

GNUpdf

Wednesday, November 21, 2007 at 08:25 PM / gnupdf.org

"The goal of the GNU PDF project is to develop and provide a free, high-quality, complete and portable set of libraries and programs to manage the PDF file format, and associated technologies. "

Mr. Peabody Explains fork()

Saturday, October 27, 2007 at 04:32 AM / users.pandora.be

Brilliant!

ZFS Puts Net App Viability at Risk?

Thursday, October 25, 2007 at 01:33 AM / blogs.sun.com

Schwartz: "... we will be going after sizable monetary damages. And I am committing that Sun will donate half of those proceeds to the leading institutions promoting free software and patent reform, and to the legal defense of free software innovators."

Hotwire graphical terminal

Sunday, October 21, 2007 at 01:15 PM / howtoubuntu.com

Looks like they're bringing the basic capabilities of readline up to the GUI level. Definitely interesting.

ManPageView

Monday, October 15, 2007 at 08:08 PM / vim.org

Vim add-in for viewing manpages, perldoc (both system and embedded), help, info, and php files. Maybe I'll finally be able to read all that GNU info doc I keep hearing about in the GNU coreutils man pages.

Fear and loathing at the command line

Sunday, October 14, 2007 at 01:07 PM / brucebyfield.wordpress.com

"To average users, the suggestion that they use the command line – or the shell, or the terminal, or whatever else you want to call it is only slightly less welcome than the suggestion that they go out and deliberately contract AIDS." That's a damn sham

Configuring Apache httpd

Friday, October 12, 2007 at 11:54 AM / links.org

Starting with absolutely no configuration file. This is why I've prefered lighttpd, because I can put together a separate config in about five minutes. httpd's sprawling default config has always scared the crap out of me.

The rsync(1) Algorithm

Wednesday, October 03, 2007 at 02:33 PM / en.wikipedia.org

Some detail on rsync's "rolling checksum" algorithm invented by Andrew Tridgell.

Good Shell Coding Practices - Handling Command Line Arguments

Tuesday, October 02, 2007 at 07:59 AM / shelldorado.com

Very nice look at different methods (good and bad) for handling the command line in sh scripts.

Unison File Synchronizer - User Manual and Reference Guide

Sunday, September 30, 2007 at 01:54 PM / cis.upenn.edu

I'm gonna give this a try for managing home directories now that I've convinced myself that version control is the wrong solution. I moved my homes from CVS to SVN a couple years ago and just tried going with bzr but VCS just isn't right here.

Cronic - A cure for Cron's chronic email problem

Saturday, September 22, 2007 at 11:39 AM / habilis.net

"... cron's pathological behavior has be petrified into the Unix standards. So if it isn't broken, it isn't cron."

unix domain sockets vs. internet sockets

Saturday, September 22, 2007 at 09:23 AM / lists.freebsd.org

Pretty much what you thought but with great detail :)

Microsoft 'evidence' turns against them [tectonic.co.za]

Wednesday, May 16, 2007 at 09:53 AM / tectonic.co.za

"The market needs to understand that the study Microsoft is citing actually proves the opposite of what they claim it does."

Server Monitoring With munin And monit On Debian Etch

Wednesday, May 16, 2007 at 08:10 AM / howtoforge.com

Nifty combo.

Dell joins the Microsoft-Novell alliance, hopes for Windows / Linux harmony

Tuesday, May 08, 2007 at 03:01 PM / engadget.com

I've read the following line five times but it refuses to compute: "... and now it sounds like Dell will be buying SUSE Linux Enterprise Server certificates from Microsoft ..." Huh? Looks like I should have further researched the MS/Novel deal.

Does Linux "Fail To Think Across Layers?" [slashdot.org]

Saturday, May 05, 2007 at 07:26 PM / linux.slashdot.org

Slashdot has become a horrible discussion forum for most topics. Disk theory and UNIX sysadmin type stuff is an exception, though. This story on ZFS might have the most informational comments I've seen in years.

Did Microsoft just patent sudo?

Friday, May 04, 2007 at 08:58 AM / ubuntulinuxtipstricks.blogspot.com

What's next? which(1)?

These are the systems and peripherals [Michael S. Dell] is using right now. [dell.com]

Sunday, April 22, 2007 at 08:22 AM / dell.com

Michael Dell runs Ubuntu 7.04 on his personal laptop :)

What to watch out for when writing portable shell scripts

Friday, April 13, 2007 at 06:34 PM / programming.newsforge.com

Nice look at techniques for writing portable sh.

You are kidding arent you?

Sunday, March 18, 2007 at 09:05 AM / talkback.zdnet.com

"Microsoft just spent $9 billion and many years to create Vista, so it does not sound reasonable that some new alternative could just snap into existence overnight like that. It would take billions of dollars and a massive effort to achieve." :)

leaving duke

Thursday, March 15, 2007 at 04:41 PM / skvidal.wordpress.com

Seth is on the market. Hire him.

Define - /etc?

Saturday, March 03, 2007 at 05:41 PM / ask.slashdot.org

"et see" :)

getopt and getopts

Tuesday, February 27, 2007 at 09:38 AM / aplawrence.com

A complete look at the little used utilities for processing arguments in scripts.

What's cooking for FreeBSD 7?

Saturday, February 24, 2007 at 06:57 PM / ivoras.sharanet.org

Lots of stuff from Sun (ZFS, dtrace), Linuxulator translates Linux syscalls to BSD syscalls with not performance penalty, lots of performance enhancements to the network stack from the card up, and a new malloc.

UNIX® Load Average Part 1: How It Works

Wednesday, February 21, 2007 at 02:15 PM / teamquest.com

Love it! This is less of an article and more of a minute by minute account of hacker seeing something he doesn't understand and following the trail (man, code, calculus) to understanding.

Making Fedora RESTful

Saturday, February 03, 2007 at 09:32 PM / fedora.info

Wow, I'm surprised I've never seen anything about this before.

Text email clients revisited [linux.com]

Friday, January 05, 2007 at 01:59 AM / linux.com

I've been using a fetchmail, procmail, and mutt setup on my Mac for a few months now in an attempt to get control over five different mailboxes and it's working pretty well. If you've got some free time and lots of mail, consider playing around with one o

IEs4Linux

Tuesday, January 02, 2007 at 04:09 PM / tatanka.com.br

Whose going to get this running on OS X? I guess it doesn't really matter. I can always X over to a Linux box...

Fedora Legacy shutting down

Tuesday, January 02, 2007 at 11:21 AM / fedoranews.org

This seems like really bad news to me.

Microsoft versus FOSS Configuration Management

Friday, December 08, 2006 at 08:50 AM / cogito.blogthing.com

"Dependency management is probably the most important contribution of open source to software engineering." -- I don't know about that but it's definitely up there. It's mind boggling that MS hasn't developed some form of package management.

UNIX productivity tips

Thursday, September 21, 2006 at 12:39 PM / www-128.ibm.com

Best UNIX productivity article I've read in a long while.

Shell Tips and Tricks

Saturday, December 24, 2005 at 10:51 PM / linux-mag.com

... and not just the usual suspects either.

Linux is Not Windows

Sunday, October 09, 2005 at 11:17 AM / linux.oneandoneis2.org

Lot's of things I've wanted to say in here...

Unattended, Encrypted, Incremental Network Backups: Part 1

Friday, August 12, 2005 at 11:18 PM / debian-administration.org

Cool.

Patent absurdity

Wednesday, June 22, 2005 at 09:01 AM / guardian.co.uk

Stallman on the EU software patent mess.

Is Linux For Losers?

Friday, June 17, 2005 at 10:03 AM / forbes.com

Worse is better.

Open-source LAMP a beacon to developers

Tuesday, June 14, 2005 at 02:11 PM / news.com.com

Beautiful. Our pal Stephen O'Grady gets a nice quote in this one. To the moon!

Linus compares Linux and BSDs

Monday, June 13, 2005 at 05:38 PM / os.newsforge.com

"Which mindset is right? Mine, of course. People who disagree with me are by definition crazy. (Until I change my mind, when they can suddenly become upstanding citizens)"

Seth Vidal : Fedora Foundation

Saturday, June 04, 2005 at 05:25 AM / blog.sethdot.org

Seth on the recent Fedora Foundation announcement: "It reminds me of the announcements about 2 years ago for something called the Red Hat Linux Project."

The Most Powerful Labor Union in the World: Linux?

Tuesday, May 31, 2005 at 04:40 PM / technewsworld.com

I don't even know what to think of this...

How The Kernel Development Process Works

Monday, May 30, 2005 at 01:41 PM / groklaw.net

Debunking the common myth that anyone can commit changes to any F/OSS project whenever they.

SCO to Groklaw's PJ: Who Are You?

Friday, April 15, 2005 at 01:46 PM / internetnews.com

Haha! SCO is out of control.

Mr. Yum

Wednesday, April 13, 2005 at 02:24 PM / livejournal.com

A great snap of Seth Vidal, quite possibly the best project leader I've ever had the privilege of working with.

Using Bash's History Effectively

Thursday, April 07, 2005 at 11:14 AM / talug.org

Need to move away from history | grep -i

Emacs as Cargo

Monday, April 04, 2005 at 11:15 AM / pinard.progiciels-bpi.ca

Came across this odd section in a "leaving Emacs for vi" document and it has a really interesting description of the history of FSF/GNU, Linux, and the evolution of Free Software. Seems out of place in this document but is worth reading.

Brazil: Free Software's Biggest and Best Friend

Sunday, April 03, 2005 at 08:04 PM / primagama.com

Brazil gets it. They could be the international version of Silicon Valley in the next five years...

MIT Backs Brazil's Free Software over Microsoft

Thursday, March 17, 2005 at 06:17 PM / eweek.com

I'm seriously considering considering moving to Brazil. That country is really starting to get their shit together and the gov seems close to the people.

Microsoft's first explicit anti-GNU/Linux ad

Tuesday, February 22, 2005 at 02:15 PM / www-swiss.ai.mit.edu

From Oct 23, 2000 issue of the German language magazine c't

How I learned to stop worrying and love the command line, part 1.

Thursday, February 17, 2005 at 10:10 PM / redhat.com

Introduction to being a complete bad-ass.

Open Sores Software Development

Friday, February 11, 2005 at 03:00 AM / j-walk.com

"Save Money, Save Time, Save Your Ass"

Eclipse Java-GNOME Demo

Wednesday, January 26, 2005 at 03:29 PM / overholt.ca

Demo of 100% free Java/Eclipse natively compiled with gcj. This is slated for Fedora Core 4.

MSFT refuses to give 15 XP licenses for tsunami relief related work

Wednesday, January 19, 2005 at 02:42 AM / lug.lk

I almost puked when I read this. I hope there's just been a mix up or something.

A Sneak Peek at GNOME 2.10

Tuesday, January 18, 2005 at 08:13 AM / gnome.org

Looks like a nice little upgrade..

MilkMint GTK2 Theme (for GNOME)

Monday, January 17, 2005 at 10:21 AM / art.gnome.org

A nice and simple theme for GTK2/GNOME desktop environments (click thumbnail image to see larger screenshot).

CNet: Red Hat tries again with Linux enthusiasts

Thursday, January 13, 2005 at 04:49 PM / news.com.com

Decent coverage of recent Fedora activity. Things should start kicking up here now that Fedora Extras CVS is available and Seth Vital is taking a more active role.

Experimental Culture

Wednesday, January 12, 2005 at 05:30 AM / gnomejournal.org

A look at the past, present, and possible future of GNOME culture.

Tuning the Linux Kernel with a Genetic Algorithm

Sunday, January 09, 2005 at 06:34 PM / kerneltrap.org

Good idea!

Torvalds: A Solaris skeptic

Tuesday, December 21, 2004 at 10:34 AM / news.com.com

Linus on Solaris going OSS.

Gish

Monday, December 13, 2004 at 06:39 PM / chroniclogic.com

Supposedly kick ass video game for OS X, Linux, and Windows. Free demo available.

Optimize Me Harder

Saturday, December 11, 2004 at 03:12 AM / fooishbar.org

"Nobody really modifies the source of open source software." -- somebody didn't get that memo; possibly all of australia..

gyum - Graphical User Interface for Yum

Thursday, December 09, 2004 at 01:16 AM / fedoranews.org

Cool. This is one of the most frequent requests on yum-devel. Not sure who's behind this though because I don't remember seeing it discussed on the mailing list.

bugzilla.redhat.com: Bug 127369

Monday, December 06, 2004 at 04:56 PM / bugzilla.redhat.com

Best bug report I've ever seen in my life.

RE: fedora core 3 goals.

Saturday, December 04, 2004 at 06:27 PM / redhat.com

Icon's fictitious #redhat IRC transcript relaying some of the issues surrounding the Fedora project from the community's POV. This is a few months old. I hope some of this has been cleared up.

1.2 Terabyte Linux based media PC for $2000

Friday, December 03, 2004 at 07:19 AM / engadget.com

Sorry, no one is getting christmas presents from me this year.

GNU make Manual

Sunday, November 28, 2004 at 05:46 PM / gnu.org

All on one page :)

Fedora Core 3 Installation Notes

Tuesday, November 23, 2004 at 01:10 PM / fedoranews.org

Instructions for getting a FC3 installed and up to snuff.

Red Hat Magazine

Friday, November 19, 2004 at 04:40 PM / redhat.com

I hope they keep this semi-technical. First issue looks pretty good.

Fedora Core 3 Screenshot tour

Monday, November 15, 2004 at 02:10 PM / osdir.com

This is a really good idea.

Netcraft Results for beta.search.msn.com

Friday, November 12, 2004 at 03:40 PM / uptime.netcraft.com

Maybe Balmer could include the fact that msn search runs on Linux in his next "Get The Facts" campaign.

Build your own search engine with ht://Dig

Friday, November 12, 2004 at 08:56 AM / newsforge.com

when you can't afford a google appliance...

Linux not ready for mass market

Friday, October 29, 2004 at 12:38 PM / techworld.com

probably true. shrug..

FC4 - Thoughts about the future.

Friday, October 29, 2004 at 06:58 AM / blog.sethdot.org

Seth Vital provides a list of things that need to happen for Fedora to be successful moving forward. Note that most of these have been problems that received little attention since Fedora 1.

Ballmer: Comparing Windows with Linux and UNIX

Wednesday, October 27, 2004 at 02:07 PM / microsoft.com

for some reason, anytime I'm reading ballmer, I always get that charlie-brown-on-the-phone-voice in my head. -- Wah wah.. Wah wah wah wah, wah wah...

The Novell-Merkey Case (1998)

Thursday, October 21, 2004 at 08:50 PM / groklaw.net

Some guy is trying to buy the GPL off the Linux kernel by contacting individual copyright holders and offering them cash.

Sam's Teach Yourself Emacs in 24 Hours

Tuesday, October 19, 2004 at 03:40 PM / freebooks.by.ru

yeah whatever... I've been trying to learn emacs for years.

The Hole Hawg

Saturday, October 16, 2004 at 10:30 AM / team.net

Neal Stephenson on UNIX.

Mac Takes Honors as Best Unix Desktop

Thursday, October 14, 2004 at 01:55 AM / eweek.com

"KDE and GNOME have both gotten much better, but let's get real. They're not even in the same ballpark." -- Ouch. True though...

A Tao of Regular Expressions

Wednesday, October 13, 2004 at 11:57 AM / sitescooper.org

Patent Theory

Wednesday, October 13, 2004 at 01:25 AM / tbray.org

Tim Bray with an objective look at something that's hard to talk about without using the words "bullshit" or "fukt" or "broken". We need more people like Tim. I tend to just bitch.

SCO's McBride warns of open source 'wild west'

Tuesday, October 12, 2004 at 09:39 PM / nwfusion.com

Protect your intellectual property now or risk having your business sacked by open souce-touting bandits!

Secure programmer: Prevent race conditions

Tuesday, October 12, 2004 at 04:08 AM / www-128.ibm.com

Some really good info on various methods of dealing with synchronization between processes on *NIX based systems.

SCO CEO admits IP license revenue disappointment

Monday, October 11, 2004 at 01:00 PM / cbronline.com

imagine that.

Linux cannot compete with Longhorn

Tuesday, October 05, 2004 at 04:05 PM / newsforge.com

History of WinFS (hint: OFS)

Doom 3 for Linux Released

Tuesday, October 05, 2004 at 01:48 PM / slashdot.org

'bout time.

Ten Commands Every Linux Developer Should Know

Tuesday, October 05, 2004 at 01:46 PM / linuxjournal.com

ctags/etags, strace, fuser, ps, time, nm, strings, od/xxd, file, objdump

Synergy

Thursday, September 23, 2004 at 07:37 AM / synergy2.sourceforge.net

"share a single mouse and keyboard between multiple computers with different operating systems" via PhotoMatt.

Red Hat Executives Blog: The Latest Joke from Redmond

Wednesday, September 22, 2004 at 04:44 PM / blogs.redhat.com

Red Hat Exec Michael Tieman's comments on Microsoft's weird move into the open source mindview.

GNOME: We've overtaken Windows, bring on Apple

Thursday, September 16, 2004 at 01:09 AM / zdnet.com.au

Title is a bit misleading. GNOME feels they have reached Windows' level of functionality (I'd agree) and are now shooting to bring the featureset in line with Apple's OS X.

GmailFS - Gmail Filesystem

Sunday, August 29, 2004 at 03:21 AM / richard.jones.name

"..provides a mountable Linux filesystem which uses your Gmail account as its storage medium." - Maybe I will be able to put these 7 Gmail invites to good use after all.

Microsoft slammed over misleading Windows Linux claims

Wednesday, August 25, 2004 at 10:49 PM / theinquirer.net

"The ad contained a graph comparing the cost in US dollars between Linux running on two z900 mainframe CPUs and a Windows Server 2003 image running two 900MHz Intel Xeons chips." Since when are mainframe chips only 10 times more expensive than x86 chips?

The Joel on Software Forum - Explain why emacs is popular? (Not a troll)

Friday, August 20, 2004 at 02:16 PM / discuss.fogcreek.com

After using Emacs for three years, I think I finally need to learn how to use it. This has some good pointers.

Ohio LinuxFest

Wednesday, August 11, 2004 at 05:08 PM / ohiolinux.org

Conference for Linux enthusiasts of all kinds. Right down the street from me at OSU.

Patents and Linux [ongoing]

Friday, August 06, 2004 at 06:46 AM / tbray.org

Tim Bray on all the recent news about linux's 283 patent infingements.

BayStar-SCO Agreement Falls Apart, Legal Action Threatened

Wednesday, July 28, 2004 at 09:45 AM / eweek.com

"In the first quarter of 2004, SCOsource realized only $20,000 and in the last quarter the revenue from IP licensing came to a mere $11,000."

Fedora People

Monday, July 19, 2004 at 11:32 PM / fedora.linux.duke.edu