Sponsored Content
Operating Systems Solaris Newb questions about Solaris 10. Post 302429536 by Willekillen on Monday 14th of June 2010 06:34:28 PM
Old 06-14-2010
Java Newb questions about Solaris 10.

For some reason, I have a v240 lying around. I was thinking of connecting it to a 1gbit backbone, but I have no experience with Solaris or Linux whatsoever.

Here's what I would like to do:
- Run a Apache Webserver(XAMPP)
- Run a FTP Server and set the Home directory

Here's some random questions of mine:
-Does Solaris 10 come with somekind of FTP software by default, if so, how do I enable it?
-How do I create and manage users for the FTP?
-If I would install Linux, I would Only be able to use software for SPARC's running Linux, right?

Oh, and excuse my grammar, English isn't my native tounge.

Thanks in advance, William.
 

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 Interview Questions?

Hey, My company is looking to bring on a Sr. UNIX Admin with Solaris 10 experience. What are some solid interview questions I could ask about UNIX and Solaris 10 that would weed a good guy out from a bad? Questions that don't involve long command lines would be the best. Thanks (1 Reply)
Discussion started by: mikepatton21
1 Replies

2. Solaris

Solaris Questions...

Hey, i got a couple of questions: What command do you need to give to find a file in your file system? Where are the ufsboot and the kernel (unix or genunix) programs stored on disk? How does Solaris organise different platforms? What is the default run level? Lastly, how do I reboot the... (3 Replies)
Discussion started by: gc40
3 Replies

3. Solaris

Solaris Newbie questions...

Hello everyone, I am brand spanking new to both Solaris and Unix. I thought I would give it a go after buying a SB2500 off ebay for a few hundred dollars. I am having some issues that I am not sure how to correct, and I am wondering if I can get a few pointers? The first one is that my system... (2 Replies)
Discussion started by: GeekMasterFlash
2 Replies

4. Solaris

Solaris Interview Questions

Hi, Can anyone tell me which is the good site for solaris interview questions. Let me know if anyone has some material on the same. Thanks in advance. (1 Reply)
Discussion started by: amult
1 Replies

5. Solaris

solaris 10 and a few basic questions

hello, first, I'm quite new to solaris. I've installed solaris 10 basic (item 4 on the install-menue). now I had to realize that I don't have any option for connecting the machine from remote. ssh isn't even installed although I've coosed 'yes' for remote access. no matter what solaris is... (10 Replies)
Discussion started by: fourty2
10 Replies

6. Solaris

Solaris cluster few questions

Today I downloaded Sun Cluster and I want to know more from someone experinced how much good is it that toy. Yes I also downloaded a documentation and I will read it but I want to know your experience so shoot . Probaly Jillagre has a few good stories . (1 Reply)
Discussion started by: solaris_user
1 Replies

7. Solaris

Solaris certification questions

any one can help me i want to write the certification on next month for solaris how the EXam will be and how to prepare all of things (3 Replies)
Discussion started by: wkbn86
3 Replies

8. Solaris

Prompt in Solaris 5.10 - newb ?

Is there a way I can add color to my prompts when I am navigating in Solaris 5.10? I have figured out how to add my alias's to the .profile file but adding color to just my prompts and not the output would be awesome. :wall: (15 Replies)
Discussion started by: MIBPreacher
15 Replies

9. Solaris

Questions about Solaris 10

I am new to solaris 10. I have a few questions 1) How do I check the current version of grub? 2) How do I update grub version 3) what version onwards supports GPT? Thanks (2 Replies)
Discussion started by: roberts123
2 Replies

10. Solaris

Solaris 11.# zone questions

Hello, I am working on building Solaris 11.3 system going to install it with SPARC 11.3 text iso then update system with 11.3 local IPS repo. Once that is all done my question is can I install non global zones on the system that are 11.0, 11.1, 11.2 and if so what is the best way to go about... (9 Replies)
Discussion started by: fly3rs
9 Replies
IO::All::FTP(3pm)					User Contributed Perl Documentation					 IO::All::FTP(3pm)

NAME
IO::All::FTP - Extends IO::All to FTP URLs SYNOPSIS
use IO::All; "hello world " > io('ftp://localhost/test/x'); # save to FTP io('ftp//example.org/pub/xyz') > io('xyz'); # GET to file # two ways of getting a file with a password: $content < io('ftp://me:secret@example.org/xyz'); $content < io('ftp://example.org/xyz')->user('me')->password('secret'); DESCRIPTION
This module extends IO::All for dealing with FTP URLs. Note that you don't need to use it explicitly, as it is autoloaded by IO::All whenever it sees something that looks like an FTP URL. METHODS
This is a subclass of IO::All::LWP. The only new method is "ftp", which can be used to create a blank IO::All::FTP object; or it can also take an FTP URL as a parameter. Note that in most cases it is simpler just to call io('ftp//example.com'), which calls the "ftp" method automatically. OPERATOR OVERLOADING
The same operators from IO::All may be used. < GETs an FTP URL; > PUTs to an FTP URL. SEE ALSO
IO::All::LWP, IO::All, LWP. AUTHORS
Ivan Tubert-Brohman <itub@cpan.org> and Brian Ingerson <ingy@cpan.org> COPYRIGHT
Copyright (c) 2007. Ivan Tubert-Brohman and Brian Ingerson. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See <http://www.perl.com/perl/misc/Artistic.html> perl v5.10.0 2007-03-29 IO::All::FTP(3pm)
All times are GMT -4. The time now is 06:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy