Bootable Business Card nears 2.0 release
The Linux Bootable Business Card is a mini Linux-distribution, small enough to fit on a business card-sized CD-ROM.
LNX-BBCs can be used to rescue ailing machines, perform intrusion post-mortems, act as a temporary workstation, install Debian, and perform many other tasks that we haven't yet imagined.
Since the release of the last pressed version, 1.618, the LNX-BBC project has been busy adding features in preparation for an all-new 2.0 release.
The new version
no longer keeps the initial ramdisk around, freeing up RAM
uses tmpfs for read-write space, allowing the user to turn on swap partitions and let the filesystem swap out of core as needed.
supports journaling filesystems: reiserfs, xfs, ext3, and potentially JFS.
has LVM support
builds entirely from source code using the powerful GAR packaging system
adds a "discover" package to auto-detect hardware and load appropriate modules
Now uses devfs, and the read-only mounts of disk partitions use sane disk1/part4-style layout
Building from GAR means that we aren't installing a lot of static binaries anymore. The 1.618 BBC had duplicate libraries for the initial ramdisk and the running system after boot, but now we just have the one set. In addition, we're no longer keeping around device inodes on disk thanks to devfs.
We have a great many packages installed now, including security and repair utilities, shells, editors, communications tools and games, with core essentials here.
Now, we find ourselves in the eleventh hour of the first GAR-based BBC release. Our nightly builds are getting closer and closer to releasable quality, and we have started a system for wider testing.
Everyone should head on over to Testing Releases and download a wiggle-tested ISO. These have been known to boot and get at least one machine to a shell. As of this writing there are only two in that list, so please test our nightlies and let us know if they're eligible!
You can safely burn these images to any standard CD-R or CD-RW, regardless of size or shape. I myself do testing with 8cm CD-Rs, and some of us use 60MB bizcard blanks, 50MB bizcard blanks, or standard CD-sized CD-Rs.
I encourage all of you to also test the top entries in the nightly builds list, so that we can include more ISOs on that page. I realize that a 50MB download is non-trivial for many people, so those of you on slow connections may be more comfortable sticking to the wiggle-tested page.
email: nick@zork.net
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
If you already use virtualized infrastructure, you are well on your way to leveraging the power of the cloud. Virtualization offers the promise of limitless resources, but how do you manage that scalability when your DevOps team doesn’t scale? In today’s hypercompetitive markets, fast results can make a difference between leading the pack vs. obsolescence. Organizations need more benefits from cloud computing than just raw resources. They need agility, flexibility, convenience, ROI, and control.
Stackato private Platform-as-a-Service technology from ActiveState extends your private cloud infrastructure by creating a private PaaS to provide on-demand availability, flexibility, control, and ultimately, faster time-to-market for your enterprise.
Sponsored by ActiveState
| Non-Linux FOSS: libnotify, OS X Style | Jun 18, 2013 |
| Containers—Not Virtual Machines—Are the Future Cloud | Jun 17, 2013 |
| Lock-Free Multi-Producer Multi-Consumer Queue on Ring Buffer | Jun 12, 2013 |
| Weechat, Irssi's Little Brother | Jun 11, 2013 |
| One Tail Just Isn't Enough | Jun 07, 2013 |
| Introduction to MapReduce with Hadoop on Linux | Jun 05, 2013 |
- Containers—Not Virtual Machines—Are the Future Cloud
- Non-Linux FOSS: libnotify, OS X Style
- Linux Systems Administrator
- Validate an E-Mail Address with PHP, the Right Way
- Lock-Free Multi-Producer Multi-Consumer Queue on Ring Buffer
- Senior Perl Developer
- Technical Support Rep
- RSS Feeds
- Introduction to MapReduce with Hadoop on Linux
- UX Designer
- Bought photoshop CS5 for developing a website :(
39 min 57 sec ago - What the author describes
2 hours 5 min ago - Reply to comment | Linux Journal
6 hours 16 min ago - Reply to comment | Linux Journal
7 hours 1 min ago - Didn't read
7 hours 11 min ago - Reply to comment | Linux Journal
7 hours 16 min ago - Poul-Henning Kamp: welcome to
9 hours 27 min ago - This has already been done
9 hours 28 min ago - Reply to comment | Linux Journal
10 hours 13 min ago - Welcome to 1998
11 hours 1 min ago
Featured Jobs
| Linux Systems Administrator | Houston and Austin, Texas | Host Gator |
| Senior Perl Developer | Austin, Texas | Host Gator |
| Technical Support Rep | Houston and Austin, Texas | Host Gator |
| UX Designer | Austin, Texas | Host Gator |
| Web & UI Developer (JavaScript & j Query) | Austin, Texas | Host Gator |
Free Webinar: Hadoop
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Some of key questions to be discussed are:
- What is the “typical” Hadoop cluster and what should be installed on the different machine types?
- Why should you consider the typical workload patterns when making your hardware decisions?
- Are all microservers created equal for Hadoop deployments?
- How do I plan for expansion if I require more compute, memory, storage or networking?



Comments
Re: Bootable Business Card nears 2.0 release
Just heard from Nick -- yes, 2.0 will support JFS.
Re: Bootable Business Card nears 2.0 release
How about NTFS? It would be nice to be able to rescue the machines at work.
Re: Bootable Business Card nears 2.0 release
In fact, the current betas support it right now!
--Nick