Skip to main content

Linux

Linux poised for desktop failure: Gartner

posted onNovember 17, 2002
by hitbsecnews

Source: ZDNet Australia

Despite a recent surge in interest in Linux, it will fail to make much of an impression on the desktop, claims a Gartner analyst. Linux will be deployed on no more than five percent of desktops over the next two to three years because of a lack of viable applications, claimed Gartner research director Phil Sargeant on Thursday evening at the Gartner Symposium and ITXpo.

Study: Linux Security Problems Outstrip Microsoft's

posted onNovember 16, 2002
by hitbsecnews

Source: NewsFactor

Open source software has surpassed Microsoft (Nasdaq: MSFT) Latest News about Microsoft software in terms of security Relevant Products/Services from IBM problems, according to an Aberdeen Group report.
"Open source software, commonly used in many versions of Linux, Unix, and network routing equipment, is now the major source of elevated security vulnerabilities for IT buyers," the report stated.

Linux Embedded Appliance Firewall: v1.0 Released

posted onNovember 15, 2002
by hitbsecnews

Source: LEAF Project

LEAF is an easy to use embedded Linux network appliance for use in small office, home office, and home automation environments. Although it can be used in other ways, it's primarily used as a gateway/router/firewall for Internet leaf sites.
After 1 alpha, 4 betas and 4 rc releases, Bering 1.0-stable is finally out! This (2.4.x kernel + Shorewall) LEAF distribution has been updated with Shorewall 1.3.10 and minor bug fixes in rc4. This should the last release before a while :-)

What Is Lindows, Anyway?

posted onNovember 15, 2002
by hitbsecnews

Source: OS Opinion

Lindows is a Linux-based operating system that promises to make using Linux as easy as Windows. Indeed, its name suggests a combination of Linux and Windows -- but what exactly is this distribution that has found its way onto Wal-Mart (NYSE: WMT) shelves? Is it the next big thing or just good marketing?

Cloning a DB2 Database using Redirected Restore

posted onNovember 13, 2002
by hitbsecnews

Ever wanted to clone your database for testing? This article gives you the basics of cloning a DB2 database for the Linux and UNIX Operating System.

L33tdawg: Hey IBM! Stop being such cheapskates (using us for free advertising!) and buy some bloody ads mate! *grin*.

Armour-plated Linux gets backup

posted onNovember 11, 2002
by hitbsecnews

Source: ZDNet UK

An updated version of SE Linux has been released, adding muscle to the operating system's beefed-up security features
Two companies announced on Friday a new version of Security-Enhanced Linux, in a bid to build business from additions to the bare-bones operating system.

Concatenating files with cat

posted onNovember 8, 2002
by hitbsecnews

This article is a continuation on a series about GNU text utilities. It takes a look at cat -- the command that UNIX lovers love to love, and UNIX haters love to hate. Often you need to process several files as one and save the results of such processing to a single output file. The cat (short for "concatenate") command takes one or more files on its input and prints them to its output as a single file.