Sponsored Content
Operating Systems Solaris How to install Solaris-desktop? Post 302989301 by jlliagre on Wednesday 11th of January 2017 03:12:20 AM
Old 01-11-2017
Looks like it is available in the opencsw repository: Package Search
This User Gave Thanks to jlliagre For This Post:
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris 6 Desktop Troubleshooting

Good Morning People, I wanted to help on users we have that apparently on their desktop their word wrap is automatic. I have looked on their openwin-menu and haven't found anything with word wrap. Would anybody know where to look to change a user's word wrap capability? Let me know, any... (0 Replies)
Discussion started by: Sarccastik Dude
0 Replies

2. UNIX for Advanced & Expert Users

Solaris 10 Desktop resolution

I have a problem with solaris 10 desktop resolution. My resolution is 1680x1050. I want to boot in troubleshooting mode to change this resolution for the root user. Or all users. What is the configuration script. ex: .dtconfig/Xconfig (3 Replies)
Discussion started by: simquest
3 Replies

3. Cybersecurity

Antivirus Programm for Solaris Desktop

Hello, I´m searching a antivirus solution for Solaris Desktop PC´s (Intel). Can anyone tell me more about some producer?? Thanks Volker (6 Replies)
Discussion started by: kingossi
6 Replies

4. Programming

Petsc install on desktop with 2 cpu

Hi! everyone I need to install petsc with MPI on my desktop. I followed the instructions of petsc home page. But, whenever I ran make, I saw messabe "error", also I can't work for complie and execution. Install cygwin. download petsc-2.3.3.-p15.tar.gz cd /home/myhome/soft... (0 Replies)
Discussion started by: kdh1971
0 Replies

5. BSD

How can install the FreeBSD on desktop!!

;)Hello everyone,I'm a new FreeBSD user,I don't know how to intall the BSD on desktop,please help me ~~ Thanks~~:D (11 Replies)
Discussion started by: johnney
11 Replies

6. Red Hat

How to Install Red Hat Linux Desktop version 4?

I want to install Red Hat Linux Desktop version 4. Please tell me the step-by-step installation and which file system will be best for this O/S? Like in windows, we have NTFS file system(which has very security features). Is there any such file system in Linux? Which file system should i use? (2 Replies)
Discussion started by: Anna Hussie
2 Replies

7. Red Hat

How to Install Red Hat Linux Desktop version 4?

I want to install Red Hat Linux Desktop version 4. Please tell me the step-by-step installation and which file system will be best for this O/S? Like in windows, we have NTFS file system(which has very security features). Is there any such file system in Linux? Which file system should i use?... (0 Replies)
Discussion started by: Anna Hussie
0 Replies

8. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

9. HP-UX

Help needed HP UX 11.11i new install on C8000 Desktop messaging system error CAN'T FIX

Hi, I have a HP UX C8000 box , have installed 11.11i from 4 x cds numerous times to try to get a functioning Network or to try and get rid of this error on start up, after new install and 1st startup I get an error "The desktop messaging system could not be started" and then advice about... (12 Replies)
Discussion started by: C8000
12 Replies
WWW::Search::AltaVista::Careers(3pm)			User Contributed Perl Documentation		      WWW::Search::AltaVista::Careers(3pm)

NAME
WWW::Search::AltaVista::Careers - class for searching www.altavistacareers.com SYNOPSIS
use WWW::Search; my $oSearch = new WWW::Search('AltaVista::Careers'); my $sQuery = WWW::Search::escape_query("java c++)"); $oSearch->native_query($sQuery, {'state' => 'CA'}); while (my $res = $oSearch->next_result()) { print $res->title . " " . $res->change_date . " " . $res->location . " " . $res->url . " "; } DESCRIPTION
This class is a AltaVistaCareers specialization of WWW::Search. It handles making and interpreting AltaVistaCareers searches http://careers.altavista.com. The returned WWW::SearchResult objects contain url, title, location and change_date fields. OPTIONS
The following search options can be activated by sending a hash as the second argument to native_query(). The only available options are to select a specific location. The default is to search all locations. To change it use {'state' => $state} - Only jobs in state $state. {'city' => $city} - Only job in a specific $city AUTHOR
"WWW::Search::AltaVistaCareers" is written and maintained by Alexander Tkatchev (Alexander.Tkatchev@cern.ch). LEGALESE
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. native_setup_search This private method does the heavy lifting after native_query() is called. native_retrieve_some This private method does the heavy lifting of communicating with the server. perl v5.12.4 2011-11-02 WWW::Search::AltaVista::Careers(3pm)
All times are GMT -4. The time now is 06:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy