<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/2.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>jeblog</title>
	<link>http://jebba.blagblagblag.org</link>
	<description>jeff moe's blog</description>
	<pubDate>Fri, 11 Apr 2008 08:36:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>linux-libre</title>
		<link>http://jebba.blagblagblag.org/?p=244</link>
		<comments>http://jebba.blagblagblag.org/?p=244#comments</comments>
		<pubDate>Thu, 21 Feb 2008 04:43:31 +0000</pubDate>
		<dc:creator>jebba</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jebba.blagblagblag.org/?p=244</guid>
		<description><![CDATA[
The official &#8220;vanilla&#8221; Linux kernel from Linus that gets distributed on kernel.org has non-free[1] software in it. Here is one example from linux-2.6.24/drivers/net/tg3.c:
/*
 * tg3.c: Broadcom Tigon3 ethernet driver.
 *
 * Copyright (C) 2001, 2002, 2003, 2004 David S. Miller (davem@redhat.com)
 * Copyright (C) 2001, 2002, 2003 Jeff Garzik (jgarzik@pobox.com)
 * Copyright (C) 2004 Sun [...]]]></description>
			<content:encoded><![CDATA[<p><center><a href='http://jebba.blagblagblag.org/wp-content/uploads/2008/02/is_for_robots.jpg' title='is for robots'><img src='http://jebba.blagblagblag.org/wp-content/uploads/2008/02/is_for_robots.jpg' alt='is for robots' /></a></center></p>
<p>The official &#8220;vanilla&#8221; Linux kernel from Linus that gets distributed on kernel.org has non-free[1] software in it. Here is one example from linux-2.6.24/drivers/net/tg3.c:</p>
<pre>/*
 * tg3.c: Broadcom Tigon3 ethernet driver.
 *
 * Copyright (C) 2001, 2002, 2003, 2004 David S. Miller (davem@redhat.com)
 * Copyright (C) 2001, 2002, 2003 Jeff Garzik (jgarzik@pobox.com)
 * Copyright (C) 2004 Sun Microsystems Inc.
 * Copyright (C) 2005-2007 Broadcom Corporation.
 *
 * Firmware is:
 *      Derived from proprietary unpublished source code,
 *      Copyright (C) 2000-2003 Broadcom Corporation.
 *
 *      Permission is hereby granted for the distribution of this firmware
 *      data in hexadecimal or equivalent format, provided this copyright
 *      notice is accompanying it.
 */</pre>
<p>It then has screenfulls of non-free code like this:</p>
<pre>0x0e000003, 0x00000000, 0x08001b24, 0x00000000, 0x10000003, 0x00000000,
0x0000000d, 0x0000000d, 0x3c1d0800, 0x37bd4000, 0x03a0f021, 0x3c100800,
0x26100000, 0x0e000010, 0x00000000, 0x0000000d, 0x27bdffe0, 0x3c04fefe,
0xafbf0018, 0x0e0005d8, 0x34840002, 0x0e000668, 0x00000000, 0x3c030800,
0x90631b68, 0x24020002, 0x3c040800, 0x24841aac, 0x14620003, 0x24050001,
0x3c040800, 0x24841aa0, 0x24060006, 0x00003821, 0xafa00010, 0x0e00067c,
0xafa00014, 0x8f625c50, 0x34420001, 0xaf625c50, 0x8f625c90, 0x34420001,
0xaf625c90, 0x2402ffff, 0x0e000034, 0xaf625404, 0x8fbf0018, 0x03e00008,
0x27bd0020, 0x00000000, 0x00000000, 0x00000000, 0x27bdffe0, 0xafbf001c,
0xafb20018, 0xafb10014, 0x0e00005b, 0xafb00010, 0x24120002, 0x24110001,
0x8f706820, 0x32020100, 0x10400003, 0x00000000, 0x0e0000bb, 0x00000000,
0x8f706820, 0x32022000, 0x10400004, 0x32020001, 0x0e0001f0, 0x24040001,
0x32020001, 0x10400003, 0x00000000, 0x0e0000a3, 0x00000000, 0x3c020800,
0x90421b98, 0x14520003, 0x00000000, 0x0e0004c0, 0x00000000, 0x0a00003c,
0xaf715028, 0x8fbf001c, 0x8fb20018, 0x8fb10014, 0x8fb00010, 0x03e00008,
0x27bd0020, 0x27bdffe0, 0x3c040800, 0x24841ac0, 0x00002821, 0x00003021,
0x00003821, 0xafbf0018, 0xafa00010, 0x0e00067c, 0xafa00014, 0x3c040800,
0x248423d8, 0xa4800000, 0x3c010800, 0xa0201b98, 0x3c010800, 0xac201b9c,
0x3c010800, 0xac201ba0, 0x3c010800, 0xac201ba4, 0x3c010800, 0xac201bac,
0x3c010800, 0xac201bb8, 0x3c010800, 0xac201bbc, 0x8f624434, 0x3c010800,
0xac221b88, 0x8f624438, 0x3c010800, 0xac221b8c, 0x8f624410, 0xac80f7a8,
0x3c010800, 0xac201b84, 0x3c010800, 0xac2023e0, 0x3c010800, 0xac2023c8,</pre>
<p>Why Linus Torvalds tolerates and distributes this I have no idea. He surely has some rationale buried in a LKML flamewar somewhere, but it doesn&#8217;t change the fact that there is clearly non-Free code in the Linux kernel.</p>
<p>A little over three years ago BLAG made a commitment[2] to RMS to only distribute software that met the Free Software Definition. Since then, I have learned about the issues with the non-Free Linux kernel (IIRC around the time gnewsense popped up). I kept punting the issue hoping it would just go away and upstream would solve it. They haven&#8217;t and the blobs remained in the kernel.</p>
<p>After talking to Jaromil from dynebolic, looking at the gnewsense approach (which has to remove additional non-free blobs that ubuntu adds), and debian&#8217;s approach I felt a single clean source tarball would be of benefit to everyone who wants a truly Free Linux kernel. This new cleaned kernel source has been dubbed &#8220;linux-libre&#8221; and I am its janitor. It is available here:</p>
<p><A HREF="ftp://ftp.blagblagblag.org/pub/BLAG/linux/kernel/v2.6">ftp://ftp.blagblagblag.org/pub/BLAG/linux/kernel/v2.6</A></p>
<p>If you actually go there, you&#8217;ll see a TESTING directory&#8211;currently that is where the tarballs are stored, but once everything is finalized they&#8217;ll be in the main directory. One issue I wanted to settle before moving things from TESTING was a version numbering system that we could live with long term. I have settled on the following approach, which is subject to change if anyone comes up with good objections: I&#8217;m adding a last digit to show the &#8220;libre&#8221; release based on the upstream kernel. Examples:</p>
<pre>Linus version         Linux Libre version
2.6.24                2.6.24.0.0 first  libre release
2.6.24                2.6.24.0.1 second libre release
2.6.24.1              2.6.24.1.0 first  libre release
2.6.24.1              2.6.24.1.1 second libre release
2.6.24.2              2.6.24.2.5 sixth  libre release</pre>
<p>So the latest linux-libre release is 2.6.24.2.1&#8211;my second spin based on upstream&#8217;s 2.6.24.2. In sum, the last digit is mine, the previous digits match upstream.</p>
<p>The `deblob` script used to clean the kernel is in the scripts/ directory of the tarball and can be used to clean other kernels.</p>
<p>Now that there is a nice tarball to use as a base, BLAG will be building it&#8217;s own kernels based upon that and not distributing any Fedora kernels. We have unreleased ISOs spun that are using this new kernel and kernel RPMs are hitting the repository. &#8220;Real-soon-now&#8221; we&#8217;ll have new BLAG releases.</p>
<p>All for now,</p>
<p>-Jeff</p>
<p>[1] <A HREF="http://www.fsf.org/licensing/essays/free-sw.html">http://www.fsf.org/licensing/essays/free-sw.html</A><br />
[2] <A HREF="http://forums.blagblagblag.org/viewtopic.php?t=571">http://forums.blagblagblag.org/viewtopic.php?t=571</A></p>
<p>BLAG forum thread on linux-libre:<br />
<A HREF="http://forums.blagblagblag.org/viewtopic.php?t=4580">http://forums.blagblagblag.org/viewtopic.php?t=4580</A></p>
<p>See also:<br />
<A HREF="http://wiki.debian.org/KernelFirmwareLicensing">http://wiki.debian.org/KernelFirmwareLicensing</A><br />
<A HREF="svn://svn.debian.org/kernel/dists/trunk/linux-2.6/debian/patches/debian/dfsg/files-1">svn://svn.debian.org/kernel/dists/trunk/linux-2.6/debian/patches/debian/dfsg/files-1</A><br />
<A HREF="http://svn.gnewsense.svnhopper.net/gnewsense/builder/trunk/firmware/firmware-removed">http://svn.gnewsense.svnhopper.net/gnewsense/builder/trunk/firmware/firmware-removed</A></p>
<p>The initial list of removed drivers (additions/corrections most welcome):</p>
<pre>########################
# Removed char Drivers #
########################
COMPUTONE - Computone IntelliPort Plus serial
ATARI_DSP56K - DSP56001 Device Driver
DRM_MGA - Matrox g200/g400
DRM_R128 - ATI Rage 128
DRM_RADEON - ATI Radeon
#########################
# Removed Media Drivers #
#########################
DVB_TDA10021 - Philips TDA10021 based
DVB_TDA8083 - Philips TDA8083 based
DVB_VES1820 - VLSI VES1820 based
DVB_VES1X93 - VLSI VES1893 or VES1993 based
DVB_AV7110 - AV7110 cards
DVB_BUDGET_AV - Budget cards with analog video inputs
DVB_BUDGET_CI - Budget cards with onboard CI connector
DVB_TTUSB_BUDGET - Technotrend/Hauppauge Nova-USB devices
USB_PWC - USB Philips Cameras
VIDEO_CPIA - CPiA Video For Linux
USB_DABUSB - DABUSB driver
USB_SN9C102 - USB SN9C1xx PC Camera Controller support
USB_IBMCAM - USB IBM (Xirlink) C-it Camera support
USB_VICAM - USB 3com HomeConnect (aka vicam)
#######################
# Removed net Drivers #
#######################
ACENIC - Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit
ADAPTEC_STARFIRE - Adaptec Starfire/DuraLAN support
BNX2 - Broadcom NetXtremeII
CASSINI - Sun Cassini
E100 - Intel(R) PRO/100+
MYRI_SBUS - MyriCOM Gigabit Ethernet
TEHUTI - Tehuti Networks 10G Ethernet
TIGON3 - Broadcom Tigon3
TYPHOON - 3cr990 series Typhoon
COPS - COPS LocalTalk PC
YAM - YAM driver for AX.25
PCMCIA_SMC91C92 - SMC 91Cxx PCMCIA
3C359 - 3Com 3C359 Token Link Velocity XL adapter
SMCTR - SMC ISA/MCA adapter
USB_KAWETH - USB KLSI KL5USB101-based ethernet device support
########################
# Removed s390 Drivers #
########################
QETH - Gigabit Ethernet device support
########################
# Removed SCSI Drivers #
########################
SCSI_QLOGICPTI - PTI Qlogic, ISP Driver
SCSI_ADVANSYS - AdvanSys SCSI
SCSI_QLOGIC_1280 - Qlogic QLA 1240/1x80/1x160 SCSI
#######################
# Removed USB Drivers #
#######################
USB_EMI26 - EMI 2|6 USB Audio interface
USB_EMI62 - EMI 6|2m USB Audio interface
USB_SISUSBVGA - USB 2.0 SVGA dongle support (Net2280/SiS315)
USB_SERIAL_KEYSPAN_MPR - USB Keyspan MPR Firmware
USB_SERIAL_KEYSPAN_USA18X - USB Keyspan USA-18X Firmware
USB_SERIAL_KEYSPAN_USA19 - USB Keyspan USA-19 Firmware
USB_SERIAL_KEYSPAN_USA19QI - USB Keyspan USA-19QI Firmware
USB_SERIAL_KEYSPAN_USA19QW - USB Keyspan USA-19QW Firmware
USB_SERIAL_KEYSPAN_USA19W - USB Keyspan USA-19W Firmware
USB_SERIAL_KEYSPAN_USA28 - USB Keyspan USA-28 Firmware
USB_SERIAL_KEYSPAN_USA28XA - USB Keyspan USA-28XA Firmware
USB_SERIAL_KEYSPAN_USA28XB - USB Keyspan USA-28XB Firmware
USB_SERIAL_KEYSPAN_USA28X - USB Keyspan USA-28X Firmware
USB_SERIAL_KEYSPAN_USA49W - USB Keyspan USA-49W Firmware
USB_SERIAL_KEYSPAN_USA49WLC - USB Keyspan USA-49WLC Firmware
USB_SERIAL_EDGEPORT - USB Inside Out Edgeport Serial Driver
USB_SERIAL_EDGEPORT_TI - USB Inside Out Edgeport Serial Driver (TI devices)
USB_SERIAL_TI - USB TI 3410/5052 Serial Driver
USB_SERIAL_WHITEHEAT - USB ConnectTech WhiteHEAT Serial Driver
#########################
# Removed video Drivers #
#########################
FB_ASILIANT - Asiliant (Chips) 69000 display support
FB_CT65550 - Chips 65550 display support
#########################
# Removed Sound Drivers #
#########################
SND_CS46XX - Cirrus Logic (Sound Fusion)
SND_KORG1212 - Korg 1212 IO
SND_MAESTRO3 - ESS Allegro/Maestro3
SND_YMFPCI - Yamaha YMF724/740/744/754</pre>
]]></content:encoded>
			<wfw:commentRss>http://jebba.blagblagblag.org/?feed=rss2&amp;p=244</wfw:commentRss>
		</item>
		<item>
		<title>Ciao Indymedia!</title>
		<link>http://jebba.blagblagblag.org/?p=243</link>
		<comments>http://jebba.blagblagblag.org/?p=243#comments</comments>
		<pubDate>Wed, 02 May 2007 14:23:04 +0000</pubDate>
		<dc:creator>jebba</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jebba.blagblagblag.org/?p=243</guid>
		<description><![CDATA[
Well, after around 6 years of doing tech with Indymedia and 4+ years of hosting, I&#8217;m no longer hosting any sites.  Still feel free to email me if you have questions. Thanks to all the IMCistas for their great work and suerte!
]]></description>
			<content:encoded><![CDATA[<p><CENTER><IMG SRC="http://jebba.blagblagblag.org/wp-content/uploads/2007/05/imc_tux.jpg"></CENTER></p>
<p>Well, after around 6 years of doing tech with Indymedia and 4+ years of hosting, I&#8217;m no longer hosting any sites.  Still feel free to email me if you have questions. Thanks to all the IMCistas for their great work and suerte!</p>
]]></content:encoded>
			<wfw:commentRss>http://jebba.blagblagblag.org/?feed=rss2&amp;p=243</wfw:commentRss>
		</item>
		<item>
		<title>BLAG 60000 (flout) Released</title>
		<link>http://jebba.blagblagblag.org/?p=239</link>
		<comments>http://jebba.blagblagblag.org/?p=239#comments</comments>
		<pubDate>Sun, 14 Jan 2007 23:08:10 +0000</pubDate>
		<dc:creator>jebba</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jebba.blagblagblag.org/?p=239</guid>
		<description><![CDATA[
http://www.blagblagblag.org/torrents/BLAG-60000.iso.torrent
ftp://ftp.blagblagblag.org/pub/BLAG/linux/60000/en/iso/BLAG-60000.iso

BLAG and The Linux Store now have an arrangement where they will ship you the BLAG 60000 CD for free!

This includes the CD and shipping for a total cost to you of zero.

Order here:
http://www.thelinuxstore.ca/blag

BLAG is a 100% Free Software distribution with all the tools you want from a desktop computer, plus more. It comes on [...]]]></description>
			<content:encoded><![CDATA[<p><CENTER><A HREF="http://www.etsy.com/shop.php?user_id=5031591"><IMG BORDER=0  SRC="http://jebba.blagblagblag.org/wp-content/uploads/2007/01/blag-60000-desktop-400.jpg"></IMG></A></CENTER></p>
<p><A HREF="http://www.blagblagblag.org/torrents/BLAG-60000.iso.torrent">http://www.blagblagblag.org/torrents/BLAG-60000.iso.torrent</A><BR><br />
<A HREF="ftp://ftp.blagblagblag.org/pub/BLAG/linux/60000/en/iso/BLAG-60000.iso">ftp://ftp.blagblagblag.org/pub/BLAG/linux/60000/en/iso/BLAG-60000.iso</A><br />
<P><br />
BLAG and The Linux Store now have an arrangement where they will ship you the BLAG 60000 CD for free!<br />
<P><br />
This includes the CD and shipping for a total cost to you of zero.<br />
<P><br />
Order here:<br />
<A HREF="http://www.thelinuxstore.ca/blag ">http://www.thelinuxstore.ca/blag</A><br />
<P><br />
BLAG is a <A HREF="http://www.gnu.org/links/links.html#FreeGNULinuxDistributions">100% Free Software distribution</A> with all the tools you want from a desktop computer, plus more. It comes on a single CD, is easily installed, and user friendly. Power users have the resources of a repository that combines bits from <A HREF="http://fedoraproject.org/">Fedora</A> Core, Fedora Extras, <A HREF="http://www.freshrpms.net">freshrpms</A>, <A HREF="http://dries.ulyssis.org/rpm/">Dries</A>, <A HREF="http://atrpms.net">ATrpms</A>, <A HREF="http://rpm.livna.org/">livna</A>, <A HREF="http://ccrma.stanford.edu/planetccrma/software/">Planet CCRMA</A>, and our own special brews.<br />
<P><br />
BLAG 60000 (flout) is a new series with a new base (FC6) and many new applications.<br />
<P><br />
<B><I>Featuring all of the applications below on JUST ONE CD. Burn copies and hand them out! It&#8217;s got it all. Did I mention it&#8217;s all on just one CD?</I></B><br />
<P><br />
<B><A HREF="http://www.getdemocracy.com/">Democracy Player</A></B><BR>  Very cool Internet TV program. Download high-quality shows straight to your hard drive. Don&#8217;t settle for little windows in a web browser! :)  http://www.getdemocracy.com/<br />
<P><br />
<B>Video editor</B><BR>    That&#8217;s right, edit video&#8211;it&#8217;s on the CD. <A HREF="http://www.kinodv.org/">Kino</A> for basic editing or the more powerful <A HREF="http://cvs.cinelerra.org/">cinelerra</A> for movie production. Then edit DVD menus with <A HREF="http://qdvdauthor.sourceforge.net/">qdvdauthor</A>.<br />
<P><br />
<B><A HREF="http://inkscape.sourceforge.net/">inkscape</A></B><BR>        enabled with inkboard so you can collaboratively work on drawings with other users via the Internet using jabber!<br />
<P><br />
<B><A HREF="http://www.kiax.org">kiax</A></B><BR>        Make <I>free</I> phone calls around the world to landlines, mobile phones, and VoIP phones with this unique service from the BLAG project <A HREF="http://www.blagblagblag.org/BLASTERISK/">BLASTERISK</A>.<br />
<P><br />
<B>Audio players</B><BR>    &#8220;<A HREF="http://listengnome.free.fr">listen</A>&#8220;, is a cool app that integrates playlists, album covers automatically, lyrics, <A HREF="http://www.wikipedia.org/">wikipedia</A> lookups, group playlists, everything. The minimal rock-solid <A HREF="http://www.xmms.org/">xmms</A> is there as always.<br />
<P><br />
<B><A HREF="http://mplayerhq.hu/">mplayer</A> &#038; <A HREF="http://xinehq.de/">xine</A></B><BR>    Two top-notch video players, plus mencoder to re-encode audio and video<br />
<P><br />
<B>DVD Ripping</B><BR>        Well, that&#8217;s what it does. <A HREF="http://www.thoggen.net/">Thoggen</A>! So easy to use, straight to theora format. For CDs, there&#8217;s the venerable <A HREF="http://www.nostatic.org/grip/">grip</A>.<br />
<P><br />
<B><A HREF="http://audacity.sourceforge.net">audacity</A></B><BR>        Edit soundfiles with a lean, easy to use, but powerful sound editor.<br />
<P><br />
<B><A HREF="http://gaim.sourceforge.net/">Gaim</A></B><BR>        Handles <A HREF="http://www.jabber.org/">jabber</A>, AOL, MSN, IRC, ICQ, Yahoo, and other Instant messaging networks&#8211;all in one program. Includes encryption and &#8220;off the record&#8221; plugins for privacy.<br />
<P><br />
<B><A HREF="http://www.mozilla.org/projects/firefox/">Firefox</A></B><BR>        The famous web browser, of course<br />
<P><br />
<B><A HREF="http://www.mozilla.org/projects/thunderbird/">Thunderbird</A></B><BR>        Nice email client<br />
<P><br />
<B><A HREF="http://www.nongnu.org/streamtuner/">streamtuner</A></B><BR>        Tune into streaming radio stations on the &#8216;net! Plus with <A HREF="http://sourceforge.net/projects/streamripper">streamripper</A>, you can record &#8216;em.<br />
<P><br />
<B><A HREF="http://muse.dyne.org">MuSE</A></B><BR>        Or instead of just listening, broadcast your own station with MuSE and <A HREF="http://www.icecast.org/">icecast</A>! Free music is even included.<br />
<P><br />
<B>Package/Application Management</B><BR> Both <A HREF="http://linux.duke.edu/yum">yum</A> and <A HREF="http://apt-rpm.org">apt</A></B>  are available with pirut and <A HREF="http://www.nongnu.org/synaptic">synaptic</A> GUIs. Download from our repo of over 8,500 <I>free</I> packages.<br />
<P><br />
<B><A HREF="http://www.gnome.org/">Gnome</A></B><BR>        User friendly yet powerful, Gnome is the main desktop that BLAG is built upon. <A HREF="http://fluxbox.sourceforge.net">Fluxbox</A> is on the CD too&#8230;.<br />
<P><br />
<B>games</B><BR>        A few of those even&#8230;.<br />
<P><br />
<B>3D Modeling</B><BR>        World famous <A HREF="http://www.blender.org/">blender</A> is on the CD should you decide to make the next great computer graphics movie!<br />
<P><br />
<B><A HREF="http://www.gimp.org/">GIMP</A></B><BR>        Edit photos &#038; images, put Bush&#8217;s head on anything you want, have at it&#8230;<br />
<P><br />
<B>Font Editor</B><BR>        Create fonts! Edit existing fonts.<br />
<P><br />
<B>Peer-to-peer</B><BR>    <A HREF="http://www.bittorrent.com/">Bittorrent</A> and a <A HREF="http://gtk-gnutella.sourceforge.net">gnutella</A> client, sitting right there on the CD waitin&#8217; for you.<br />
<P><br />
<B>Blogs</B><BR>        Get blog or any other RSS feeds with <A HREF="http://liferea.sourceforge.net">liferea</A>, <A HREF="http://perli.net/projekte/gpodder/">gpodder</A> for audio blogs, and <A HREF="http://www.gnome.org/~seth/gnome-blog/">gnome-blog</A> for uploading your own blog posts.<br />
<P><br />
<B><A HREF="http://www.nongnu.org/libtranslate/gnome-translate">gnome-translate</A></B><BR>    Conveniently translate text or websites.<br />
<P><br />
<B>Document Layout</B><BR>    <A HREF="http://www.scribus.net/">scribus</A> for anything from pamphlets to long books!<br />
<P><br />
<B>Office slock</B><BR>     <A HREF="http://www.abisource.com/">abiword</A> a lightweight word processor,  <A HREF="http://www.gnome.org/gnumeric/">gnumeric</A> lightweight yet powerful spread sheet, and <A HREF="http://glabels.sf.net">glabels</A> does its job so well.<br />
<P><br />
<B><A HREF="http://gcc.gnu.org">GCC</A></B><BR>            Since 2002, BLAG has not had a compiler on the CD&#8211;compilers have been available on the DVDs or in the repo. With BLAG 60k, gcc, plus a few basic bits are available immediately should you need to compile a new kernel, modules, or whatever.<br />
<P><br />
<B>Server bits</B><BR>        <A HREF="http://httpd.apache.org/">apache</A> for webserving, <A HREF="http://vsftpd.beasts.org/">vsftp</A> ftp server, and <A HREF="http://www.postfix.org">postfix</A> for SMTP. <A HREF="http://www.openssh.com">Openssh</A>&#8217;s server is included, along with a <A HREF="http://isc.org/products/DHCP/">dhcpd</A> server and <A HREF="http://www.xinetd.org">xinetd</A>.<br />
<P><br />
<B><A HREF="http://www.kernel.org/">kernel</A></B><BR>        Yes! One of those. 2.6.18-1.2869. Note BLAG 60k is compatible with i686 (~Pentium II or greater) processors. BLAG disables SELinux by passing <CODE>selinux=0</CODE> to the kernel boot line. :)<br />
<P><br />
<B>So freakin&#8217; much</B><BR>    And even more in the online repository. Thousands of more applications are available with a few clicks. No cost, yo.<br />
<P><br />
<CENTER><B><I>Yes, all this is on one CD! 700 megs of Free Software.</I></B><BR></CENTER><br />
<P><br />
If that&#8217;s not enough, developers can grab the <I>two</I> BLAG binary DVDs and the <I>two</I> source DVDs. This has the entire repository of 8,500+ 100% Free Software packages.<br />
<P><br />
<B>Installation Instructions</B>:<BR><br />
<A HREF="http://wiki.blagblagblag.org/Installation">http://wiki.blagblagblag.org/Installation</A><br />
<P><br />
Put in the CD, hit <CODE>enter</CODE> at the <CODE>boot:</CODE> prompt, and answer the few  questions.  :)<br />
<P><br />
Alternately, if you want to <B><I>ERASE EVERTYHING on your hard drive and do an automated install</I></B>, you can type:<BR><br />
<CODE>blagblagblag</CODE><BR><br />
at the <CODE>boot:</CODE> prompt of the initial screen of the CDROM. This makes installation fast and easy for computer labs, recycling centers, etc.<br />
<P><br />
<B>Upgrade Instructions</B>:<BR><br />
Put in the CD and select &#8220;Upgrade&#8221; when prompted. After the install and you&#8217;ve rebooted into the upgraded<br />
system you can run this, if you are connected to the Internet, to grab updates to packages you may have<br />
installed that weren&#8217;t on the CD:<BR><br />
<CODE>apt-get update</CODE><BR><br />
<CODE>apt-get &#8211;fix-broken install</CODE><BR><br />
<P><br />
Users have successfully upgraded using yum or apt-get by changing 50000 to 60000 in <CODE>/etc/yum.repos.d/</CODE> or <CODE>/etc/apt/sources.list.d/</CODE><BR> This exercise is recommended for experienced users. Install a new 60k kernel first:<BR><br />
<CODE>apt-get update</CODE><BR><br />
<CODE>apt-get install kernel#2.6.18-1.2869.fc6</CODE><BR><br />
<CODE>apt-get dist-upgrade</CODE><P><br />
<P><br />
Download here:<BR><br />
<A HREF="http://www.blagblagblag.org/torrents/BLAG-60000.iso.torrent">http://www.blagblagblag.org/torrents/BLAG-60000.iso.torrent</A><BR><br />
<A HREF="ftp://ftp.blagblagblag.org/pub/BLAG/linux/60000/en/iso/BLAG-60000.iso">ftp://ftp.blagblagblag.org/pub/BLAG/linux/60000/en/iso/BLAG-60000.iso</A><br />
<P><br />
Our website:<BR><br />
<A HREF="http://www.blagblagblag.org/">http://www.blagblagblag.org/</A><br />
<P><br />
Our forum:<BR><br />
<A HREF="http://forums.blagblagblag.org/">http://forums.blagblagblag.org/</A><br />
<P><br />
Our wiki/documentation:<BR><br />
<A HREF="http://wiki.blagblagblag.org/">http://wiki.blagblagblag.org/</A><br />
<P><br />
Mailing Lists:<br />
<A HREF="http://www.blagblagblag.org/mailinglist/">http://www.blagblagblag.org/mailinglist/</A><br />
<P><br />
Bugzilla, for reporting issues:<BR><br />
<A HREF="http://bugzilla.blagblagblag.org/">http://bugzilla.blagblagblag.org/</A><br />
<P><br />
Roadmap:<BR><br />
<A HREF="http://wiki.blagblagblag.org/Roadmap">http://wiki.blagblagblag.org/Roadmap</A><br />
<P><br />
Chat:<BR><br />
irc.indymedia.org  #blag<br />
<P><br />
<B>PONG!</B><br />
<P><br />
<I>January 14th, 2007</I></p>
]]></content:encoded>
			<wfw:commentRss>http://jebba.blagblagblag.org/?feed=rss2&amp;p=239</wfw:commentRss>
		</item>
		<item>
		<title>BLAG-60000 (puente) Beta Released</title>
		<link>http://jebba.blagblagblag.org/?p=238</link>
		<comments>http://jebba.blagblagblag.org/?p=238#comments</comments>
		<pubDate>Thu, 04 Jan 2007 02:44:27 +0000</pubDate>
		<dc:creator>jebba</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jebba.blagblagblag.org/?p=238</guid>
		<description><![CDATA[ftp://ftp.blagblagblag.org/pub/BLAG/linux/60000/en/iso/BLAG-59999.50000.iso
BLAG is a 100% Free Software distribution with all the tools you want from a desktop computer, plus more. It comes on a single CD, is easily installed, and user friendly. Power users have the resources of a repository that combines bits from Fedora Core, Fedora Extras, Freshrpms, Dries, ATrpms, livna, and our own special [...]]]></description>
			<content:encoded><![CDATA[<p><A HREF="ftp://ftp.blagblagblag.org/pub/BLAG/linux/60000/en/iso/BLAG-59999.50000.iso">ftp://ftp.blagblagblag.org/pub/BLAG/linux/60000/en/iso/BLAG-59999.50000.iso</A></p>
<p>BLAG is a 100% Free Software distribution with all the tools you want from a desktop computer, plus more. It comes on a single CD, is easily installed, and user friendly. Power users have the resources of a repository that combines bits from Fedora Core, Fedora Extras, Freshrpms, Dries, ATrpms, livna, and our own special brews.</p>
<p>BLAG 60000 is a new series with a new base (FC6) and many new applications. Since September 3rd, 2006, over 50 alpha versions of BLAG-60000 have been spun. Today, this first day of 2007, we have our first beta. The current stable release is BLAG-50003 (the third upgrade to BLAG-50000).</p>
<p>Featuring all of the applications below on JUST ONE CD. Burn copies and hand them out! It&#8217;s got it all. Did I mention it&#8217;s all on just one CD?</p>
<p>* kernel -        Yes! One of those. 2.6.18-1.2869. Note BLAG 60k is compatible with i686 (~Pentium II or greater) processors.</p>
<p>* Democracy Player -    Very cool Internet TV program. Download high-quality shows straight to your hard drive. Don&#8217;t settle for little windows in a web browser! :)  <A HREF="http://www.getdemocracy.com/">http://www.getdemocracy.com/</A></p>
<p>* inkscape -        enabled with inkboard so you can collaboratively work on drawings via jabber!</p>
<p>* Audio players -    &#8220;listen&#8221;, is a cool app that integrates playlists, album covers automatically, lyrics, wikipedia lookups, group playlists, everything. The minimal rock-solid xmms is there as always.</p>
<p>* mplayer &#038; xine -    Two top-notch video players, plus mencoder to re-encode audio and video</p>
<p>* Video editor -    That&#8217;s right, edit video&#8211;it&#8217;s on the CD. Kino for basic usage or cinelerra for serious movie production. Then edit DVD menus with qdvdauthor.</p>
<p>* DVD Ripping -        Well, that&#8217;s what it does. Thoggen! So easy to use, straight to theora format. For CDs, there&#8217;s the venerable grip.</p>
<p>* audacity -        Edit soundfiles with a lean, easy to use, but powerful sound editor.</p>
<p>* Gaim -        Handles jabber, AOL, MSN, IRC, ICQ, Yahoo, and other Instant messaging networks&#8211;all in one program. Includes encryption and &#8220;off the record&#8221; plugins for privacy.</p>
<p>* Firefox -        The famous web browser, of course</p>
<p>* Thunderbird -        Nice email client</p>
<p>* streamtuner -        Tune into streaming radio stations on the &#8216;net! Plus with streamripper, you can record &#8216;em.</p>
<p>* MuSE -        Or instead of just listening, broadcast your own station with MuSE and icecast!</p>
<p>* yum / apt -        Both yum and apt are available with pirut and synaptic GUIs. Download from our repo of 7,000 /free/ packages.</p>
<p>* Gnome -        User friendly yet powerful, Gnome is the main desktop that BLAG is built upon. Fluxbox is on the CD too&#8230;.</p>
<p>* games -        A few of those even&#8230;.</p>
<p>* 3D Modeling        World famous blender is on the CD should you decide to make the next great computer graphics movie!</p>
<p>* GIMP -        Edit photos &#038; images, put Bush&#8217;s head on anything you want, have at it&#8230;</p>
<p>* Font Editor -        Create fonts! Edit existing fonts.</p>
<p>* Peer-to-peer -    Bittorrent and a gnutella client, sitting right there on the CD waitin&#8217; for you.</p>
<p>* Blogs -        Get blog or any other RSS feeds with liferea, gpodder for audio blogs, and gnome-blog for uploading your own blog posts.</p>
<p>* gnome-translate -    Conveniently translate text or websites.</p>
<p>* kiax -        Make free phone calls around the world to landlines, mobile phones, and VoIP phones with this one-of-a-kind service from the BLAG project BLASTERISK.</p>
<p>* Document Layout -    scribus for anything from pamphlets to long books!</p>
<p>* Office slock -     abiword a lightweight word processor,  gnumeric lightweight yet powerful spread sheet, and glabels does its job so well.</p>
<p>* GCC -            Since 2002, BLAG has not had a compiler on the CD&#8211;compilers have been available on the DVDs or in the repo. With BLAG 60k, gcc, plus a few basic bits are available immediately should you need to compile a new kernel, modules, or whatever.</p>
<p>* Server bits -        apache for webserving, vsftp ftp server, and postfix for SMTP. Openssh&#8217;s server is included, along with a dhcpd server and xinetd.</p>
<p>* So freakin&#8217; much -    And even more in the online repository. Thousands of more applications are available with a few clicks. No cost, yo.</p>
<p>        Yes, all this is on one CD! 687 megs of Free Software.</p>
<p>Download here:<br />
<A HREF="ftp://ftp.blagblagblag.org/pub/BLAG/linux/60000/en/iso/BLAG-59999.50000.iso">ftp://ftp.blagblagblag.org/pub/BLAG/linux/60000/en/iso/BLAG-59999.50000.iso</A></p>
<p>Our website:<br />
<A HREF="http://www.blagblagblag.org/">http://www.blagblagblag.org/</A></p>
<p>Our forum:<br />
<A HREF="http://forums.blagblagblag.org/">http://forums.blagblagblag.org/</A></p>
<p>Our wiki/documentation:<br />
<A HREF="http://wiki.blagblagblag.org/">http://wiki.blagblagblag.org/</A></p>
<p>Bugzilla, for reporting issues:<br />
<A HREF="http://bugzilla.blagblagblag.org/">http://bugzilla.blagblagblag.org/</A></p>
<p>Roadmap:<br />
<A HREF="http://wiki.blagblagblag.org/Roadmap">http://wiki.blagblagblag.org/Roadmap</A></p>
<p>Chat:<br />
irc.indymedia.org  #blag</p>
<p>PONG!</p>
<p>January 1st, 2007</p>
]]></content:encoded>
			<wfw:commentRss>http://jebba.blagblagblag.org/?feed=rss2&amp;p=238</wfw:commentRss>
		</item>
		<item>
		<title>Last Post?</title>
		<link>http://jebba.blagblagblag.org/?p=237</link>
		<comments>http://jebba.blagblagblag.org/?p=237#comments</comments>
		<pubDate>Sat, 16 Dec 2006 01:14:11 +0000</pubDate>
		<dc:creator>jebba</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jebba.blagblagblag.org/?p=237</guid>
		<description><![CDATA[The firewall:

Uh oh.
]]></description>
			<content:encoded><![CDATA[<p>The firewall:</p>
<p><CENTER><IMG SRC=http://jebba.blagblagblag.org/wp-content/uploads/2006/12/ahimsa-fw2-20061215.png></CENTER></p>
<p>Uh oh.</p>
]]></content:encoded>
			<wfw:commentRss>http://jebba.blagblagblag.org/?feed=rss2&amp;p=237</wfw:commentRss>
		</item>
		<item>
		<title>Croquet now, badminton later</title>
		<link>http://jebba.blagblagblag.org/?p=235</link>
		<comments>http://jebba.blagblagblag.org/?p=235#comments</comments>
		<pubDate>Sat, 02 Dec 2006 22:45:32 +0000</pubDate>
		<dc:creator>jebba</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jebba.blagblagblag.org/?p=235</guid>
		<description><![CDATA[
UPDATE: I&#8217;m dumping info on this and the router at croquet.blagblagblag.org. If you want to see what the folks that invented such things as &#8220;graphical computer interfaces&#8221;, &#8220;URLs&#8221;, &#8220;networked workstations&#8221;, &#8220;UDP&#8221;, &#8220;object oriented programming&#8221; and &#8220;the first interactive 3D game&#8221; are up to nowadays take a peek at croquet.
Croquet @ wikipedia.
Croquet: Invent the Future.
Quick &#038; [...]]]></description>
			<content:encoded><![CDATA[<p><CENTER><A HREF="http://www.banksy.co.uk/"><IMG BORDER=0 SRC="/wp-content/banskywest2.jpg"></A></CENTER></p>
<p>UPDATE: I&#8217;m dumping info on this and the router at <A HREF="http://croquet.blagblagblag.org/">croquet.blagblagblag.org</A>. If you want to see what the folks that invented such things as &#8220;graphical computer interfaces&#8221;, &#8220;URLs&#8221;, &#8220;networked workstations&#8221;, &#8220;UDP&#8221;, &#8220;object oriented programming&#8221; and &#8220;the first interactive 3D game&#8221; are up to nowadays take a peek at croquet.</p>
<p><A HREF="http://en.wikipedia.org/wiki/Croquet_project">Croquet @ wikipedia.</A></p>
<p><A HREF="http://www.opencroquet.org/">Croquet: Invent the Future.</A></p>
<p>Quick &#038; dirty proto-howto connect to BLAG&#8217;s croquet router: <A HREF="http://croquet.blagblagblag.org/">croquet.blagblagblag.org</A></p>
<p>Fire up Croquet.sh, go to &#8220;Scratch&#8221;, left-click, &#8220;open&#8230;&#8221;, &#8220;workspace&#8221; and paste (alt-v) in <A HREF="/wp-content/client.st">this code</A>:</p>
<pre>user := UIManager default
request: 'Enter user name' initialAnswer:'guest'.
pass := UIManager default
requestPassword: 'Enter password for ', user storeString.

participant := CroquetParticipant new.
participant setup.
harness := participant instVarNamed: 'harness'. "Eeek!"

address := NetNameResolver addressForName: 'croquet.blagblagblag.org'.
id := TObjectID readHexFrom: '35396f525945454344427a696f436c4c'.

controller := TSimpleController new.
controller connectTo: address port: 8080 sessionID: id.
p := controller login: user password: pass.
p wait. "until connected"
p := controller join. "receive messages"
p wait. "until joined"
p := controller sync. "request replicated state"
p wait. "until sync-ed"

p result ifNil:[
island := controller newIsland.
island future id: id name: 'Test'.
sync := island future new: SimpleWorld.
] ifNotNil:[
controller install: p result.
island := controller island.
].
controller beServer. "act as server"
controller heartbeat: 20. "set heartbeat rate"
harness addController: controller.
entry := controller island future at: #masterSpace.
pc := entry future postcard.
pc whenResolved:[
harness addIsland: island postcard: pc value.
sync := harness viewPortal future postcardLink: pc value.
sync whenResolved:[
harness startRender.
participant openInWorld.
]. "ready to render"
].
</pre>
<p>Then select/highlight all that code right-click and hit &#8220;do it&#8221;. When prompted, the user/pass is guest/guest.</p>
<p><HR></p>
<p>FYI, this is the <A HREF="/wp-content/router.st">router.st</A> running on croquet.blagblagblag.org (you don&#8217;t need this to connect):</p>
<pre>id := TObjectID readHexFrom: '35396f525945454344427a696f436c4c'.

dispatcher := TExampleDispatcher new.
dispatcher listenOn: 8080. "fixed port"
dispatcher autoCreate: false.

router := TSimpleRouter new.
router addUserName: 'guest' password: 'guest'.
dispatcher addRouter: router id: id.
</pre>
<p>I run it thusly:</p>
<pre>./squeak -headless ~/croquet/Croquet_SDK_1.0_beta/foo.1.0.10.image file:///home/jebba/croquet/router.st</pre>
]]></content:encoded>
			<wfw:commentRss>http://jebba.blagblagblag.org/?feed=rss2&amp;p=235</wfw:commentRss>
		</item>
		<item>
		<title>BLAG 50003 Released</title>
		<link>http://jebba.blagblagblag.org/?p=232</link>
		<comments>http://jebba.blagblagblag.org/?p=232#comments</comments>
		<pubDate>Fri, 01 Dec 2006 20:10:12 +0000</pubDate>
		<dc:creator>jebba</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jebba.blagblagblag.org/?p=232</guid>
		<description><![CDATA[
BLAG 50003 released.
For developers, the there are now two DVD binary and two DVD source images. There is still just one regular user CD.
]]></description>
			<content:encoded><![CDATA[<p><CENTER><img width="82" height="96" alt="workstation tux" id="image231" src="http://jebba.blagblagblag.org/wp-content/uploads/2006/12/wstux.thumbnail.gif" /></CENTER></p>
<p><A xhref="ftp://ftp.blagblagblag.org/pub/BLAG/linux/50000/en/iso/BLAG-50003.iso">BLAG 50003</A> released.</p>
<p>For developers, the there are now two DVD binary and two DVD source images. There is still just one regular user CD.</p>
]]></content:encoded>
			<wfw:commentRss>http://jebba.blagblagblag.org/?feed=rss2&amp;p=232</wfw:commentRss>
		</item>
	</channel>
</rss>
