Some GNU/Linux desktop deployments require secure authentication from a Windows Active Directory server. Gerald Carter, a long-time member of the Samba team and an enthusiastic free software developer, now works for Likewise. You can learn from this discussion if you are considering becoming a software developer, are looking for a good business model for your free software-based company, or are looking to manage your network more securely.
My dad has been pestering me for some time to find him an open source tool that he could use to follow the market trends. He's been thinking about investing a little something in the market, but not without due diligence. Grism, written in Ruby, is the tool my dad now uses to easily follow the changing market trends. It allows you to create watchlists and portfolios and offers charts to help you gauge the performance of particular stocks.
A cellular plan using an EVDO modem can provide a connection with bandwidth of approximately 3Mbps to the client and 1.5Mbps up to the provider (comparable to DSL) for a much lower cost than alternatives such as satellite. For applications requiring high-quality audio transmission from remote locations, such as the radio remotes we do at the radio station where I work, a Linux laptop with an EVDO modem and VoIP software offers an inexpensive and reliable solution. Here's what you need to get started.
If you're a frequent business traveler who keeps important company files on your laptop, using a centralized management solution to back up files automatically during a fixed time interval won't work. Instead, consider Box Backup, which backs up files from a laptop directly to a backup server over an encrypted link.
The purpose of the Free Software Foundation (FSF) is probably obvious from its name -- but what does promoting free software mean in terms of everyday activity? Examining the roles of the organization shows how complex the FSF's advocacy role has become. It also reveals the range of services available to the free software community, and helps to explain how such a small group has had such a major influence on computer technology.
Project Gutenberg, the online library of more than 25,000 free books, is a treasure trove for bookworms and casual readers alike, but turning electronic text files into a readable form is not as easy as it may seem. In theory, since etexts are just plain text files, you should be able to open and read them on any platform without any tweaking. In practice, however, this approach rarely works. Hard line breaks, for example, may ruin the text flow, making it virtually impossible to read the book on a mobile device. Another problem is that most books are stored as single files, so locating a particular chapter or section in a lengthy book can be a serious nuisance. Then there are minor but annoying formatting quirks, such as inconsistent handling of italicized text, use of straight quotes instead of smart ones, and so on.
This month saw the release of LyX 1.6 release candidate 1. Occupying a position somewhere between a word processor and a mark-up editor, LyX is designed to meet the needs of professional and academic writers by allowing them to focus on their content rather than formatting and layout. It achieves this by eschewing some of the WYSIWYG conventions of a word processor. We've covered LyX in the past, so this time we'll focus on the enhancements that the 1.6 release brings with it.
Twitter is a social networking platform that keeps you in conversation by allowing you and your friends to follow each others' updates. The service lets users post and read 140-character updates, called tweets. With Twitter, you can do social networking on the fly, from your mobile phone or at your desktop, from a Web browser or a Twitter client. Twitter clients make the service more usuable by automatically checking for updates from your friends and allowing you to easily post your own updates. I tested four Twitter clients for Linux on a desktop running Ubuntu Hardy Heron.
Voiceroute, a software PBX vendor, originally started as a proprietary software company but went (at least partly) open source earlier this year. In this video, CEO Ming Guang Yong says the company should have moved toward open source "a lot sooner," and explains why. He and CTO Navin Kumar also talk about some of the specific differences between their open source and proprietary versions, including how and where they draw the line between the two, and share their thoughts about dealing with open source developers and building a successful open source development community.
One of the goals of the Software Freedom Law Center (SFLC) is to become a center for education in free and open source software (FOSS) legal issues. As part of this effort, the SFLC has already published "A Legal Issues Primer for Open Source and Free Software Projects." Its latest effort in public education, released last week, is "A Practical Guide to GPL Compliance," a 15-page guide for FOSS projects on how to avoid violations of the GNU General Public License (GPL) and Lesser General Public License (LGPL). The guide is a practical summary of its subject, but its wording is unnecessarily legalistic, and its structure and omissions sometimes fall short of the goal of being a standalone reference.
No one saw this coming. Cisco, the networking giant, announced today it was buying PostPath, maker of the Linux-based Exchange server replacement PostPath Server.
Suppose someone wants to send you a large file. They could try to send it via email, but many email servers impose limits on file size. They could try sending it over during an instant messenger or Internet Relay Chat session, but that's slow, as the file actually gets transferred twice: once to the chat server, then to your machine. File transfer services like RapidShare and MegaUpload are fine, but not for confidential information. Of course, you could set up an FTP server on your box, but you don't want to leave that door open all the time. Luckily, there's now an easy solution: droopy.
For enterprise system administrators looking for interoperability with Microsoft Exchange, but not the high costs associated with it, PostPath email and collaboration server could be a smart business investment. Boasting interoperability with Exchange environments for a third of the cost, thanks to its use of the Postfix mail server and many other open source components, PostPath provides drop-in capability and compatibility with Exchange environments without the need for making changes to Outlook on the client side. Being compatible with Exchange means that it can be managed using Microsoft's Active Directory infrastructure. The latest version, PostPath v3.1.2, adds support for Blackberry Enterprise Server and ActiveSync, allowing you to use mobile devices to access your email.
ReadyTechs provides network support services for companies that don't want the expense of hiring and caring for their own employees. Now CEO Gerry Libertelli says the company is using Linux virtualization to open a new income stream based on cloud computing.
If you follow technology trends, you have probably heard of the semantic desktop -- a data layer for annotating and sharing the information in your computer. But what you may not be aware of is that the semantic desktop is not a distant goal, but scheduled to arrive at the end of 2008. And, when it does, the idea will probably be implemented through the work done by the Nepomuk project, and, most likely, by KDE first.
If you like first-person shooters, you'll love Sauerbraten. This open source game might not have the visual finesse of other FPSes, but what it lacks in the graphics department, Sauerbraten more than makes up for with its various single and multiplayer modes, including an experimental role-playing game mode, and a unique WYSIWYG in-game map editor. Sauerbraten blends the best of FPSes like Quake and Max Payne to give you a unique gaming experience.
If your desktop hardware includes a graphics processing unit (GPU), you can do some cool image processing with the CVL suite of tools, which includes in image viewer, an image tone mapper, and a command-line tool for non-interactive image processing.
SUSE has been around almost since the dawn of consumer-level desktop Linux, and openSUSE 11 upholds the SUSE reputation for having not just a wide range of available applications, but also excellent documentation and a fine user-to-user support community. For this video we chose the KDE 4.x desktop option. KDE 3.5x and GNOME are also available as defaults in openSUSE.
Last week's 8th Jornadas Regionales de Software Libre (Free Software Regional Sessions) at the University of Belgrano in Buenos Aires, Argentina, was an opportunity for around 1,300 FOSS enthusiasts to share experiences, learn more, and have fun together.
SQL injection attacks can allow hackers to execute arbitrary SQL commands on your database through your Web site. To avoid these attacks, every piece of data supplied by a user on a Web form, through HTTP Post or CGI parameters, or other means, must be validated to not contain information that is not expected. GreenSQL is a firewall for SQL -- it sits between your Web site and MySQL database and decides which SQL statements should and should not be executed. At least that's the idea -- in execution, I found some open doors.