Sun Micro to revamp Solaris with Linux features - Reuters Canada

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Sun Micro to revamp Solaris with Linux features - Reuters Canada
# 1  
Old 07-06-2007
Sun Micro to revamp Solaris with Linux features - Reuters Canada

Sun Micro to revamp Solaris with Linux features
Reuters Canada, Canada - 21 minutes ago
... could gain better support from developers who have massed behind Linux. Solaris is one of the main varieties of the Unix family of operating systems, ...

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

linux bash script to sun solaris

Hi guys, I seek a solution for this action for Sun solaris. find /sapmnt/${up}/global -prune -printf "%m %M %u %g %p\n" > $DAT1 The Application/Utilities in Sun Solaris are to old and cant understand "-printf". An update for Application/Utilities is exist, but not possible to implement... (6 Replies)
Discussion started by: ixibits
6 Replies

2. UNIX for Dummies Questions & Answers

UNIX, Linux and Sun Solaris Dummy

My name is Jimmy. My company support a client that using Sun Microsystems and Oracle. I'm totally zero knowledge about it. Only know installation a bit in Debian Linux and some commands. Do anyone here can help me at least some idea how to operate the Sun Microsystems. Please correct me if i'm... (14 Replies)
Discussion started by: jimmyysk
14 Replies

3. Solaris

Vi in Linux Vs Sun Solaris

Hello All, there is some strange behaviour of VI editor while i am working in SunSolaris. I am trying to open a small file using vi abc.txt and it take around 5 mins for that file to open.. While i loggin to LINUX box which same profile and environment settings and opening the same file with vi... (3 Replies)
Discussion started by: ravi.sadani19
3 Replies

4. AIX

AIX OS Features versus Solaris OS Features

Hi Unix Experts, I like to compile and compare all the features that AIX OS (541L) and Solaris OS (Solaris 10) provide. If somebody can shed on this topic would be highly appreciated. Thank you, Khan (0 Replies)
Discussion started by: hkhan12
0 Replies

5. UNIX for Dummies Questions & Answers

Linux and SUN micro System question

I have linux OS and i am trying to connect to a Sun microsystem Netra, i am using RJ45 to serial port connector, what telnet device can i use to remotely connect to the netra, if anybody could help i will really appreciate it. (5 Replies)
Discussion started by: Gueso
5 Replies

6. UNIX for Dummies Questions & Answers

Difference between sun solaris and linux?

Hi All, Iam curious to know wat are the differences between a sun machine and a linux machine?( In terms of architecture,applications etc) Thanks in advance (3 Replies)
Discussion started by: raz
3 Replies

7. UNIX for Dummies Questions & Answers

sun micro systems??????

hi i'm a newbe to sun 9 is there any games or apps like linux in the sun os i'm runnig on a x86 p3 866 with a g4force 2 mx400 and a 4 gb hdd and a oss sound card and a 3com eather net card and 396mb of ram and a hot swaper drives my other drive is linux mandrake 9 pretty good but i want to... (2 Replies)
Discussion started by: amicrawler2000
2 Replies
Login or Register to Ask a Question
Finance::Quote::Yahoo::USA(3)				User Contributed Perl Documentation			     Finance::Quote::Yahoo::USA(3)

NAME
Finance::Quote::Yahoo::USA - Obtain information about stocks and funds in the USA and Canada. SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %info = $q->fetch("usa","SGI"); DESCRIPTION
This method provides access to financial information from a number of exhcanges in the United States and Canada. The following methods are available: canada usa yahoo nyse nasdaq vanguard fidelity These methods all use the same information source, and hence can be considered somewhat interchangable. However, the method "yahoo" should be passed to fetch if you wish to obtain information from any source that Yahoo tracks. This method is loaded by default by Finance::Quote, although it can be explicitly loaded by passing the argument "Yahoo::USA" to Finance::Quote->new(). Information returned by this module may be subject to Yahoo's terms and conditions. See http://finance.yahoo.com/ for more information. LABELS RETURNED
This module returns all the standard labels that Yahoo provides, as well as the currency label. See Finance::Quote::Yahoo::Base for more information. BUGS
Yahoo does not make a distinction between the various exchanges in the United States and Canada. For example, it is possible to request a stock using the "NYSE" method and still obtain data even if that stock does not exist on the NYSE but exists on a different exchange. SEE ALSO
Yahoo Finance, http://finance.yahoo.com/ Finance::Quote::Yahoo::Base perl v5.12.1 2009-10-05 Finance::Quote::Yahoo::USA(3)