FreeOS.com logo

FreeOS Most Popular
* Most Read stories
* Commented Stories
* Active Categories
* Non Linux Section
* User Submitters
* Top Polls
* Top Authors
* Top Reviews
* Top Rated
* Top Search Terms

Top Articles
* Writing a Linux device driver
* The Linux filesystem explained
* Samba NT Domain Controller
* Setting up Squid as your caching HTTP/FTP proxy
* Web server tutorial - Part 1

FreeOS Highlights
* Howtos (72)
* Reviews (20)
* Opinions (18)
* Interviews (8)
* News (3)

My FreeOS

Nick:
Pass:
Register

Forgot your password?

Contact Us
Contact Us

       

FreeOS triangle Howtos triangle

Linux : Howtos : Software RAID in the new Linux 2.4 kernel
Posted: ( Fri 9th Feb 2001 08:10:40[PM] UTC )
This three-part series on the Linux 2.4 Software RAID introduces the new technology that's used to increase disk performance and reliability by distributing data over multiple disks. This first installment covers Software RAID setup (kernel and tools installation) and shows you how to create linear and RAID-0 volumes.

Linux : Howtos : Traffic analysis almost for free, part 2
Posted: ( Thu 8th Feb 2001 08:05:15[PM] UTC )
The last column showed you how to configure a Linux-based monitoring system with dual network interface cards. This one shows you how to install and configure IPtraf, a traffic analysis utility, and how to use GNUplot, an open source plotting package, to graph the data gathered.

FreeOS : Howtos : What are you gonna do? 'Make' me?
Posted: ( Thu 8th Feb 2001 03:52:03[PM] UTC )
"Make has always been described to me as if one were baking a cake. You have a prescribed list of ingredients, each one with its own place in the recipe. The directions are followed and out pops a cake. Make is great for cake. But it really shines when you're baking things like a motorcycle."

Linux : Howtos : Linux audio plug-ins: A look into LADSPA
Posted: ( Wed 7th Feb 2001 04:37:12[PM] UTC )
A plug-in is a software module that adds new functions or extensions to a host application, without the need to recompile the program. The plug-in functions are stored within a shared object file (*.so in Linux, *.dll in Windows) that may contain one or several plug-ins. The application provides the entry points to dock an object, and the new functions are immediately available. The user accesses the plug-in as a normal part of the host's interface.

Linux : Howtos : Video applications on your Linux box
Posted: ( Tue 6th Feb 2001 07:48:17[AM] UTC )
"In this article I want to show you a few things you can do with a $50 TV card under Linux. This article expects you to know how to compile the kernel, and how to install general application on Linux."

Linux : Howtos : Triple-Boot Caldera OpenLinux, Red Hat Linux & MS Windows
Posted: ( Mon 5th Feb 2001 12:43:42[AM] UTC )
Why settle for a dual-boot compuer system when with just a little more effort you can have a triple-boot system? This article adds Red Hat 7 as a third boot-option to the existing dual-boot system created in an earlier Dual-Boot article.

Linux : Howtos : Configuring kHTTPd NHF
Posted: ( Wed 24th Jan 2001 08:01:51[AM] UTC )
kHTTPd is a webserver that handles only static (file based, non-cgi/php) webpages, and passes all requests for non-static (dynamic) information to a regular userspace-webserver such as Apache or Zeus. This is benificial because it offloads the delivery of static webpages to the kernel, allowing the userspace-webserver program (such as apache) to do what it does best: deliver dynamic content (cgi-bin, php).

Linux : Howtos : Mutt: An e-mail users best friend
Posted: ( Tue 23rd Jan 2001 05:43:37[PM] UTC )
"With all the choices of graphical e-mail clients available to Linux users, the reader may wonder why I would spend time on a terminal based e-mail program. Like other debates on GUI vs. terminal base applications, the answer to this question is "it depends". Let me start with why I use Mutt and then why you might like it too."

Linux : Howtos : Linux-Windows file access
Posted: ( Tue 23rd Jan 2001 05:31:01[PM] UTC )
This article explains how to access the various Windows filesystems from Linux, and how to access ext2fs from Windows. Find tips on mounting partitions and using Samba, and take a look into the future of Linux-Windows cross-file access.

Linux : Howtos : Hotkeys!
Posted: ( Tue 23rd Jan 2001 05:26:45[PM] UTC )
This list is not a complete list of all the hotkeys available, we could spend days on some of the more obscure and/or mundane ones. Instead, this list covers the more useful and generic ones trying not to be application specific.

Linux : Howtos : Multiple local XFree users under Linux
Posted: ( Tue 23rd Jan 2001 05:16:31[PM] UTC )
"My idea is to have two instances of XFree86. The first will be using a normal XFree86 server, it will initialize the main video card and attach it to a VT. It will also use the standard system AT keyboard and something (PS/2, serial, USB emulated as PS/2, whatever you want) as a mouse. The second instance of XFree will be my modified X server."

Linux : Howtos : An in-depth look at Reiserfs
Posted: ( Mon 22nd Jan 2001 07:57:11[PM] UTC )
Reiserfs will soon become the first journaled file system to be bundled as part of the standard Linux kernel tree. What is a journaled file system, how does Reiserfs fit into that category, and why should you care that it's about to become part of the Linux core?

Linux : Howtos : My steps to building and installing the 2.4 kernel in Redhat 7
Posted: ( Mon 22nd Jan 2001 07:50:22[PM] UTC )
"I got together all of my resources in one place, sat down with the README and CHANGES docs that come with the kernel, and decided to document, step by step, the process I went through. This was done on a *fresh* install of Redhat 7 on an AMD 700MHz, with a Voodoo 3 3000 PCI, and 128MB RAM."

