As is typical, I’m late with the news, but given that we’re still getting inquiries on the subject, it’s worth taking a look at the MySQL Workbench news. Particularly in light of the fact that it’s closely tied to another frequent line of questioning from our clients: hybrid source. In an effort to kill the proverbial two birds, then, let’s indulge in a quick Q&A on the subject.
Read more »“Hybrid” Source, MySQL, and the Economics of Open Source
- Login to post comments
Stratus' fault-tolerant, RHEL juggernaut
The last time I had a Stratus server in the lab, it was the ftServer W Series 4300, back in January 2006. That was a Windows-based system, and discussions with Stratus about Linux distributions showed that although it had a Linux version, it was the company's own distribution, and not standard. For some Linux shops, this wasn't a problem, but for those looking to run specific applications and services -- such as Oracle Database -- that require a certified distribution, it was an obstacle.
Read more »- Login to post comments
Creating Your Own Custom Ubuntu 7.10 Or Linux Mint 4.0 Live-CD With Remastersys
This guide shows how you can create a Live-CD from your Ubuntu Gutsy Gibbon or Linux Mint 4.0 system with a tool called remastersys. Remastersys is available in the Linux Mint romeo repository. You can customize your Ubuntu/Linux Mint system and then let remastersys create an iso image of it which you can then burn onto a CD/DVD.
Read more »- Login to post comments
Setting Up An NFS Server And Client On Debian Etch
This guide explains how to set up an NFS server and an NFS client on Debian Etch. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.
Read more »- Login to post comments
CLI Magic: Quick and easy backup with lftp
No matter what Linux distribution you are using, chances are you'll find more than one graphical FTP client in its repositories, but if you are looking for a powerful command-line FTP tool, your best bet is lftp.
Read more »- Login to post comments
Wikipedia: Haml
"Haml (XHTML Abstraction Markup Language) is a markup language that is used to cleanly and simply describe the XHTML of any web document without the use of traditional inline coding. It’s designed to address many of the flaws in traditional templating engines, as well as making markup as elegant as it can be. Haml functions as a replacement for inline page templating systems such as PHP, RHTML, and ASP. However, Haml avoids the need for explicitly coding XHTML into the template, because it is itself a description of the XHTML, with some code to generate dynamic content..."
Read more »- Login to post comments
Help Us Choose a Mozilla Markup Generation Solution
"UPDATE: Based on some discussion on IRC I probably should have given some more background to this post. In a nutshell, we are a Firefox extension and we store data in SQLite. For our extension’s user interface we want to generate markup (specifically HTML) from this data using templates that describe the page to generated, with placeholders for dynamic data. Something very similar to PHP, JSP, ASP, etc. in other words, but running on the client inside the Firefox process..."
Read more »- Login to post comments
Developing AJAX Application using Smarty and Xajax (PHP)
A simple tutorial on Xajax and Smarty which may be useful for PHP-AJAX developers. It describes all the necessary functions/methods in Xajax and Smarty using a sample student database. The author has also provided the complete source code of the sample application.
Read more »- Login to post comments
Red Hat Finally Nears Real-Time Linux Launch
For the last several years, Red Hat has been pushing forward the development of real-time enhancements for Linux. Yet the company has made no formal product announcement of how it would attempt to productize its real-time Linux innovations.
Read more »- Login to post comments
Func team puts network management back in sysadmins' control
A handful of Red Hat engineers are excited about a new tool they've developed called Func, short for Fedora Unified Network Controller. They're pretty sure that once the rest of the community catches on to just how useful Func is, they'll be singing its praises too.
Read more »- Login to post comments
How to: Document your code
"...Why, not what: Explain why the code is doing what it's doing, not what it is doing..."
Read more »- Login to post comments
FOSS.IN 2007 is here!!
FOSS.IN 2007 is going to start here in Bangalore, India in a few hours from now. This is one of the largest FOSS conferences held in India with distinguished speakers and delegates coming from all over the world and from wide and varied backgrounds.
Read more »- Login to post comments
GNU IceCat 2.0.0.11-g1
"Hello, I just uploaded a new version of GNU IceCat updated to Mozilla Firefox 2.0.0.11 including all the changes we discussed recently on this mailing list..."
Read more »- Login to post comments
Extending Python with C: A case study
I recently wrote about an algorithm for fuzzy matching of substrings implemented in Python. This is a feature that I needed for a piece of software I'm currently developing.
Read more »- Login to post comments
coreutils-6.9.90 released
"Coreutils version 6.9.90 has been released. This is a feature release, but it includes a surprising number of fixes for very old bugs. If you haven't heard about the GNU coreutils, the FAQ is a good place to start..."
http://www.gnu.org/software/coreutils/
Read more »- Login to post comments