Showing all headlines, by date

9 found.

Once shunned by academics, Wikipedia now a teaching tool

Wikipedia, the upstart Internet encyclopedia that most universities forbid students to use, has suddenly become a teaching tool for professors. Recently, university teachers have swapped student term papers for assignments to write entries for the free online encyclopedia. Wikipedia is an "open-source" web site, which means that entries can be started or edited by anyone in the world with an Internet connection.

Bitrock on center stage with its Network Service

You may never have heard of BitRock, the company that has traditionally competed with OpenLogic, SpikeSource, and SourceLabs in the "open-source stacks" business but has seen much more success with its excellent installers, which upwards of 60 percent of commercial open-source projects use including SugarCRM, JasperSoft, Ringside Networks, and more. The name may be unfamiliar to you, but not for long.

The Popup Scrollbar Concept

As you may remember from our series on common usability terms, I have a lot of interest in graphical user interface concepts. In addition, I applaud anyone trying to improve existing concepts, people that try to think beyond set conventions to come up with an improved version of that concept, or a new concept altogether. Thorsten Wilms took on the well-established concept of the scrollbar, and came up with a few interesting tweaks.

[Sort of FOSS related, but too cool not to share. - Scott]

LXer Weekly Roundup for 11-May-2008


LXer Feature: 11-May-2008

In this week's Roundup we have why Brazil loves Linux, a review of the top 5 tiny distros, an article on how the Eee PC is easy enough for kids and why the Eee PC is cheaper with XP on it for some reason. Also, 80 of the best Linux security applications, Should Linux standardize on a single distro, an interactive Linux kernel map and for some laughs we have the top ten reasons for a Linux laptop.

Unison - file synchronization tool

Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.

Compiz Fusion On Mandriva One 2008.1 Spring (GNOME/NVIDIA)

This document describes how to enable and configure Compiz Fusion on a Mandriva One 2008.1 Spring GNOME desktop with an NVIDIA graphics card.

Open Source and the Soul of a Startup

I have read a few blog entries lately questioning the value of open source. The most over-the-top comes from Andy Patrizio. In his posting, titled “Big Money and Open Source May Not Compute”, Andy sounds like a school yard bully angry that his turf is finally being challenged: "Oh yea?! Well, open source hasn’t produced a billionaire. Take that!!!"

What to expect from Ubuntu 8.10

With the release of Ubuntu Hardy Heron now behind us, most eyes are turned to October when Intrepid Ibex, or Ubuntu Linux 8.10, will make its debut. While Hardy Heron was designed to be stable enough to be a long-term support release, Intrepid Ibex promises to be packed with more exciting features, something that Ubuntu fans always enjoy.

Reading Network Packets Part 1

Reading network data can be difficult. Tools and utilities such as wireshark, tcpdump and nmap exist that can aide in dealing with networks at multiple levels. What if, however, one needed to integrate packet reading or writing into their own code? The libpcap library exists for the very purpose of dealing with network data a higher level than the raw socket API. In part one of a three part series a look at writing a very simplistic packet reader utility which can easily be used as the basis for integrating the functionality of libpcap into an existing application.