Linux : Howtos : Securing DNS with Transaction Signatures
Posted: ( Sun 21st Jan 2001 08:20:53[AM] UTC )
The DNS works on a question-answer model. If a client needs information from the DNS it sends a question to a DNS server and the server returns an answer. Until recently it was only possible for a server to examine a question and determine whether or not to answer it based on the IP address the question originated from.

Linux : Howtos : Tux knows it's nice to share, part 1; NFS
Posted: ( Sun 21st Jan 2001 08:16:49[AM] UTC )
This child of Sun Microsystems is ubiquitous on just about every Linux or UNIX distribution you can think of. NFS stands for "Network File System", and you can even get it for that other OS, which makes it an ideal first choice for exploration of file sharing.

Page 8, Records: 208
Prev    1    2    3    4    5    6    7    9    10    Next

Entries over
15 Oct 2008
14 Oct 2008
13 Oct 2008
12 Oct 2008
11 Oct 2008
10 Oct 2008
09 Oct 2008

Rootprompt
>> RootPrompt -- Nothing but Unix
>> Installing The PHP-MemCache Module On CentOS 5.0 (19 Jul 2007)
>> System logging explained in Linux (19 Jul 2007)
>> Leverage Nagios with plug-ins you write (19 Jul 2007)
>> Work Smarty-er not Harder in PHP (19 Jul 2007)
>> Clone your ZFS root file system with one easy comm (18 Jul 2007)
>> Vmware Server Console (18 Jul 2007)
>> Setup Maxemum TV-Guide in Ubuntu (18 Jul 2007)
>> Ubuntu Studio Screenshots Tour (18 Jul 2007)
>> The beauty of LaTeX (17 Jul 2007)
>> Recover Data From RAID1 LVM Partitions (17 Jul 2007)
>> PowerBASIC/DOS and Linux (17 Jul 2007)
>> Installing LAMP On Ubuntu For Newbies (17 Jul 2007)
>> Playing the Lottery with Eclipse CDT (17 Jul 2007)
>> Slim Linux laptop has potential (16 Jul 2007)
>> Installing SugarCRM OpenSource Edition (16 Jul 2007)
>> OpenMoko Neo1973 - a Linux based phone (16 Jul 2007)
>> MPX for X Server on Linux (16 Jul 2007)
>> Create an Autosuggest Field with XForms and Ajax (16 Jul 2007)
>> Linux Postfix mail server SSL certificates (13 Jul 2007)
>> Virtual Hosting With PureFTPd And MySQL (13 Jul 2007)
>> Optimizing AIX 5L performance through Disk I/O (13 Jul 2007)
>> Take Charge of Your Architecture (13 Jul 2007)
>> Workshop Offers Unique Training Opportunity (12 Jul 2007)
>> How to encrypt a diskdrive in (X)Ubuntu Feisty (12 Jul 2007)
>> Desktop Search Engine with Doodle in Debian (12 Jul 2007)
>> On deleting files with unusual characters (11 Jul 2007)
>> Using Compiz, Beryl, And Metisse On A Mandriva 200 (11 Jul 2007)
>> Network Card Bonding On CentOS (11 Jul 2007)
>> Shape your traffic with trickle (11 Jul 2007)
>> Solaris, Secure by Default (10 Jul 2007)
>> Debugging SSL communications (10 Jul 2007)
>> Installing ModSecurity2 On Debian Etch (10 Jul 2007)
>> How-To create a MySQL database and set privileges (10 Jul 2007)
>> Rock Your Desktop with Entertainment LiveCD's (10 Jul 2007)
>> Samba: How to share files for your LAN without use (9 Jul 2007)

Slashdot
>> Your Own Mini-Stalker
>> Storing CERN's Search for God (Particles)
>> Facebook Acquires Parakey's Web OS Platform
>> Google Set to Bid $4.6 Billion for Airwaves
>> Huge Martian Dust Storm Threatens Rovers
>> Custom Trojan Creation Tool Sold Online
>> Slot Machine with Bad Software Sends Players To Jail
>> Open Library Goes Online With Public Domain Books
>> The Desktop -- Time to Start Saying Goodbye?
>> AMD Phenom and John Woo's Stranglehold In Action
>> Project Sylpheed Review
>> Which Google Should Congress Believe?
>> Former Spammer Reveals Secrets in New Book
>> Senate Committee Passes FCC Indecency Bill
>> Holes Remain Open in Firefox Password Manager
>> Search Slashdot

Mozilla
>> Mozilla Dot Org
>> Mozilla Foundation initiates search for Executive Director
>> Mozilla Releases Thunderbird 2
>> Thunderbird 2 Release Candidate 1 Released
>> Mozilla and eBay Working Together to Make the Auction Experience Easier for Firefox Users in France, Germany and the UK
>> Firefox 2.0.0.3 and Firefox 1.5.0.11 Security and Stability Update
>> Firefox Community Beta Program
>> Firefox 2.0.0.2 and Firefox 1.5.0.10 Security and Stability Update
>> Thunderbird 2 Beta 2 Released
>> Firefox 1.5.0.9, Firefox 2.0.0.1, and Thunderbird 1.5.0.9 Updates Available
>> Thunderbird 2 Beta 1 Released
>> SeaMonkey 1.0.6 and SeaMonkey 1.1 Beta Released
>> Firefox 1.5.0.8 Security and Stability Update
>> Thunderbird 1.5.0.8 Security and Stability Update
>> Adobe and Mozilla Foundation to Open Source Flash Player Scripting Engine