Sponsored Content
Full Discussion: Help getting started
Top Forums UNIX for Dummies Questions & Answers Help getting started Post 302091647 by kjbaumann on Wednesday 4th of October 2006 08:28:53 AM
Old 10-04-2006
I am not sure about IBM, but you should visit www.sun.com. You can download either version 9 or 10 (the latest version) of their OS for a "pc" (x86).


-Kevin
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Getting started scripting

Hey, I'd like to look into building some scripts to do some very basic server maintenance; however, I don't know exactly where to start. Are there any scripting tutorials, websites, or books that anyone would recommend? Thanks! Cort (2 Replies)
Discussion started by: Cortney
2 Replies

2. Shell Programming and Scripting

Just getting started

Can anyone tell me what the command Banner means or does Gibby9 (4 Replies)
Discussion started by: Gibby9
4 Replies

3. UNIX for Dummies Questions & Answers

How can I get started.

I am new to all this UNIX thing and have a system with the following specs: Pentium 1.7 GHz 128MB RAM 20 GB HDD Windows ME My questions are: Can install and run UNIX in such a system? Do I have to stop using Windows? Is there a safe way to get the necessary software online? ... (5 Replies)
Discussion started by: ayalai
5 Replies

4. UNIX for Dummies Questions & Answers

how do i get unix started

i am a total newbie...and want to learn unix....firstly...how do i get unix....if it is available on the internet then where is it?...and how do i get this to work then.....plz plz help asap...really desperate now thanx in advance (10 Replies)
Discussion started by: chaitanyamanot
10 Replies

5. UNIX for Dummies Questions & Answers

Help getting started!!!!

Hi im a 15 year old, interested in beggining things like this...my main inpiration came from this article...How To Become A Hacker according to this my first language shouold be python...but i have ABSOLUTELY NO CLUE about where to dowload/learn it...is there anything else i should do along... (1 Reply)
Discussion started by: SonOfSparta
1 Replies

6. OS X (Apple)

I'm new and I am trying to get started with OS-X

I bought my first Mac a year ago December, and I love it. I have been interested in trying to write my own programs and don't even know where to start. I have never written any software before and was wondering if anyone could give me some recommendations on any books or other good websites that... (2 Replies)
Discussion started by: LittleWoman815
2 Replies

7. Solaris

Getting started with Solaris

Hey everyone, I'm wanting to get started with learning about Unix and I'm hoping that I'm in the correct place. The kind of things that I'm aiming to learn about are general Unix operation, the benefits provided by the Solaris platform in different areas, and really just getting a grip of this... (3 Replies)
Discussion started by: Starky
3 Replies

8. Shell Programming and Scripting

Cronjob not started??!!

Hi Guys,, I have cron entry at yesterday at 3 am. That particular script did not ran. (am saying this as i checked the log files for the script). The script after this at 4 30 pm and 6 00 pm ran successfully. When i scheduled the same script for today it ran successfully ( i did not made any... (6 Replies)
Discussion started by: mac4rfree
6 Replies

9. UNIX for Dummies Questions & Answers

getting started

hi world, I am trying to learn how to program in c, I've gotten a few books and have been reading them, one even came with bloodshed dev-c compiler, it is not working, every time I build the hello world program it always comes back saying " G__~1.EXE: installation problem, cannot exec `cpp': No... (1 Reply)
Discussion started by: jsayres
1 Replies

10. UNIX for Dummies Questions & Answers

Getting Started

Hello guys and dolls, first post happening here... Wanting to know where to start with Unix. Which Unix option/package is best for an absolute beginner and has a well documented, easy to grasp user guide(s). I have dabbled in some programming (basic PHP) and I have an old desktop pc which I... (6 Replies)
Discussion started by: TheUltimateNoob
6 Replies
LWP-DOWNLOAD(1p)					User Contributed Perl Documentation					  LWP-DOWNLOAD(1p)

NAME
lwp-download - Fetch large files from the web SYNOPSIS
lwp-download [-a] [-s] <url> [<local path>] DESCRIPTION
The lwp-download program will save the file at url to a local file. If local path is not specified, then the current directory is assumed. If local path is a directory, then the last segment of the path of the url is appended to form a local filename. If the url path ends with slash the name "index" is used. With the -s option pick up the last segment of the filename from server provided sources like the Content- Disposition header or any redirect URLs. A file extension to match the server reported Content-Type might also be appended. If a file with the produced filename already exists, then lwp-download will prompt before it overwrites and will fail if its standard input is not a terminal. This form of invocation will also fail is no acceptable filename can be derived from the sources mentioned above. If local path is not a directory, then it is simply used as the path to save into. If the file already exists it's overwritten. The lwp-download program is implemented using the libwww-perl library. It is better suited to down load big files than the lwp-request program because it does not store the file in memory. Another benefit is that it will keep you updated about its progress and that you don't have much options to worry about. Use the "-a" option to save the file in text (ascii) mode. Might make a difference on dosish systems. EXAMPLE
Fetch the newest and greatest perl version: $ lwp-download http://www.perl.com/CPAN/src/latest.tar.gz Saving to 'latest.tar.gz'... 11.4 MB received in 8 seconds (1.43 MB/sec) AUTHOR
Gisle Aas <gisle@aas.no> perl v5.14.2 2012-01-14 LWP-DOWNLOAD(1p)
All times are GMT -4. The time now is 05:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy