Sponsored Content
Full Discussion: new to this
Special Forums Hardware new to this Post 302581969 by ninjaman on Wednesday 14th of December 2011 02:57:00 PM
Old 12-14-2011
new to this

hello
i have a toshiba 4600 and i want to put some form of linux on it. i want to learn linux and thought that a dedicated machine would be a good idea. i bought the laptop second hand and find that the windows 95 has some problems. i tried to install a pcmcia network card and some files are missing. the laptop says insert the 95 cd rom, which i dont have. i thought start fresh and install redhat 5.1 which i found someone else has done. i dont want any of the programs on the laptop. so:
1. can i wipe the computer and install redhat 5.1 alone?
2. or do i have to keep windows on there as well?

any help would be greatly appreciated.
my aim is to learn linux and have a laptop that i can put on a home network with the pcmcia card and use the internet as well.

---------- Post updated at 07:57 PM ---------- Previous update was at 07:52 PM ----------

ok i found that redhat i have to buy, is there a free alternative?
 
WWW::Search::WashPost(3pm)				User Contributed Perl Documentation				WWW::Search::WashPost(3pm)

NAME
WWW::Search::WashPost - WWW::Search backend for searching www.washingtonpost.com SYNOPSIS
use WWW::Search; my $oSearch = new WWW::Search('WashPost'); my $sQuery = WWW::Search::escape_query("japan prime minister"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) { print $oResult->url, " "; } DESCRIPTION
This class is a specialization of WWW::Search. It handles making and interpreting searches on news at The Washington Post http://www.washingtonpost.com. This class exports no public interface; all interaction should be done through WWW::Search objects. NOTES
In the resulting WWW::SearchResult objects, the following elements will be set (in addition to the usual title, description, etc.): source Something like "Post" or a certain "Edition". location The page number of the print edition, e.g. "E05". category The type of item found, either "Article" or "Photo". seller The author or photographer. SEE ALSO
To make new backends, see WWW::Search. CAVEATS
This backend (and all its subclasses) only searches news stories from the last 14 days. (This is a restriction on the Washington Post website that we can not avoid.) BUGS
Please tell the author if you find any! AUTHOR
Martin Thurn <mthurn@cpan.org> LICENSE
Copyright (C) 1998-2009 Martin 'Kingpin' Thurn This software is released under the same license as Perl itself. perl v5.12.4 2011-11-02 WWW::Search::WashPost(3pm)
All times are GMT -4. The time now is 09:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy