Sponsored Content
Full Discussion: X-Windows on Solaris
Operating Systems Solaris X-Windows on Solaris Post 302407274 by DukeNuke2 on Thursday 25th of March 2010 02:05:32 AM
Old 03-25-2010
you need a xserver on the machine which is running putty... something like:

Xming - PC X Server
 

9 More Discussions You Might Find Interesting

1. IP Networking

what can i use to network between windows and solaris.

Hi.. i tring to file share between microsoft and sun solaris, i heard of samba but what can i do with it.. is it easy to use or to understand, where can i get the software, any information will be a great help.. thanks (3 Replies)
Discussion started by: souldier
3 Replies

2. UNIX for Dummies Questions & Answers

Solaris compared to Windows

Ok, heres the situation I have a job interview next week and they use Solaris there for their networking. I'm basically coming from a windows and novell background, I've been studying Solaris commands an such but I was wondering if someone can breakdown the main differences between windows and... (12 Replies)
Discussion started by: eloquent99
12 Replies

3. Solaris

Solaris and windows

Hi All, If i install windows xp and solaris on the same machine(x86 platform) can both be running at the same time,even if i use vmware or virtual pc like that. Can I able to configure internet for solaris if i dont have a router and i directly connect to internet through cable modem. Can i... (11 Replies)
Discussion started by: Jartan
11 Replies

4. UNIX for Dummies Questions & Answers

FTP from Solaris to Windows

I know how to ftp from a unix server to another unix server, but how do I ftp frmo unix to a sepcified windows folder? For example, test file to transfer unix location of file - /tmp/test windows location to receive file c:\application\interface normally I would open the connection to the... (2 Replies)
Discussion started by: miredale
2 Replies

5. UNIX for Dummies Questions & Answers

Installing Windows xp on Solaris 10

Hi Guys, I don't know if this can be done or if anyone has managed to get this done - install Win xp on solaris 10 through vmware? I have searched extensively on the internet but I haven't come up with anything substantial. I am using an x86 based pc. Thanks in advance. (10 Replies)
Discussion started by: BigTool4u2
10 Replies

6. Solaris

Share windows and solaris

I want a share windows DVD rom to solaris OS. Is it posible? then give me answers (3 Replies)
Discussion started by: saga499
3 Replies

7. Solaris

NTFS under Solaris (switching from windows to Solaris server)

I want just to keep Solaris OS as my default OS . I have installed linux and windows as well but all my critical data is stored on NTFS partition so question is how to mount HDD with NTFS on Solaris (tried FUSE + NTFS-3g but that did`t worked for me system was down) And why Solaris does not... (2 Replies)
Discussion started by: microbot
2 Replies

8. Solaris

Need to Share between Solaris 10 and Windows

Hello everyone, was looking to get some help. I am very new to Unix and need to join a Sun Ultra 24 workstation running SOLARIS 10 to a small Windows network for file sharing. The Windows Network is a closed network using a Dell server running Windows 2003 Server. The clients on the network... (1 Reply)
Discussion started by: Sluggo
1 Replies

9. Solaris

MS Windows XP to Solaris 10

I have a solaris box with no internet connection. I downloaded a .tar file to my XP box, burned it to CD and copied the file to a directory on the solaris box. When I try to untar it, i get a directory checksum error. I don't know enough about unix to figure this out. Can someone please help... (2 Replies)
Discussion started by: ncjbdwqer
2 Replies
Ns_Url(3aolserver)					   AOLserver Library Procedures 					Ns_Url(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsoluteUrl, Ns_ParseUrl, Ns_RelativeUrl, Ns_SkipUrl - URL manipulation routines SYNOPSIS
#include "ns.h" int Ns_AbsoluteUrl(Ns_DString *pds, char *url, char *baseurl) int Ns_ParseUrl(char *url, char **pprotocol, char **phost, char **pport, char **ppath, char **ptail) char * Ns_RelativeUrl(char *url, char *location) char * Ns_SkipUrl(Ns_Request *request, int n) _________________________________________________________________ DESCRIPTION
Ns_AbsoluteUrl(pds, url, baseurl) Construct an URL based on baseurl but with as many parts of the incomplete url as possible. Return NS_OK or NS_ERROR. Ns_ParseUrl(url, pprotocol, phost, pport, ppath, ptail) Parse a URL into its component parts. Pointers to the protocol, host, port, path, and "tail" (last path element) will be set by ref- erence in the passed-in pointers. The passed-in url will be modified. Ns_RelativeUrl(url, location) If the url passed in is for this server, then the initial part of the URL is stripped off. e.g., on a server whose location is http://www.foo.com, Ns_RelativeUrl of "http://www.foo.com/hello" will return "/hello". Returns a pointer to the beginning of the relative url in the passed-in url, or NULL if error. Will set errno on error. Ns_SkipUrl(request, n) Return a pointer n elements into the request's url. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Url(3aolserver)
All times are GMT -4. The time now is 12:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy