Sponsored Content
Full Discussion: New Member
Top Forums UNIX for Dummies Questions & Answers New Member Post 302344846 by Brucec on Monday 17th of August 2009 09:23:18 PM
Old 08-17-2009
New Member

HI Bruce from Central PA

I have never used Unix but am sick of Microsoft so want to learn it.

I use to own a computer store front and training center and stated our with Atari, Commodore and the 1st PC and MS/DOS then Windows

BUT sick of Microsoft controlling the computer industry.

SO have a few questions what is the most common version of Unix I want to download and install onto one of my computers and start learning it.

I have retired and just use my computers for the RV club I have and keeping information and running an RV club message base and two web sites I have.

1.One big question is I use DAILY my Verizon Internet Aircard to get on the Internet. This Verizon software runs under all Microsoft Windows 98,XP and Vista will it work using the Unix operating system?

2.I have a huge database with Microsoft Access I can convert it to Dbase will it still work with something in Unix

3.I have some other programs I use that run in windows will they work?

Since I still have three computers I can continue to use windows and figure this out but thought maybe someone could answer these questions for me.

I saw where a Unix user group had meetings on Eisenhower Blvd in Harrisburg PA now I can't locate that date no time anyone know of this meeting?

Thanks for taking the time to answer my questions I appreciate it.

Sincerely

Bruce
 

8 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

member titles

I must have missed it , but what do Junior Memeber/Member mean? is there a reference arounf for the significance of these titles ? Thanks, Hezki (3 Replies)
Discussion started by: me2unix
3 Replies

2. Solaris

new member

As a new member how do I go about asking question to the administrator and other users (1 Reply)
Discussion started by: malusims
1 Replies

3. Post Here to Contact Site Administrators and Moderators

Who is The First Member !!!

Hello Admins Just tell me who is the first member of this forum. Regards, Awadhesh (1 Reply)
Discussion started by: Awadhesh
1 Replies

4. UNIX for Dummies Questions & Answers

new member need help

brothers and sisters iam a new member of your respectful forum hope to accept me i really would like to an expert in unix and linux so please tell me how could ? and what i should have ? i want to make my project in these subject but i dont know what to do and which... (12 Replies)
Discussion started by: yemen
12 Replies

5. UNIX for Dummies Questions & Answers

NEW MEMBER PLZ HELP

hi , I am solaris 9 certified system administrator and planning to upgrade to solaris 10, can any one help me to get course meterial hard or soft copy. plz contact ' urgent' Thanks. yappoo. (1 Reply)
Discussion started by: yappoo
1 Replies

6. Shell Programming and Scripting

New Member - First Question

Here is my situation... System - HP UNIX (HP-UX hq5 B.11.00 U 9000/800 (td)) I have an HL7 (Health Level Seven) pipe-delimied file that does not have any carriage returns/line feeds. I need to insert a line feed before each segment type (MSH, PID, PV1, OBX, etc.) so that my PROGRESS program... (16 Replies)
Discussion started by: varefump
16 Replies

7. What is on Your Mind?

new member

i am new member i hope here is good friends (1 Reply)
Discussion started by: annsoo
1 Replies

8. What is on Your Mind?

New member

Hi guys! My name is Leonida and I am new here to this forum. Nice meeting you all. (1 Reply)
Discussion started by: leeoona
1 Replies
HTTP::Cookies::Microsoft(3pm)				User Contributed Perl Documentation			     HTTP::Cookies::Microsoft(3pm)

NAME
HTTP::Cookies::Microsoft - access to Microsoft cookies files SYNOPSIS
use LWP; use HTTP::Cookies::Microsoft; use Win32::TieRegistry(Delimiter => "/"); my $cookies_dir = $Registry-> {"CUser/Software/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders/Cookies"}; $cookie_jar = HTTP::Cookies::Microsoft->new( file => "$cookies_dir\index.dat", 'delayload' => 1, ); my $browser = LWP::UserAgent->new; $browser->cookie_jar( $cookie_jar ); DESCRIPTION
This is a subclass of "HTTP::Cookies" which loads Microsoft Internet Explorer 5.x and 6.x for Windows (MSIE) cookie files. See the documentation for HTTP::Cookies. METHODS
The following methods are provided: $cookie_jar = HTTP::Cookies::Microsoft->new; The constructor takes hash style parameters. In addition to the regular HTTP::Cookies parameters, HTTP::Cookies::Microsoft recognizes the following: delayload: delay loading of cookie data until a request is actually made. This results in faster runtime unless you use most of the cookies since only the domain's cookie data is loaded on demand. CAVEATS
Please note that the code DOESN'T support saving to the MSIE cookie file format. AUTHOR
Johnny Lee <typo_pl@hotmail.com> COPYRIGHT
Copyright 2002 Johnny Lee This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2011-02-27 HTTP::Cookies::Microsoft(3pm)
All times are GMT -4. The time now is 01:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy