You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(20) |
Sep
(4) |
Oct
(29) |
Nov
(24) |
Dec
(9) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(9) |
Feb
(26) |
Mar
(10) |
Apr
(4) |
May
(5) |
Jun
(13) |
Jul
(53) |
Aug
(15) |
Sep
(42) |
Oct
(30) |
Nov
(92) |
Dec
(45) |
2002 |
Jan
(36) |
Feb
(63) |
Mar
(24) |
Apr
(21) |
May
(30) |
Jun
(59) |
Jul
(34) |
Aug
(17) |
Sep
(57) |
Oct
(104) |
Nov
(21) |
Dec
(16) |
2003 |
Jan
(31) |
Feb
(56) |
Mar
(40) |
Apr
(55) |
May
(45) |
Jun
(38) |
Jul
(48) |
Aug
(33) |
Sep
(13) |
Oct
(19) |
Nov
(7) |
Dec
(9) |
2004 |
Jan
(15) |
Feb
(20) |
Mar
(1) |
Apr
(1) |
May
(6) |
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(4) |
Oct
(2) |
Nov
|
Dec
(1) |
2005 |
Jan
(18) |
Feb
(3) |
Mar
(2) |
Apr
(2) |
May
|
Jun
(6) |
Jul
|
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(9) |
Feb
|
Mar
|
Apr
(16) |
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jonathan T. <je...@my...> - 2002-10-28 00:13:08
|
> how do i enable "tail /var/log/messages" but keep it open to monitor? > this just closes after showing some messages and gives me a prompt. > > jim > tail -f /var/log/messages |
From: yarddog <ya...@ya...> - 2002-10-27 21:30:36
|
ah, nm, brain dead today:P |
From: yarddog <ya...@ya...> - 2002-10-27 19:49:24
|
how do i enable "tail /var/log/messages" but keep it open to monitor? this just closes after showing some messages and gives me a prompt. jim |
From: Metzger, M. <mme...@in...> - 2002-10-26 04:08:05
|
Yes, I tried that and even looked at the module source. The module specifically defines its version as 0.09, regardless of the revision (0.09, 0.09b, 0.09c, 0.09d). As a test (and since I got my build environment setup) I just recompiled Net::RawIP 0.09d directly from CPAN and am running into the same memory leak. Shouldn't surprise me though considering it's a 2yr old module. I can work around the issue by using a few eval{}'s but that's more "spackle" than fix... Just as a side note, Trinux rules.... (as if anyone around here didn't already know this...) Thanks for the reply Mike -----Original Message----- From: Jonathan E Terry [mailto:je...@my...] Sent: Friday, October 25, 2002 6:00 PM To: Metzger, Michael Cc: tri...@li... Subject: Re: [Trinux-talk] Perl Modules question Mike, The following snippit should give you your answer. It works with most standardized modules. #!/usr/bin/perl -w use Net::RawIP; print $Net::RawIP::VERSION; print "\n\n"; >Hi all, > > Is there anywhere I can determine the exact version of the perl modules >being used (specifically Net::RawIP)? I've looked in the actual module >itself but it only references the version as 0.09. There are unfortunately >4-5 versions of 0.09. > >Thanks for any help > >Mike |
From: Cristina Fulcher<INC...@ya...> - 2002-10-26 02:26:14
|
WOULD YOU LIKE TO HAVE YOUR MESSAGE SEEN BY OVER 14.8 MILLION TARGETED PROSPECTS DAILY? Below is all the information you will ever need to market your product or service over the Internet! If you have a product, service, or message that you would like to get out to Thousands, Hundreds of Thousands, or even Millions of people, you have several options. Traditional methods include print advertising, direct mail, radio, and television advertising. They are all effective, but they all have two catches: They're EXPENSIVE and TIME CONSUMING. Not only that, you only get ONE SHOT at making your message heard by the right people. Now this has all changed! Internet Search Engine Submissions, Classified Ads, Newsgroup Postings simply DO NOT WORK. Thanks to the top programmers in the world and their NEW EMAIL TECHNOLOGY, You can send millions of email messages daily for FREE... Without getting terminated from your current Internet connection! It's very simple to do and you can be increasing your sales within minutes of installing this new extraordinary software! Besides...It's the only real way to advertise on the Internet that works...Period! >>>WE WILL SUPPLY YOU WITH OVER 14.8 MILLION OPT-IN EMAIL ADDRESSES TO GET STARTED RIGHT AWAY! >>>PLUS FREE EMAIL ADDRESS DOWNLOADS FOR ONE FULL YEAR! >>>ALSO YOU WILL RECEIVE $2,000 WORTH OF INTERNET MARKETING SOFTWARE FREE! Including...... EMAIL SENDING SOFTWARE...(send millions of email advertisements daily with a few clicks of your mouse) EMAIL EXTRACTION SOFTWARE...(retreive new targeted email addresses daily hundreds of thousands of them) LIST MANAGEMENT SOFTWARE...(keep your lists clean, opt-in and manage all your remove requests, leads, sales etc...) and much...much more! To find out more information, Do not respond by email. Instead, visit our web site at: http://www.exposeyoursite.net _____________________________________________________ Want to be removed from our list? You were sent this email because you used our Opt-in service. We hope you enjoyed receiving this message. However, if you'd rather not receive future e-mails of this sort from us in the future, send an email to us at tak...@ex... and you will be removed from any future mailings within 24 hours. If you have an entire domain name you want removed, simply put the word "domain" in the "subject" line of the email. Then put your domain name (s) in the body of the message. |
From: Jonathan E T. <je...@my...> - 2002-10-25 23:05:20
|
Mike, The following snippit should give you your answer. It works with most standardized modules. #!/usr/bin/perl -w use Net::RawIP; print $Net::RawIP::VERSION; print "\n\n"; >Hi all, > > Is there anywhere I can determine the exact version of the perl modules >being used (specifically Net::RawIP)? I've looked in the actual module >itself but it only references the version as 0.09. There are unfortunately >4-5 versions of 0.09. > >Thanks for any help > >Mike |
From: Matthew F. <mf...@ci...> - 2002-10-25 18:35:14
|
I have no proof but I'm guessing it is 0.09d based on the fact that Nov 2000 was the last release (0.09d) and the packages were compiled/built much later. Timestamps say Dec 2000, but I thought I built them later than that. = mdf > > Hi all, > > > > Is there anywhere I can determine the exact version of the perl modules > > being used (specifically Net::RawIP)? I've looked in the actual module > > itself but it only references the version as 0.09. There are unfortunately > > 4-5 versions of 0.09. > > > > Thanks for any help > > > > Mike > |
From: Metzger, M. <mme...@in...> - 2002-10-25 17:19:36
|
Hi all, Is there anywhere I can determine the exact version of the perl modules being used (specifically Net::RawIP)? I've looked in the actual module itself but it only references the version as 0.09. There are unfortunately 4-5 versions of 0.09. Thanks for any help Mike |
From: Matthew F. <mf...@ci...> - 2002-10-25 15:38:40
|
I have booted trinux from an IDE CF although you could probably boot from the LS120 if you add IDE floppy support to the kernel. I started some instructions somewhere for installing Trinux onto IDE devices. Let see if I can dig them up. I know someone else got a webcam working. If it is supported by Linux, it should be possible. - mdf > Hi NG, > > I'm new in trinux and would like you to ask some questions on it. > I get a mini pc with cf, ide and usb support. > To boot from floppy I could use a LS120 super floppy drive on > my ide channel connected temporally for my first installation. > I would like to record a usb webcam (logitech quickcam) > data stream to the hd (2.5",40GB) and boot my system from > a 256MB cf card in ide mode. > Now I'm looking for a os which could satisfy my specifications > and my impression is trinux could reach this goal. > What will by to by done by me and what is already done and > could by found at the web for my purpose? > > It would by very nice to get some hints by you on this topic ;-) > > > Many thanks in advance > > Markus > > DL8MBY > > ********************************************************** > Deutsches Zentrum f?r Luft- und Raumfahrt (DLR) > Postfach 1116 > D-82234 We?ling > Telefon: +49 (0)8153 28 1394 > Telefax: +49 (0)8153 28 1443 > eMail: mar...@dl... > ********************************************************** > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ad.doubleclick.net/clk;4729346;7592162;s?http://www.sun.com/javavote > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk -- Matthew Franz mf...@ci... Critical Infrastructure Assurance Group (CIAG) Cisco Systems, Inc. Austin, TX |
From: markus <mar...@dl...> - 2002-10-24 06:04:11
|
Hi NG, I'm new in trinux and would like you to ask some questions on it. I get a mini pc with cf, ide and usb support. To boot from floppy I could use a LS120 super floppy drive on my ide channel connected temporally for my first installation. I would like to record a usb webcam (logitech quickcam) data stream to the hd (2.5",40GB) and boot my system from a 256MB cf card in ide mode. Now I'm looking for a os which could satisfy my specifications and my impression is trinux could reach this goal. What will by to by done by me and what is already done and could by found at the web for my purpose? It would by very nice to get some hints by you on this topic ;-) Many thanks in advance Markus DL8MBY ********************************************************** Deutsches Zentrum f=FCr Luft- und Raumfahrt (DLR) Postfach 1116 D-82234 We=DFling Telefon: +49 (0)8153 28 1394 Telefax: +49 (0)8153 28 1443 eMail: mar...@dl... ********************************************************** |
From: raven <ra...@ra...> - 2002-10-23 05:38:35
|
I'm looking for resources on how to compile and build my own trinux iso? = I have scripts to burn the iso and have a limited understanding on how = to use them, but I haven't found out what process leads to the burn. = The process on how to create the image file. I want to customize this = burn, by adding other modules not from trinux, remove modules from the = current iso and change the boot process to include programs I've = written. thanks in advance .:/R\:. =20 |
From: ukrit c. <uk...@ho...> - 2002-10-23 03:16:04
|
Dear Sir, My name is Ukrit. I am 27 years old engineer in Bangkok, Thailand. Now, I work at a wood factory and going to create an web base application for the factory. I am interested in PHP, MySQL, and LINUX. I found your web page in www.linux.org. I like the minimalist concept because it lets computer have only necessary stuff. I have the problem about starting the system. Would you mind suggest me the following? How can I boot the system? In WINDOWS system, I use 1. fdisk (making partition) 2. format c: /s (formatting hard disk and making it bootable) 3. copy cdrom.sys (CDROM driver) and mscdex.exe (CDROM program) to hard disk 4. edit config.sys (device=cdrom.sys) and autoexec.bat (mscdex.exe /option) 5. Reboot. Now, the computer is bootable with CDROM drive, so I can use WINDOWS CD to install the operating system. Would you mind suggest me how I can do the same in LINUX? Regard. _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 |
From: Crystal R. D. <sa...@ch...> - 2002-10-19 20:08:41
|
<DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>*******************************************************************************************</SPAN></FONT></DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>Note: This is a one-time mailing to pre-qualified opt-in prospective customers. Your email address will automatically be removed from our mailing list and never sold or given away. No need to reply. If you are not a Crystal Reports user, there is no need to read on.</SPAN></FONT></DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>*******************************************************************************************</SPAN></FONT></DIV> <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=281350013-20092002></SPAN></FONT> </DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>Dear Crystal Reports User,</SPAN></FONT></DIV> <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=281350013-20092002></SPAN></FONT> </DIV> <DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3><FONT face=Arial size=2><FONT color=#0000ff>Are you tired of spending the first week of every month manually running Crystal reports? </FONT></FONT></FONT></FONT></DIV> <DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3><FONT face=Arial size=2><FONT color=#0000ff>Do you wish there was a way to schedule them to run automatically? <BR>Do you wish you could schedule a batch of reports as a "Package" and have them all sent out in the same e-mail? <BR>Do you want a quick return on your investment? <BR>Do you want to free up your time and your staff's time to do more important things? <BR>Do you want to cut reports administration costs?</FONT> </FONT></FONT></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>If you are a Crystal Reports user, and you have answered <STRONG>YES</STRONG> to any of the above, then <STRONG><A href="http://www.christiansteven.com">Crystal Reports Distributor</A></STRONG> is the program for you.<BR></FONT></FONT></DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>This powerful, intuitive and easy to use application will save you from the mundane job of manually running Crystal Reports daily, weekly, monthly etc and then exporting them to e-mails to be sent to your client, boss etc. Simply set up a schedule stating how often you would like the report to run, what format you would like it to be presented in( Word, Excel, HTML, Acrobat (PDF) or RTF), and who you want it to go to. </FONT></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>If you have a report "Package" consisting of a number of different reports, Crystal Reports Distributor can collate the output for you into a single defined folder, or sent in a single e-mail.</FONT></FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>The PDF format output ensures that your colourful complicated reports are small enough to get through many of the e-mail limiting restrictions most companies place on e-mail accounts.</FONT></FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>Crystal Reports and an e-mail client are required for Crystal Reports Distributor to perform at its best.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002><A href="http://www.christiansteven.com/crd/crd200.zip"><STRONG>Click Here to download a trial copy</STRONG></A></SPAN></FONT></DIV> <P><FONT size=2><FONT face=Arial><B>Crystal Reports Distributor</B> enables you to <B>automate</B> production of your Crystal Reports. It will send your Crystal Report as an email attachment, or output it to a selected folder. <B>Crystal Reports Distributor</B>'s unique intuitive interactive interface makes it an easy to use application. Your return on your investment is high and instant.</FONT></FONT></P> <UL initcollapsed dynamicoutline> <LI><FONT size=2><FONT face=Arial><B>Schedule</B> reports to run at a specific date and time or Daily, Week Days, Weekly, Monthly, or Quarterly.<BR> </FONT></FONT> <LI><FONT size=2><FONT face=Arial><B>Export</B> file formats include Microsoft Word, Rich Text (RTF), Excel, HTML, and PDF <BR> </FONT></FONT> <LI><FONT face=Arial size=2>Reports may be sent by <B>email </B>or exported to a specified <B>folder</B> using any of the available export formats.<BR> </FONT> <LI><FONT face=Arial size=2>The same report can be scheduled to be run <B>multiple times</B> with different <B>parameters</B>, <B>formats</B>, <B>frequency</B> and <B>destinations</B>.<BR> </FONT> <LI><FONT size=2><FONT face=Arial><B>"Multiple Reports" </B>feature allows you to select a number of different reports to be selected to <B>create a "package"</B>. The package is then sent in a single e-mail, or output into a single defined folder.<BR> </FONT></FONT> <LI><FONT face=Arial size=2>Modify a report's <B>formula fields </B>(including Record Selection and Group Selection)<BR> </FONT> <LI><FONT face=Arial size=2>Lots more functionality planned - <SPAN class=281350013-20092002>Just send us your wish list. </SPAN>(Minor version upgrades are <B>FREE</B> for the first year. If your suggestion results in a major version upgrade, you will get the new version <B>FREE</B>)</FONT></LI></UL> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2><STRONG>For more information, visit </STRONG><A href="http://www.christiansteven.com"><STRONG>www.christiansteven.com</STRONG></A><STRONG> or email us: </STRONG><A href="mailto:sa...@ch..."><STRONG>sa...@ch...</STRONG></A></FONT></SPAN></DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2>Thank you for your reading this mail.</FONT></SPAN></DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2>Kind Regards</FONT></SPAN></DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2><A href="http://www.christiansteven.com">The Crystal Reports Distributor Team</A></FONT></SPAN></DIV> <P><FONT face=Arial size=2></FONT> </P> |
From: Crystal R. D. <sa...@ch...> - 2002-10-19 20:08:18
|
<DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>*******************************************************************************************</SPAN></FONT></DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>Note: This is a one-time mailing to pre-qualified opt-in prospective customers. Your email address will automatically be removed from our mailing list and never sold or given away. No need to reply. If you are not a Crystal Reports user, there is no need to read on.</SPAN></FONT></DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>*******************************************************************************************</SPAN></FONT></DIV> <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=281350013-20092002></SPAN></FONT> </DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>Dear Crystal Reports User,</SPAN></FONT></DIV> <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=281350013-20092002></SPAN></FONT> </DIV> <DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3><FONT face=Arial size=2><FONT color=#0000ff>Are you tired of spending the first week of every month manually running Crystal reports? </FONT></FONT></FONT></FONT></DIV> <DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3><FONT face=Arial size=2><FONT color=#0000ff>Do you wish there was a way to schedule them to run automatically? <BR>Do you wish you could schedule a batch of reports as a "Package" and have them all sent out in the same e-mail? <BR>Do you want a quick return on your investment? <BR>Do you want to free up your time and your staff's time to do more important things? <BR>Do you want to cut reports administration costs?</FONT> </FONT></FONT></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>If you are a Crystal Reports user, and you have answered <STRONG>YES</STRONG> to any of the above, then <STRONG><A href="http://www.christiansteven.com">Crystal Reports Distributor</A></STRONG> is the program for you.<BR></FONT></FONT></DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>This powerful, intuitive and easy to use application will save you from the mundane job of manually running Crystal Reports daily, weekly, monthly etc and then exporting them to e-mails to be sent to your client, boss etc. Simply set up a schedule stating how often you would like the report to run, what format you would like it to be presented in( Word, Excel, HTML, Acrobat (PDF) or RTF), and who you want it to go to. </FONT></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>If you have a report "Package" consisting of a number of different reports, Crystal Reports Distributor can collate the output for you into a single defined folder, or sent in a single e-mail.</FONT></FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>The PDF format output ensures that your colourful complicated reports are small enough to get through many of the e-mail limiting restrictions most companies place on e-mail accounts.</FONT></FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>Crystal Reports and an e-mail client are required for Crystal Reports Distributor to perform at its best.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002><A href="http://www.christiansteven.com/crd/crd200.zip"><STRONG>Click Here to download a trial copy</STRONG></A></SPAN></FONT></DIV> <P><FONT size=2><FONT face=Arial><B>Crystal Reports Distributor</B> enables you to <B>automate</B> production of your Crystal Reports. It will send your Crystal Report as an email attachment, or output it to a selected folder. <B>Crystal Reports Distributor</B>'s unique intuitive interactive interface makes it an easy to use application. Your return on your investment is high and instant.</FONT></FONT></P> <UL initcollapsed dynamicoutline> <LI><FONT size=2><FONT face=Arial><B>Schedule</B> reports to run at a specific date and time or Daily, Week Days, Weekly, Monthly, or Quarterly.<BR> </FONT></FONT> <LI><FONT size=2><FONT face=Arial><B>Export</B> file formats include Microsoft Word, Rich Text (RTF), Excel, HTML, and PDF <BR> </FONT></FONT> <LI><FONT face=Arial size=2>Reports may be sent by <B>email </B>or exported to a specified <B>folder</B> using any of the available export formats.<BR> </FONT> <LI><FONT face=Arial size=2>The same report can be scheduled to be run <B>multiple times</B> with different <B>parameters</B>, <B>formats</B>, <B>frequency</B> and <B>destinations</B>.<BR> </FONT> <LI><FONT size=2><FONT face=Arial><B>"Multiple Reports" </B>feature allows you to select a number of different reports to be selected to <B>create a "package"</B>. The package is then sent in a single e-mail, or output into a single defined folder.<BR> </FONT></FONT> <LI><FONT face=Arial size=2>Modify a report's <B>formula fields </B>(including Record Selection and Group Selection)<BR> </FONT> <LI><FONT face=Arial size=2>Lots more functionality planned - <SPAN class=281350013-20092002>Just send us your wish list. </SPAN>(Minor version upgrades are <B>FREE</B> for the first year. If your suggestion results in a major version upgrade, you will get the new version <B>FREE</B>)</FONT></LI></UL> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2><STRONG>For more information, visit </STRONG><A href="http://www.christiansteven.com"><STRONG>www.christiansteven.com</STRONG></A><STRONG> or email us: </STRONG><A href="mailto:sa...@ch..."><STRONG>sa...@ch...</STRONG></A></FONT></SPAN></DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2>Thank you for your reading this mail.</FONT></SPAN></DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2>Kind Regards</FONT></SPAN></DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2><A href="http://www.christiansteven.com">The Crystal Reports Distributor Team</A></FONT></SPAN></DIV> <P><FONT face=Arial size=2></FONT> </P> |
From: oabtafbtumd <oab...@in...> - 2002-10-19 11:39:28
|
PEhUTUw+PEJPRFk+PEI+RlJFRSBCSUcgU0NSRUVOIFRWJ1M8L0I+PEJSPjxCUj4NCg0KVGhhdJJz IHJpZ2h0LCB3aXRoIHRoZSBzdWNjZXNzIG9mIHRoZSBGbGF0c2NyZWVuIGFuZCBIRFRWIGFuZCB0 aGUgc2xvd2luZyBvZiBjb25zdW1lciBzcGVuZGluZyBhbmQgdGhlIFVTIEVjb25vbXksIHRoZXJl IGlzIGEgd29ybGR3aWRlIG92ZXJzdG9jayBvZiBCaWcgU2NyZWVucy4gIE1hbnkgY29tcGFuaWVz IHdpbGwgZG8gYW55dGhpbmcgdG8gZ2V0IHlvdSB0byBjb25zaWRlciB1cGdyYWRpbmcgeW91ciB0 ZWxldmlzaW9uIHRvIG5ld2VyIG1vZGVscy4gIFNvIHRoZXkgYXJlIGdpdmluZyBhd2F5IGFsbW9z dCAxIE1pbGxpb24gQmlnIFNjcmVlbnMgdGhpcyB5ZWFyIHRocm91Z2ggdmVyeSBhZ2dyZXNzaXZl IG1hcmtldGluZyBlZmZvcnRzLiAgMSBvdXQgb2YgMjAwMCBwZW9wbGUgdG8gZW50ZXIgdGhpcyBj b250ZXN0IHdpbGwgd2luIGEgYmlnIHNjcmVlbi4gIEVudGVyIGFzIG1hbnkgdGltZXMgYXMgeW91 IGxpa2UuICBPbmNlIHBlciBtb250aC4NCg0KPGEgaHJlZj0iaHR0cDovLzIxOC41Ljc3LjExMy93 aW5iaWdzY3JlZW50dnMuY29tL2luZGV4LnBocCI+RlJFRSBCSUcgU0NSRUVOPC9hPi48YnI+LW9y LTxCUj48Qk9EWT48L0hUTUw+DQpodHRwOi8vMjE4LjUuNzcuMTEzL3dpbmJpZ3NjcmVlbnR2cy5j b20vaW5kZXgucGhwDQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0NClRoaXMgZW1haWwgaGFzIGJlZW4gc2VudCB3aXRoIHRoZSBwZXJt aXNzaW9uIG9mIHRoZSBzZW5kZWUuICBUaGUgcmVjaXBpZW50IGhhcyBvcHQtaW4gdG8gcmVjZWl2 ZSBpbnRlcm5ldCBvZmZlcnMgZnJvbSBJbnRlck5ldE9mZmVyc1hQLCBJTkMuICBJZiB0aGlzIGVt YWlsIGhhcyByZWFjaGVkIHlvdSBpbiBlcnJvciwgb3IgeW91IG5vIGxvbmdlciB3aXNoIHRvIHJl Y2VpdmUgZW1haWxzIGZyb20gdGhpcyBvZmZlciwgcGxlYXNlIDxhIGhyZWY9Imh0dHA6Ly8yMTgu NS43Ny4xMTMvd2luYmlnc2NyZWVudHZzLmNvbS9pbmRleC5waHAiPkNMSUNLIEhFUkU8L2E+IHRo ZW4gY2xpY2sgcmVtb3ZlLjxCT0RZPjwvSFRNTD4NCiANCg== |
From: oabtafbtumb <oab...@in...> - 2002-10-19 11:38:55
|
PEhUTUw+PEJPRFk+PEI+RlJFRSBCSUcgU0NSRUVOIFRWJ1M8L0I+PEJSPjxCUj4NCg0KVGhhdJJz IHJpZ2h0LCB3aXRoIHRoZSBzdWNjZXNzIG9mIHRoZSBGbGF0c2NyZWVuIGFuZCBIRFRWIGFuZCB0 aGUgc2xvd2luZyBvZiBjb25zdW1lciBzcGVuZGluZyBhbmQgdGhlIFVTIEVjb25vbXksIHRoZXJl IGlzIGEgd29ybGR3aWRlIG92ZXJzdG9jayBvZiBCaWcgU2NyZWVucy4gIE1hbnkgY29tcGFuaWVz IHdpbGwgZG8gYW55dGhpbmcgdG8gZ2V0IHlvdSB0byBjb25zaWRlciB1cGdyYWRpbmcgeW91ciB0 ZWxldmlzaW9uIHRvIG5ld2VyIG1vZGVscy4gIFNvIHRoZXkgYXJlIGdpdmluZyBhd2F5IGFsbW9z dCAxIE1pbGxpb24gQmlnIFNjcmVlbnMgdGhpcyB5ZWFyIHRocm91Z2ggdmVyeSBhZ2dyZXNzaXZl IG1hcmtldGluZyBlZmZvcnRzLiAgMSBvdXQgb2YgMjAwMCBwZW9wbGUgdG8gZW50ZXIgdGhpcyBj b250ZXN0IHdpbGwgd2luIGEgYmlnIHNjcmVlbi4gIEVudGVyIGFzIG1hbnkgdGltZXMgYXMgeW91 IGxpa2UuICBPbmNlIHBlciBtb250aC4NCg0KPGEgaHJlZj0iaHR0cDovLzIxOC41Ljc3LjExMy93 aW5iaWdzY3JlZW50dnMuY29tL2luZGV4LnBocCI+RlJFRSBCSUcgU0NSRUVOPC9hPi48YnI+LW9y LTxCUj48Qk9EWT48L0hUTUw+DQpodHRwOi8vMjE4LjUuNzcuMTEzL3dpbmJpZ3NjcmVlbnR2cy5j b20vaW5kZXgucGhwDQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0NClRoaXMgZW1haWwgaGFzIGJlZW4gc2VudCB3aXRoIHRoZSBwZXJt aXNzaW9uIG9mIHRoZSBzZW5kZWUuICBUaGUgcmVjaXBpZW50IGhhcyBvcHQtaW4gdG8gcmVjZWl2 ZSBpbnRlcm5ldCBvZmZlcnMgZnJvbSBJbnRlck5ldE9mZmVyc1hQLCBJTkMuICBJZiB0aGlzIGVt YWlsIGhhcyByZWFjaGVkIHlvdSBpbiBlcnJvciwgb3IgeW91IG5vIGxvbmdlciB3aXNoIHRvIHJl Y2VpdmUgZW1haWxzIGZyb20gdGhpcyBvZmZlciwgcGxlYXNlIDxhIGhyZWY9Imh0dHA6Ly8yMTgu NS43Ny4xMTMvd2luYmlnc2NyZWVudHZzLmNvbS9pbmRleC5waHAiPkNMSUNLIEhFUkU8L2E+IHRo ZW4gY2xpY2sgcmVtb3ZlLjxCT0RZPjwvSFRNTD4NCiANCg== |
From: Crystal R. D. <sa...@ch...> - 2002-10-19 09:31:42
|
<DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>*******************************************************************************************</SPAN></FONT></DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>Note: This is a one-time mailing to pre-qualified opt-in prospective customers. Your email address will automatically be removed from our mailing list and never sold or given away. No need to reply. If you are not a Crystal Reports user, there is no need to read on.</SPAN></FONT></DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>*******************************************************************************************</SPAN></FONT></DIV> <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=281350013-20092002></SPAN></FONT> </DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>Dear Crystal Reports User,</SPAN></FONT></DIV> <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=281350013-20092002></SPAN></FONT> </DIV> <DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3><FONT face=Arial size=2><FONT color=#0000ff>Are you tired of spending the first week of every month manually running Crystal reports? </FONT></FONT></FONT></FONT></DIV> <DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3><FONT face=Arial size=2><FONT color=#0000ff>Do you wish there was a way to schedule them to run automatically? <BR>Do you wish you could schedule a batch of reports as a "Package" and have them all sent out in the same e-mail? <BR>Do you want a quick return on your investment? <BR>Do you want to free up your time and your staff's time to do more important things? <BR>Do you want to cut reports administration costs?</FONT> </FONT></FONT></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>If you are a Crystal Reports user, and you have answered <STRONG>YES</STRONG> to any of the above, then <STRONG><A href="http://www.christiansteven.com">Crystal Reports Distributor</A></STRONG> is the program for you.<BR></FONT></FONT></DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>This powerful, intuitive and easy to use application will save you from the mundane job of manually running Crystal Reports daily, weekly, monthly etc and then exporting them to e-mails to be sent to your client, boss etc. Simply set up a schedule stating how often you would like the report to run, what format you would like it to be presented in( Word, Excel, HTML, Acrobat (PDF) or RTF), and who you want it to go to. </FONT></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>If you have a report "Package" consisting of a number of different reports, Crystal Reports Distributor can collate the output for you into a single defined folder, or sent in a single e-mail.</FONT></FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>The PDF format output ensures that your colourful complicated reports are small enough to get through many of the e-mail limiting restrictions most companies place on e-mail accounts.</FONT></FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>Crystal Reports and an e-mail client are required for Crystal Reports Distributor to perform at its best.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002><A href="http://www.christiansteven.com/crd/crd200.zip"><STRONG>Click Here to download a trial copy</STRONG></A></SPAN></FONT></DIV> <P><FONT size=2><FONT face=Arial><B>Crystal Reports Distributor</B> enables you to <B>automate</B> production of your Crystal Reports. It will send your Crystal Report as an email attachment, or output it to a selected folder. <B>Crystal Reports Distributor</B>'s unique intuitive interactive interface makes it an easy to use application. Your return on your investment is high and instant.</FONT></FONT></P> <UL initcollapsed dynamicoutline> <LI><FONT size=2><FONT face=Arial><B>Schedule</B> reports to run at a specific date and time or Daily, Week Days, Weekly, Monthly, or Quarterly.<BR> </FONT></FONT> <LI><FONT size=2><FONT face=Arial><B>Export</B> file formats include Microsoft Word, Rich Text (RTF), Excel, HTML, and PDF <BR> </FONT></FONT> <LI><FONT face=Arial size=2>Reports may be sent by <B>email </B>or exported to a specified <B>folder</B> using any of the available export formats.<BR> </FONT> <LI><FONT face=Arial size=2>The same report can be scheduled to be run <B>multiple times</B> with different <B>parameters</B>, <B>formats</B>, <B>frequency</B> and <B>destinations</B>.<BR> </FONT> <LI><FONT size=2><FONT face=Arial><B>"Multiple Reports" </B>feature allows you to select a number of different reports to be selected to <B>create a "package"</B>. The package is then sent in a single e-mail, or output into a single defined folder.<BR> </FONT></FONT> <LI><FONT face=Arial size=2>Modify a report's <B>formula fields </B>(including Record Selection and Group Selection)<BR> </FONT> <LI><FONT face=Arial size=2>Lots more functionality planned - <SPAN class=281350013-20092002>Just send us your wish list. </SPAN>(Minor version upgrades are <B>FREE</B> for the first year. If your suggestion results in a major version upgrade, you will get the new version <B>FREE</B>)</FONT></LI></UL> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2><STRONG>For more information, visit </STRONG><A href="http://www.christiansteven.com"><STRONG>www.christiansteven.com</STRONG></A><STRONG> or email us: </STRONG><A href="mailto:sa...@ch..."><STRONG>sa...@ch...</STRONG></A></FONT></SPAN></DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2>Thank you for your reading this mail.</FONT></SPAN></DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2>Kind Regards</FONT></SPAN></DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2><A href="http://www.christiansteven.com">The Crystal Reports Distributor Team</A></FONT></SPAN></DIV> <P><FONT face=Arial size=2></FONT> </P> |
From: Crystal R. D. <sa...@ch...> - 2002-10-19 09:26:26
|
<DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>*******************************************************************************************</SPAN></FONT></DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>Note: This is a one-time mailing to pre-qualified opt-in prospective customers. Your email address will automatically be removed from our mailing list and never sold or given away. No need to reply. If you are not a Crystal Reports user, there is no need to read on.</SPAN></FONT></DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>*******************************************************************************************</SPAN></FONT></DIV> <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=281350013-20092002></SPAN></FONT> </DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002>Dear Crystal Reports User,</SPAN></FONT></DIV> <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=281350013-20092002></SPAN></FONT> </DIV> <DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3><FONT face=Arial size=2><FONT color=#0000ff>Are you tired of spending the first week of every month manually running Crystal reports? </FONT></FONT></FONT></FONT></DIV> <DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3><FONT face=Arial size=2><FONT color=#0000ff>Do you wish there was a way to schedule them to run automatically? <BR>Do you wish you could schedule a batch of reports as a "Package" and have them all sent out in the same e-mail? <BR>Do you want a quick return on your investment? <BR>Do you want to free up your time and your staff's time to do more important things? <BR>Do you want to cut reports administration costs?</FONT> </FONT></FONT></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>If you are a Crystal Reports user, and you have answered <STRONG>YES</STRONG> to any of the above, then <STRONG><A href="http://www.christiansteven.com">Crystal Reports Distributor</A></STRONG> is the program for you.<BR></FONT></FONT></DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>This powerful, intuitive and easy to use application will save you from the mundane job of manually running Crystal Reports daily, weekly, monthly etc and then exporting them to e-mails to be sent to your client, boss etc. Simply set up a schedule stating how often you would like the report to run, what format you would like it to be presented in( Word, Excel, HTML, Acrobat (PDF) or RTF), and who you want it to go to. </FONT></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>If you have a report "Package" consisting of a number of different reports, Crystal Reports Distributor can collate the output for you into a single defined folder, or sent in a single e-mail.</FONT></FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2><FONT face=Arial size=2>The PDF format output ensures that your colourful complicated reports are small enough to get through many of the e-mail limiting restrictions most companies place on e-mail accounts.</FONT></FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>Crystal Reports and an e-mail client are required for Crystal Reports Distributor to perform at its best.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2><SPAN class=281350013-20092002><A href="http://www.christiansteven.com/crd/crd200.zip"><STRONG>Click Here to download a trial copy</STRONG></A></SPAN></FONT></DIV> <P><FONT size=2><FONT face=Arial><B>Crystal Reports Distributor</B> enables you to <B>automate</B> production of your Crystal Reports. It will send your Crystal Report as an email attachment, or output it to a selected folder. <B>Crystal Reports Distributor</B>'s unique intuitive interactive interface makes it an easy to use application. Your return on your investment is high and instant.</FONT></FONT></P> <UL initcollapsed dynamicoutline> <LI><FONT size=2><FONT face=Arial><B>Schedule</B> reports to run at a specific date and time or Daily, Week Days, Weekly, Monthly, or Quarterly.<BR> </FONT></FONT> <LI><FONT size=2><FONT face=Arial><B>Export</B> file formats include Microsoft Word, Rich Text (RTF), Excel, HTML, and PDF <BR> </FONT></FONT> <LI><FONT face=Arial size=2>Reports may be sent by <B>email </B>or exported to a specified <B>folder</B> using any of the available export formats.<BR> </FONT> <LI><FONT face=Arial size=2>The same report can be scheduled to be run <B>multiple times</B> with different <B>parameters</B>, <B>formats</B>, <B>frequency</B> and <B>destinations</B>.<BR> </FONT> <LI><FONT size=2><FONT face=Arial><B>"Multiple Reports" </B>feature allows you to select a number of different reports to be selected to <B>create a "package"</B>. The package is then sent in a single e-mail, or output into a single defined folder.<BR> </FONT></FONT> <LI><FONT face=Arial size=2>Modify a report's <B>formula fields </B>(including Record Selection and Group Selection)<BR> </FONT> <LI><FONT face=Arial size=2>Lots more functionality planned - <SPAN class=281350013-20092002>Just send us your wish list. </SPAN>(Minor version upgrades are <B>FREE</B> for the first year. If your suggestion results in a major version upgrade, you will get the new version <B>FREE</B>)</FONT></LI></UL> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2><STRONG>For more information, visit </STRONG><A href="http://www.christiansteven.com"><STRONG>www.christiansteven.com</STRONG></A><STRONG> or email us: </STRONG><A href="mailto:sa...@ch..."><STRONG>sa...@ch...</STRONG></A></FONT></SPAN></DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2>Thank you for your reading this mail.</FONT></SPAN></DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2>Kind Regards</FONT></SPAN></DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=281350013-20092002><FONT face=Arial size=2><A href="http://www.christiansteven.com">The Crystal Reports Distributor Team</A></FONT></SPAN></DIV> <P><FONT face=Arial size=2></FONT> </P> |
From: windham l. <mst...@ho...> - 2002-10-19 03:36:24
|
I am trying to compile a 2.4.19 uml-kernel and i was wondering if you could post the .config file for me or did you just use the basic trinux .config? thank you mstrhelix p.s. I would also like to get into the development of trinux and was wondering what things need to be done or bugs fixed? I would really like to help and am now setup to do so... _________________________________________________________________ Get a speedy connection with MSN Broadband. Join now! http://resourcecenter.msn.com/access/plans/freeactivation.asp |
From: xose <xo...@ma...> - 2002-10-18 18:52:12
|
How download trinux? And from? |
From: xose <xo...@ma...> - 2002-10-18 15:55:56
|
Helloo , I want download trinux , but where from to get it? |
From: <sol...@be...> - 2002-10-18 11:05:15
|
<http://www.beyondigital.com> =09 =09 IF YOU ARE UNABLE TO VIEW THE GRAPHICS IN THIS EMAIL, PLEASE VISIT HTTP://WWW.BEYONDIGITAL.COM <http://www.beyondigital.com> TO ENJOY THE FULL EXPERIENCE. BEYONDIGITAL RESPECTS YOUR PRIVACY. TO UNSUBSCRIBE FROM FUTURE PROMOTIONAL EMAILS BY BEYONDIGITAL, PLEASE VISIT HTTP://WWW.BEYONDIGITAL.COM/OPTOUT <http://www.beyondigital.com/OptOut> YOUR ADDRESS WILL BE REMOVED IMMEDIATELY. ALL CONTENTS =A9 COPYRIGHT 1999-2002 BEYONDIGITAL, INC. ALL RIGHTS RESERVED. =20 =09 |
From: <sol...@be...> - 2002-10-18 11:05:15
|
<http://www.beyondigital.com> =09 =09 IF YOU ARE UNABLE TO VIEW THE GRAPHICS IN THIS EMAIL, PLEASE VISIT HTTP://WWW.BEYONDIGITAL.COM <http://www.beyondigital.com> TO ENJOY THE FULL EXPERIENCE. BEYONDIGITAL RESPECTS YOUR PRIVACY. TO UNSUBSCRIBE FROM FUTURE PROMOTIONAL EMAILS BY BEYONDIGITAL, PLEASE VISIT HTTP://WWW.BEYONDIGITAL.COM/OPTOUT <http://www.beyondigital.com/OptOut> YOUR ADDRESS WILL BE REMOVED IMMEDIATELY. ALL CONTENTS =A9 COPYRIGHT 1999-2002 BEYONDIGITAL, INC. ALL RIGHTS RESERVED. =20 =09 |
From: yarddog <ya...@ya...> - 2002-10-17 18:34:14
|
I am getting two of each message to this list. Any idea why? Its the only list this is happening with. jim |
From: Matthew F. <mf...@ci...> - 2002-10-17 17:32:40
|
I don't know about those ISO editors. Your best best is to probably re-burn it with mkisofs. If you don't a *NIX you can use trinux, assuming you've got enough RAM. # getpkg cdrtools (this will give you mkisofs) # mkdir /scratch # mount -n -t tmpfs -o size=16384000 /dev/null /scratch # cd /scratch # snarf http://devel.trinux.org/iso-src.tgz then untar it and see http://devel.trinux.org/scripts/tiso for how to build the ISO. It might just be easier to copy the ISO to windows although you should be able to burn it from within trinux if you get ide and ide-scsi emulation working = mdf > Hi, > > I am attempting to modify the 5sep02.iso to configure it for things like > network. I have a tool called winiso that lets me modify the files but > then when I try to boot using the modified image it says that there is a > bad checksum. How do I get around this error? > > Thanks > > ************************* > David Eales > Computer Technician > City College Coventry > ************************* > This email and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they are > addressed. If you have received this email in error please notify the > system manager at pos...@st... Please note that any > views or opinions presented in this email are solely those of the author > and do not necessarily represent those of the College. Finally, all > College email is scanned internally for virus infection; however, the > recipient should also check this email and any attachments for the > presence of viruses. The College accepts no liability for any damage > caused by any virus transmitted by this email. > > > ------------------------------------------------------- > This sf.net email is sponsored by: viaVerio will pay you up to > $1,000 for every account that you consolidate with us. > http://ad.doubleclick.net/clk;4749864;7604308;v? > http://www.viaverio.com/consolidator/osdn.cfm > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trinux-talk -- Matthew Franz mf...@ci... Critical Infrastructure Assurance Group (CIAG) Cisco Systems, Inc. Austin, TX |